Peter De Berdt wrote: > On 13 Jul 2009, at 09:55, Sandip Ransing wrote: > >> I wanted to convert .html file into .pdf. >> >> is there any rails plugin ??
Prince looks great if you can afford it. Some of the folks at my local users' group mentioned a couple other options (which I haven't yet tried): * flyingsaucer is a HTML-to-PDF renderer. It's written in Java, but even if you're not using JRuby, you could shell out to it. It probably wouldn't be hard to modify the Princely plugin to work with this. * prawn_formatter lets you use HTML syntax in generating PDF files with Prawn, so it might work for converting HTML to PDF. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

