[Tutor] New newbie question.

SA sarmstrong13@mac.com
Tue, 09 Jul 2002 14:11:41 -0500


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