barcodelib icon indicating copy to clipboard operation
barcodelib copied to clipboard

Problem with EAN-8 code

Open Shamil-7 opened this issue 2 years ago • 5 comments

Hello @barnhill ! How can I get ean-8 code as shown in the attached picture? EAN-8

Shamil-7 avatar Nov 20 '23 06:11 Shamil-7

I think EAN8 has a bug in it

barnhill avatar Nov 21 '23 02:11 barnhill

@barnhill can you to fix a bug please?

Shamil-7 avatar Nov 21 '23 04:11 Shamil-7

I tested to generate an EAN-8-code with the digits "48350006" in BarcodeLib v3.0.2.0. Then I read the code with an Android device with built-in barcode scanner and it could scan the code without problems.

image

Shamil, do you mean:

a) With the text looking as in your example? I don't think BarcodeLib supports that.

b) Do you need help how to create an EAN-8 barcode in code?

/rob

rob313663 avatar Nov 22 '23 16:11 rob313663

@rob313663 I need help creating ean-8 like in the picture EAN-8

Shamil-7 avatar Nov 22 '23 18:11 Shamil-7

A modification to the Labels.cs would be needed to support printing labels like this for EAN-8. Im open to help with creating a pull request with the needed changes to Labels.cs.

barnhill avatar Apr 29 '24 03:04 barnhill