27 Sep
1999
27 Sep
'99
7:34 a.m.
<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