Jawad Bahar
Jawad Bahar

Reputation: 13

How Can I generate this exact Barcode

I looked over the internet and on stackoverflow but didn't seem to find any help.

Here is the problem. I have barcode on a sticker when I download any barcode reader it recognize the barcode and give the number of the barcode. But when I use a barcode generator and I give it the number to generate the barcode it gives me a different barcode, different from the original one.

Can anyone point me to how to generate the same barcode in the picture please. Take a look at the picture to understand what I'm talking about. I want a tool that I can give it the number in the picture and it generate the same barcode on the picture Image containing the barcode with its number

Upvotes: 0

Views: 366

Answers (2)

Brian Anderson
Brian Anderson

Reputation: 1766

The format you are trying to emulate is Interleaved 2 of 5.

Upvotes: 0

doctorlove
doctorlove

Reputation: 19252

Barcodes have different formats, called symbologies. You need to pick the right one, otherwise when you "give it a number" the start and end characters might well differ.

Upvotes: 1

Related Questions