python-barcode icon indicating copy to clipboard operation
python-barcode copied to clipboard

How to render EAN-13 barcode with add-on symbol

Open pbtsrc opened this issue 4 years ago • 1 comments

Is it possible to render a code with add-on symbol like in this image (see page 284 of GS1 General Specifications Release 21.0.1): Screenshot_20211229_002742

This add-on symbol is used, for example, if a book consists of several volumes. So the main EAN would be the same for all volumes, but volume 1 would have add-on symbol "01", volume 2 - "02", etc.

We are now using GNU Barcode to create such images, but we would like to move to something python-only.

pbtsrc avatar Dec 28 '21 21:12 pbtsrc

It's not currently possible. Maybe rendering two separate barcodes can serve as a workaround?

WhyNotHugo avatar Jan 11 '22 15:01 WhyNotHugo