I Want to know if there is a way I could generate a whole html document into a pdf file. I have already report lab and have done some examples with strings before in the past. But I want to know if there is a way how to change a template into some output which is a pdf file.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Take a look at Pisa/XHTML2PDF. I did some experiments with it a couple of years back but switched to pure ReportLab when it proved inadequate. It may fit your needs better than it did mine.

link|improve this answer
I have heard of Pisa before but did not really like it. Is there a way to do it with reportlab. – Shehzad009 Jan 12 '11 at 10:57
AFAIK, there is no way to convert HTML to PDF using ReportLab alone. – Manoj Govindan Jan 12 '11 at 12:02
feedback

there is actually, the converter however lives in the paid version of ReportLab which is packages under the name rlextra. The converter is called html2rml so it would give you an RML string back which then you need to use rml2pdf to use it. It might work with the free RML implementation but you better post your question to the reportlab mailing list.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.