Re: [BangPypers] How to read barcoded value from the PDF

2011-06-28 Thread Maxin B John
Hi, > I have a PDF document which consist of barcode characters. Now how can I retrieve that >bar-coded value programmatically. When I googled I found a tool called Pypdf which provides a function called 'PdfFileReader' >To read the PDF file, but how can I read the barcode form the existing P

Re: [BangPypers] How to read barcoded value from the PDF

2011-06-28 Thread Gora Mohanty
On Tue, Jun 28, 2011 at 10:59 AM, Asif Jamadar wrote: > Hi, > > >  I have a PDF document which consist of barcode characters. Now how can I > retrieve that bar-coded value programmatically. When I googled I found a tool > called Pypdf which provides a function called 'PdfFileReader' > > To read

[BangPypers] How to read barcoded value from the PDF

2011-06-27 Thread Asif Jamadar
Hi, I have a PDF document which consist of barcode characters. Now how can I retrieve that bar-coded value programmatically. When I googled I found a tool called Pypdf which provides a function called 'PdfFileReader' To read the PDF file, but how can I read the barcode form the existing PDF.