Re: [Tutor] PDF to TXT

2011-01-23 Thread Hongbao Chen
--- Message: 2 Date: Sun, 23 Jan 2011 11:56:14 -0500 From: Robert Berman To: Tutor@python.org Subject: [Tutor] PDF to TXT Message-ID: <1295801774.1653.11.camel@bermanrl-desktop> Content-Type: text/plain; charset="UTF-8" Hi, I am trying to convert .pdf files to

[Tutor] PDF to TXT

2011-01-23 Thread Robert Berman
Hi, I am trying to convert .pdf files to .txt files. The script I am using below is mostly taken from research done on Google and it appears to be the one outline most consistently favored (http://code.activestate.com/recipes/577095-convert-pdf-to-plain-text/). I am using Win 7, Python 2.7.1. My