[reportlab-users] Code39 barcode
Swank, Craig
Craig_Swank at nrel.gov
Wed Feb 13 17:04:49 EST 2008
Hello,
When I create a barcode with the BarcodeStandard39 standard I get an extra
character at the end of the barcode. When I do the exact same thing with
BarcodeCode128 it works fine. My code looks like:
bc = BarcodeCode39()
bc.value = 'somevalue'
I then add the bc to a drawing. At the end, the pdf I generate has an extra
character on each barcode. The extra characters seem to iterate throught X,
Y , Z, ., /, $.
Has anyone seen this before?
Thanks
Craig
More information about the reportlab-users
mailing list