RE: [Zope-dev] Re: Transaction support on MySQL
<snip>
I have a dynamic PDF generation library and a minimal html to PDF conversion script (enough to support Structured Text) all written in Python. No table support yet.
You can get it from: http://starship.python.net/crew/pavlos/
It was originally intended to provide PDF support for Zope but it is a bit slow, unless some caching scheme is used.
There is one more PDF library for python by Andy Robinson but I do not remember the URL.
Pavlos
The freely available (for non-commercial purposes, check out the licence) pdflib by Thomas Mertz also has a python binding. It is intended for pdf publishing on www sites and it is fast. URL http://www.pdflib.com Rik
The link to the PDF-pages of Andy Robinson is http://www.robanal.demon.co.uk/pdfgen/index.html He has the goal to make PDFgen a powerful report generation library besides various other uses. It's pure python and at the moment not constraint by a commercial license. Better check with Andy about future changes. __Janko Rik Hoekstra writes:
<snip>
I have a dynamic PDF generation library and a minimal html to PDF conversion script (enough to support Structured Text) all written in Python. No table support yet.
You can get it from: http://starship.python.net/crew/pavlos/
It was originally intended to provide PDF support for Zope but it is a bit slow, unless some caching scheme is used.
There is one more PDF library for python by Andy Robinson but I do not remember the URL.
Pavlos
The freely available (for non-commercial purposes, check out the licence) pdflib by Thomas Mertz also has a python binding. It is intended for pdf publishing on www sites and it is fast. URL http://www.pdflib.com
Rik
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://www.zope.org/mailman/listinfo/zope-dev
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For non-developer, user-level issues, zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
The link to the PDF-pages of Andy Robinson is http://www.robanal.demon.co.uk/pdfgen/index.html
He has the goal to make PDFgen a powerful report generation library besides various other uses. It's pure python and at the moment not constraint by a commercial license. Better check with Andy about future changes.
Ah, excellent. So much for pdf generation. While we're on the subject of pdf - does anyone know about (python) tools to extract information from a pdf document apart from ps2text (so that they become searchable from within ZCatalog, and I do not have take resort to MS IndexServer, which is less than comfortable)? Rik
participants (2)
-
Janko Hauser -
Rik Hoekstra