954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Reading PDF files

Is there a way to read Adobe PDF files with Python?

sneekula
Nearly a Posting Maven
2,427 posts since Oct 2006
Reputation Points: 961
Solved Threads: 212
 

To read and manage Portable Document Files you can use the open source ReportLab toolkit (written in Python) from:
http://www.reportlab.org/rl_toolkit.html

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

If you have a PC with Windows, you can use wxPython to read PDF files, check:
http://www.daniweb.com/code/snippet618.html

bumsfeld
Nearly a Posting Virtuoso
1,445 posts since Jul 2005
Reputation Points: 404
Solved Threads: 184
 
import os
os.startfile("myfile.pdf")
radc
Newbie Poster
16 posts since Aug 2010
Reputation Points: 10
Solved Threads: 0
 

2.1.5 Does ReportLab support reading PDFs?

No, the Open Source package doesn't do this.

That's what our commercial PageCatcher product does.

http://www.reportlab.com/software/opensource/rl-toolkit/faq/#2.1.5

rogerluz
Newbie Poster
1 post since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You