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 --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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/ On Sat, Aug 23, 2008 at 1:05 AM, tejas <tejascsapo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > 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 > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---