8 Oct
1999
8 Oct
'99
9:47 a.m.
Can you use pdflib to parse a PDF? I have been thinking about a file-object for cataloging of PDF's lately. Or are there any other PDF-parsers outthere? //johan
Jason -
There are a few python librries out there for the dynamic creation of PDF. There is a pdflib which is implemented in C and has bindings for python (www.pdflib.com). Also I have written one which is implemented entirely in Python (and thus a bit slow) but has minimal htmltopdf converter (does not do tables). It is available at: starship.python.net/crew/pavlos
... or Ty Sarna might come up with the ultimate web publishing environment if he gets the time ...