How to convert .rhtml into pdf

Hi,

I have complete rhtml for calendar month view, containing images also.
I need to generate pdf for the selected month view calender.
from .rhtml

which plugin or gem I have to use. and how can I implement it.?

Thanks
Tejas Sapovadiya

http://sublog.subimage.com/articles/2007/05/29/html-css-to-pdf-using-ruby-on-rails


seth - subimage llc

http://sublog.subimage.com

Cashboard - Estimates, invoices, and time tracking software - for free!
http://www.getcashboard.com

Substruct - Open source RoR e-commerce software.
http://code.google.com/p/substruct/

hi ,

  just render your .rhtml to convert it into pdf format inorder to

generate pdf. I can be done the same way as we are
rendering the partial or action methods.

There is one pdf available regarding pdfwritting on SCRIBD website,
which provide all the details regarding pdf generation in a simple way
without install the plugins or else try to install plugin name RPDF,
which is used for generating pdf through rails.