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
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
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.