-
Hello. I hope this is the correct location to ask some questions. I read the barcoders' documentation on doc.rs but could not any mention of how to specify FNC1 as part of the input to `Code128::new`.…
-
Hi!
i'm trying do decode this EAN128 barcode but not work with zxing
https://dl.dropboxusercontent.com/u/6140898/Temp/ean128.jpg
result with bcTester:
https://dl.dropboxusercontent.com/u/6140898/Temp…
-
I'm having a strange issue with the GS1-128 barcode.
When sending the barcode ```003425023080025013461003012018``` the barcode looks this way:
![ean128](https://user-images.githubusercontent.com/8…
-
Hello!
Great library! after searching in a lot of sites i found this one and is excellent. My barcode includes the identifier 3900 but i can see is not supported for the library. Can you help me wi…
-
Hello,
How do you guys add Function code (ie FNC1) ?
My scanner always fails because of a missing function code FNC1 after the STARTC character.
Sample options:
```
bwipjs.toBuffer({
…
-
Hi,
I'd like to implement this code into an Adobe Extendscript script into Adobe CC apps.
Adobe's apps can be scripted through Extendscript, an ECMAscript-based JS variation, so most of the BWIPJS…
-
Is it possible to obtain from the library the barcode symbology chars? Ex. FNC1, GS etc. For some barcode formats (Gs1/Gs1 128) this is vital as otherwise you cannot determine how to parse the decoded…
-
Hello,
How do you guys add Function code (ie FNC1) ?
My scanner always fails because of a missing function code FNC1 after the STARTC.
I am using CODE128 by the way.
Sample options:
```
co…
-
The project I'm working on uses Sourcery for two of its targets, which build frameworks that are then linked into the main app.
Our team has been noticing that Sourcery frequently fails during comp…
-
Hi!
We're using you library to generate barcodes and so far it been working geat.
However we've hit a road bump in generating a GS1-128 barcode (most likely we've missunderstood how the library…