gardsted wrote:
Harish wrote:
Hi Friends
Is there any utility in python which will help me to read any pdf
files?

Regards
Harish

Not sure, what you're after exactly, but I tried googling 'python read pdf'
and found this, so maybe 'reportlab' is what you're looking for:

Re: Reading PDF files
  #2
Dec 20th, 2006
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

kind regards jorgen

The ReportLab toolkit appears to be concerned with building Portable Document Files. I would be interested in any utility which will read any pdf - for example, to convert pdf -> html

Colin W.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to