Skip to main content

Hello,

I'm looking for some sample code about reading barcodes in format gs1-128 in a cobol program, but, at the moment i don't have anything. Anyone knows of some examples?

Thanks afterwards


#Barcode

Hello,

I'm looking for some sample code about reading barcodes in format gs1-128 in a cobol program, but, at the moment i don't have anything. Anyone knows of some examples?

Thanks afterwards


#Barcode

Here is a sample code to read gs1-128 which is found on a site I used:

 string[] datas = BarcodeScanner.Scan("code-128-barcode-image.gif", BarcodeType.Code128);

I am not sure if this is suitable for you. Or you can go to that site to check by yourself. That is a good and professional barcode site. I used their to tools to create PDF47 barcode in C# for years.


Hello,

I'm looking for some sample code about reading barcodes in format gs1-128 in a cobol program, but, at the moment i don't have anything. Anyone knows of some examples?

Thanks afterwards


#Barcode

[quote][/quote]

Here is a sample code to read gs1-128 which is found on a site I used:

 string[] datas = BarcodeScanner.Scan("code-128-barcode-image.gif", BarcodeType.Code128);

I am not sure if this is suitable for you. Or you can go to that site to check by yourself. That is a good and professional barcode site. I used their to tools to create PDF47 barcode in C# for years.

HI there

Thanks for your sample code.It is very nice of you.But the code is so difficult for me.I just want to know that if you have any free trial from barcode generater which supports to read or generate some normal barcode like code 128,pdf417 or code 39.Thanks for any suggestions.


Hello,

I'm looking for some sample code about reading barcodes in format gs1-128 in a cobol program, but, at the moment i don't have anything. Anyone knows of some examples?

Thanks afterwards


#Barcode

Just in case you ever want to create a GS1-128 barcode, here is a detailed guide for it.