Re: [Rails] Covert HTML to PDF

2010-06-17 Thread Ivan Nastyukhin
its easy use pdf-kit ) Ivan Nastyukhin dieinz...@me.com On Jun 17, 2010, at 7:14 PM, Joshua Martin wrote: > I was also going to suggest wkthml2pdf... but in the easy to use form of a > plugin called wicked_pdf... > > See this tutorial.. > http://snikt.net/index.php/2010/03/03/generating-

Re: [Rails] Covert HTML to PDF

2010-06-17 Thread Peter De Berdt
On 17 Jun 2010, at 17:04, Rails Learner wrote: I am working on a website where I am required to convert an HTML view into a PDF document. I have found some gems and plug-ins like PDF::Writer, but none of these are good for converting HTML and CSS to PDF file. I found a gem called "Princely" wh

Re: [Rails] Covert HTML to PDF

2010-06-17 Thread Joshua Martin
I was also going to suggest wkthml2pdf... but in the easy to use form of a plugin called wicked_pdf... See this tutorial.. http://snikt.net/index.php/2010/03/03/generating-pdfs-from-ruby-on-rails On Thu, Jun 17, 2010 at 11:09 AM, Ivan Nastyukhin wrote: > hi > look to wkhtml2pdf > > Ivan Nastyu

Re: [Rails] Covert HTML to PDF

2010-06-17 Thread Ivan Nastyukhin
hi look to wkhtml2pdf Ivan Nastyukhin dieinz...@me.com On Jun 17, 2010, at 7:04 PM, Rails Learner wrote: > Hello Everyone, > > I am working on a website where I am required to convert an HTML view > into a PDF document. I have found some gems and plug-ins like > PDF::Writer, but none of th

[Rails] Covert HTML to PDF

2010-06-17 Thread Rails Learner
Hello Everyone, I am working on a website where I am required to convert an HTML view into a PDF document. I have found some gems and plug-ins like PDF::Writer, but none of these are good for converting HTML and CSS to PDF file. I found a gem called "Princely" which works with "PrinceXML". But Pr