[Rails] PDF generation -- was: Re: Re: my final year project.

2010-08-11 Thread Marnen Laibow-Koser
Peter De Berdt wrote: [...] Prawn requires you to code the PDF into your app. That is not necessarily true. prawn_format generates PDF files from HTML. (I've never used it, so I don't know how well it works, but I'm going to try to switch some PDF views from Prawn code to HTML soon.) [...]

Re: [Rails] pdf generation

2009-12-04 Thread Borja Martín
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

[Rails] pdf generation

2009-12-03 Thread INDRANIL MUKHERJEE
How to generate my view page as pdf document -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to

[Rails] PDF Generation with password

2009-02-20 Thread CiriusMex
Hi, I have a little issue here. I'm working on an eBook site and need to generate PDFs. I managed it using PDF::Writer and did the trick quite well but now I want to generate PDFs with a password access. After checking on internet, I saw that PDF::Writer encrypt method was removed (for encryption