Re: Reading Adobe PDF File

2012-01-30 Thread Adam Tauno Williams
On Sat, 2012-01-28 at 21:59 -0800, Chris Rebert wrote: > On Sat, Jan 28, 2012 at 9:52 PM, Shrewd Investor wrote: > > I have a very large Adobe PDF file. I was hoping to use a script to > > extract the information for it. Is there a way to loop through a PDF > > file using Python? > Haven't used

Re: Reading Adobe PDF File

2012-01-30 Thread Matej Cepl
On 29.1.2012 06:52, Shrewd Investor wrote: Or do I need to find a way to convert a PDF file into a text file? If so how? http://en.wikipedia.org/wiki/Pdftotext ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Reading Adobe PDF File

2012-01-28 Thread Chris Rebert
On Sat, Jan 28, 2012 at 9:52 PM, Shrewd Investor wrote: > Hi, > > I have a very large Adobe PDF file.  I was hoping to use a script to > extract the information for it.  Is there a way to loop through a PDF > file using Python? Haven't used it myself, but: http://www.unixuser.org/~euske/python/pd

Re: Reading Adobe PDF File

2012-01-28 Thread Shrewd Investor
If somebody could point to me a resource (past posting, web page, and book) so I could learn or by posting a sample script that would be greatly appreciated? On Jan 28, 9:52 pm, Shrewd Investor wrote: > Hi, > > I have a very large Adobe PDF file.  I was hoping to use a script to > extract the inf

Reading Adobe PDF File

2012-01-28 Thread Shrewd Investor
Hi, I have a very large Adobe PDF file. I was hoping to use a script to extract the information for it. Is there a way to loop through a PDF file using Python? Or do I need to find a way to convert a PDF file into a text file? If so how? Thanks! -- http://mail.python.org/mailman/listinfo/pyt