hjgode / barcodeLib

modded barcodeLib by Brad Barnhill (http://www.codeproject.com/Articles/20823/Barcode-Image-Generation-Library)
15 stars 11 forks source link

Error Barcode Generate #3

Closed evedostomazi closed 3 years ago

evedostomazi commented 3 years ago

Message: EEAN13-3: Country assigning manufacturer code not found. Code: 6996502953552

hjgode commented 3 years ago

69 or 699 is not a known country code. Anyway you shoiuld get a barcode, although the country code is unknown.

You may add 69 or 699 as your custom barcode country code inside https://github.com/hjgode/barcodeLib/blob/master/BarcodeLib/Symbologies/EAN13.cs.

evedostomazi commented 3 years ago

i received lot of tags with this code.

hjgode commented 3 years ago

That may be, you just have to change the file I mentioned. This is why the code is open source, you can change it yourself.