How do I convert a html form to PDF. I would like to use Prawn for the purpose.
Pointing to any relevant links or examples would be very helpful.
|
How do I convert a html form to PDF. I would like to use Prawn for the purpose. Pointing to any relevant links or examples would be very helpful.
| ||||
|
feedback
|
|
Why would you want to limit yourself to a technology (Prawn) not appropriate to the task (it's not geared towards using HTML to generate the PDF)? You might want to check out PDFKit instead, as it seems specifically designed to create PDFs from HTML, using powerful existing libraries. Super short version (two lines!):
Read more about it here: Check out the RailsCast: http://railscasts.com/episodes/220-pdfkit | |||||||||||
feedback
|