Hi, Are someone developing some Product like ZpdfDocument? Today, If I need a pdf file, I use the reporlab lib, and write it from scratch... A better solution exist? Thanks and Regards. -- Fernando Lujan
--On 13. Juni 2005 05:32:59 -0300 Fernando Lujan <flujan@gmail.com> wrote:
Hi,
Are someone developing some Product like ZpdfDocument? Today, If I need a pdf file, I use the reporlab lib, and write it from scratch... A better solution exist?
I would recommend to use HTML as input for csstoxslfo which converts HTML to XSl-FO. Then you can run a XSL-FO converter like FOP or Xinc to produce PDF from XSL-FO. I have something running here for a project and no code available for the public. -aj
Fernando Lujan wrote:
Hi,
Are someone developing some Product like ZpdfDocument? Today, If I need a pdf file, I use the reporlab lib, and write it from scratch... A better solution exist?
Thanks and Regards.
You could also take a look at CMFReportTool. (http://svn.plone.org/view/collective/CMFReportTool/) I have used it recently in a project and the code is imho really nice (the PDF generation code does not depend on CMF). A nice aspect is the generation of PDF from PML (XML description of ReportLab objects). This allows you to easily define your PDFs with ZPTs. HTH -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be
participants (3)
-
Andreas Jung -
Fernando Lujan -
Godefroid Chapelle