aboutsummaryrefslogtreecommitdiff
path: root/converters/py-pisa
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix dependency to py-reportlabMartin Wilke2009-09-041-1/+2
| | | | | | | | | PR: 138287 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> Approved by: maintainer Notes: svn path=/head/; revision=240893
* pisa is a html2pdf converter using the ReportLab Toolkit, theMartin Wilke2009-08-174-0/+128
HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. Easy integration into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc. WWW: http://www.xhtml2pdf.com/ PR: ports/137790 Submitted by: Wen Heping <wenheping at wenheping.com> Notes: svn path=/head/; revision=239808