New newbie question.

SA sarmstrong13 at mac.com
Tue Jul 9 15:12:02 EDT 2002


Can you read a pdf with Python?

I know you can read a text file with:

Inp = open("textfile", "r")

Will the same thing work on pdf files:

Inp = open("pdffile", "rb")

?

Anyone know of a module that parses pdf files in python?

Thanks.
SA


-- 
"I can do everything on my Mac I used to on my PC. Plus a lot more ..."
-Me




More information about the Python-list mailing list