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.
|
feedback
|
|
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. | |||||
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. | |||
|
feedback
|