[Rails] Re: Download a content as a pdf format

2009-01-21 Thread Kumar Saurav
cool wrote: > Guys, > You can use gem available in ruby names as "pdf writer" Enjoy -- 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

[Rails] Re: Download a content as a pdf format

2009-01-21 Thread Juan José Vidal
You can use flying saucer (a xhtml renderer java based) too, using XHTML as pdf template. Recently is available as a rails plugin: http://github.com/dagi3d/acts_as_flying_saucer/tree/master A simple app that uses flying saucer to generate invoices (Spanish) http://github.com/dagi3d/facturails/t

[Rails] Re: Download a content as a pdf format

2009-01-21 Thread Robert Walker
cool wrote: > Beside that i have a link called "Download as a PDF" There are several solutions for generating PDF documents from Rails applications. Here's one: http://prawn.majesticseacreature.com/ -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~