generating long barcode #33

Open
opened 2019-04-29 08:57:06 +02:00 by mosheCoh · 0 comments
mosheCoh commented 2019-04-29 08:57:06 +02:00 (Migrated from github.com)

I'm trying to generate 43 digits barcode, but the barcode generated is shorter, 35 digits.
how can I generate the entire string?

this is the code I use:
mystr="0024591002013166513116148610000000100005891"
EAN = barcode.get_barcode_class('code128')
ean = EAN(mystr)

arel

I'm trying to generate 43 digits barcode, but the barcode generated is shorter, 35 digits. how can I generate the entire string? this is the code I use: `mystr="0024591002013166513116148610000000100005891"` `EAN = barcode.get_barcode_class('code128')` `ean = EAN(mystr)` ![arel](https://user-images.githubusercontent.com/50079739/56880274-b657ec00-6a64-11e9-8e01-d5dfa438e4d0.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
WhyNotHugo/python-barcode#33
No description provided.