searching pdf files for certain info

Diez B. Roggisch deetsNOSPAM at web.de
Tue Feb 22 08:58:47 EST 2005


rbt wrote:

> Not really a Python question... but here goes: Is there a way to read
> the content of a PDF file and decode it with Python? I'd like to read
> PDF's, decode them, and then search the data for certain strings.

There is a commercial tool pdflib availabla, that might help. It has  a free
evaluation version, and python bindings.

If it's only about text, maybe pdf2text helps.
-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list