This question has been flagged
2 Replies
4165 Views

Hello,

I put barcode code in sale order report xml file, but its not generating barcode.Its just showing corrupt image.

Avatar
Discard
Best Answer

just use pyBarcode, python barcode library to generate barcode, you will have greater control about it.

Avatar
Discard
Author

can you please explain me in bit detail. Thanks.

search for pyBarcode, see the documentation. it stated clearly how you can generate barcode from the library.

Best Answer

Also, you can use EAN13 barcode default to generate your barcode, Change in barcode.py and use Code EAN13,
 

Avatar
Discard