10 questions
1
vote
0
answers
118
views
Issue with integrating GS1 API to Android application
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. ...
1
vote
1
answer
1k
views
Is it possible to decode GS1 Application Identifier formatted data that lacks GS characters to represent FNC1?
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 ...
2
votes
2
answers
5k
views
How to encode FNC1 with ZPL to GS1 QR code
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 ...
2
votes
3
answers
1k
views
Read GS1 QRcode and get the data without the check digit character
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:
...
0
votes
1
answer
1k
views
Can Zxing support these barcode formats [closed]
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
...