Questions tagged [gs1-databar]

Questions related to the GS1 Databar family of barcode symbols, which are a carriers for data that conforms to GS1 Application Identifier syntax.

10 questions
4
votes
1 answer

LEADTOOLS Barcode Generation iOS

I want to generate a barcode image for a "GS1 Databar Expanded Stack" code using LEADTOOLS iOS SDK, but I can't find a proper way to do this (or any other type of code). Their examples contains only a "reading" demo, not a "writing" one. Can anyone…
stonycis
  • 466
  • 4
  • 16
3
votes
2 answers

Scanning GS1 Databar Barcode in IOS with react-native

I want to scan GS1 Databar Barcode which is also known as RSS Expanded barcode in IOS with react-native, I am using react-native-qrcode-scanner https://github.com/moaazsidat/react-native-qrcode-scanner to scan barcodes.
S.N.B
  • 803
  • 3
  • 11
3
votes
1 answer

How do I create a GS1 DataBar Expanded barcode?

I need to create a GS1 DataBar Expanded (RSS Expanded) barcode using either a Code128 font or a simple binary barcode font. I'm aware of how to use the application identifiers or creating check sums but I don't know how to encode the data for the…
das Keks
  • 3,723
  • 5
  • 35
  • 57
2
votes
1 answer

ZPL: How to encode an FNC1 within GS1 DataBar Expanded?

I am creating a GS1 DataBar Expanded barcode in ZPL and I can't find a way to encode FNC1 character to terminate variable length GS1 Application identifiers (GS1 AI). To be honest, it is not a necessity. GS1 DataBar is mostly used for fresh foods…
Viliamm
  • 618
  • 5
  • 12
2
votes
0 answers

Generating a GS1-Databar (formerly RSS_14) barcode using ZXing

The below snippet gives error No encoder available for format RSS_14 I have referred this link for generating the barcode in GS1-Databar. I found that the ZXing.Net doesn't support encoding in GS1-Databar. Please provide the custom way to…
2
votes
1 answer

Generate GS1 databar expand Barcode in Java?

I wan't to generate a Barcode which is type of GS1 databar expanded. I'm searched in google and didn't found realy working results. I discover that ZXing gives the possibility to generate different barcodes. I wrote an small code and i can generate…
fecub
  • 945
  • 10
  • 27
1
vote
1 answer

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 are expected to be transmitted as GS characters)…
Tommy Leong
  • 2,509
  • 6
  • 30
  • 54
1
vote
0 answers

how to scan or read a GS1 DataBar in iPhone?

I'm looking for a way to read GS1 DataBar from an iPhone app. I want to confirm that GS1 databars can be encoded with data like expiry date. Is there such an app? Are there any opensource barcode scanner projects that I can take advantage of to…
0
votes
0 answers

Android - is there a way to generate GS1 Databar barcodes?

I need to create a GS1 Databar Expanded barcode (also known as RSS Expanded). I have looked on stackoverflow for similar questions such as this, this, this.. and many more but they didn't have an answer... I have looked at ZXing. It supports…
Dave
  • 43
  • 7
0
votes
1 answer

Can Zxing support these barcode formats

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 (3) RSS GS1 Databar (4)QR-GS1 Codes Can anyone…
uLYsseus
  • 995
  • 6
  • 16
  • 37