I've played around with all three and have found them all to work if you don't care about exact placement of items. They tend to limit your formatting choices. The largest pain I had was getting wkhtmltopdf installed and acting the same way on my server as it did on my development machine. (The problems, after struggling with dependencies, had to do with scaling and fonts.)
For my app, I found it easier to not use any of the gems, but just call `wkhtmltopdf ...` directly, but it depends on what you are trying to do. On Wed, Jan 12, 2011 at 5:54 PM, Garrett Lancaster <[email protected]> wrote: > Thoughts on using WickedPDF vs PDFKit vs. Prawn or others for developing > forms with dynamic content? > > TIA, > Garrett Lancaster > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

