Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
118 views

I have a barcode scanner application in Android Kotlin but how can I integrate GS1 API into it so that when scanning any barcode then it will show the details about the barcode item from GS1 server. ...
gourav anand's user avatar
1 vote
1 answer
1k views

I have some data extracted from a GS1 barcode (be it GS1 DataMatrix, GS1 QR Code, GS1 DataBar or GS1-128) that is notionally in GS1 Application Identifier, however the FNC1 separator characters (that ...
Tommy Leong's user avatar
  • 3,060
2 votes
2 answers
5k views

I am struggling to encode GS1 QR code in ZPL. The main problem is that I don't know how to encode the leading FNC1 character to indicate, that the QR code is GS1 QR code. I have tried different ...
Viliamm's user avatar
  • 888
2 votes
3 answers
1k views

I am trying to read a QRCode in GS1 format. When I built the QR Code for the identifier (01) with the value 0100145074001, my QRCode generator adds in the end a check digit 9. So the result is: ...
yaylitzis's user avatar
  • 5,644
0 votes
1 answer
1k views

I am new to the ZXing environment and I have previously used it only once for QR codes for android... My question is: Can ZXing decode the following barcode variants: (1) UPC GS1-12 (2) EAN GS1-13 ...
uLYsseus's user avatar
  • 1,006