[BangPypers] Help in reading the pdf file

Senthil Kumaran orsenthil at gmail.com
Fri Mar 27 01:17:57 CET 2009


On Thu, Mar 26, 2009 at 6:29 PM, M Kumar <tomanishkb at gmail.com> wrote:
>
> Hi,
>
> I am maneesh, I need to read one pdf file and extract data from it. Is there any one can guide me,
> thanks in advance
>


Hi Maneesh,

Doing it in Python way is not going to be easy. Just follow the discussion here:
http://mail.python.org/pipermail/python-list/1999-May/002056.html

If I were you, I would do the following.
1) On Linux, I would have pdf2txt as the pre-requisite , run pdf2txt
and parse the txt output.
2) On Windows, I would install cygwin and follow step 1.

--
--
Senthil


More information about the BangPypers mailing list