Re: How to read barcoded value from PDF

2019-05-17 Thread damianleejob
在 2011年6月28日星期二 UTC+8下午5:30:21,Robin Becker写道: > On 28/06/2011 06:59, Asif Jamadar wrote: > > Hi, > > > ... > > > > In Reportlab I can do the following code to generate barcode and to get the > > value of that barcode > > > > > > > > > > barcode=code39.Extended39("123456789",barW

Re: How to read barcoded value from PDF

2011-06-28 Thread Robin Becker
On 28/06/2011 06:59, Asif Jamadar wrote: Hi, ... In Reportlab I can do the following code to generate barcode and to get the value of that barcode barcode=code39.Extended39("123456789",barWidth=0.2*mm,barHeight=8*mm) bc = Paragraph("Barcode value: %s" % barcod