You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm being told (not a barcode format specialist) that the standard presentation for a UPC/UPCA code should look like this:
If I generate this barcode using the following code however, I get this:
Issues:
Added "F" at the end?
Any way to turn this off?
Guardbars not displayed
As I seem to understand, the standard/typical presentation for those code should include guardbars. I tried adding the "guardbars" keywords but it seems the UPC class doesn't accept that argument.
Code:
python-barcode create 686254053919 upc
Also generated as part of a server-side rendering, with same result:
I'm being told (not a barcode format specialist) that the standard presentation for a UPC/UPCA code should look like this:
If I generate this barcode using the following code however, I get this:
Issues:
Added "F" at the end?
Any way to turn this off?
Guardbars not displayed
As I seem to understand, the standard/typical presentation for those code should include guardbars. I tried adding the "guardbars" keywords but it seems the UPC class doesn't accept that argument.
Code:
python-barcode create 686254053919 upc
Also generated as part of a server-side rendering, with same result:
UPCA(str(value["code"]), writer=SVGWriter(), guardbars=True).write(file)
The text was updated successfully, but these errors were encountered: