pdf generation

How to generate my view page as pdf document

There is a screencast here here #153 PDFs with Prawn - RailsCasts for this using prawn

nas

Hi, I wrote a plugin to generate pdfs using a view: http://github.com/dagi3d/acts_as_flying_saucer the “problem” is that you will need java to run it

there are other alternatives like http://github.com/lleirborras/render_as_pdf (you will need php) and http://github.com/lleirborras/wicked_pdf wich uses webkit

Regards