The code128 tag has no wiki summary.
8
votes
2answers
567 views
Where can I find “reference barcodes” to verify barcode library output?
This question is not about 'best' barcode library recommendation, we use various products on different platforms, and need a simple way to verify if a given barcode is correct (according to its ...
4
votes
3answers
1k views
Code128/EAN128 barcode component for Fast Report?
During a migration of reports which contain EAN128 / Code128 barcodes to Fast Report I found that Fast Report does not use the correct symbology. The lines of a Code128 barcode are very wide so that ...
2
votes
1answer
115 views
Zxing not decoding 1D barcode 128 when it only holds one character
When I encode one character as a 1D code 128 barcode, i.e. 'F' or 'M', Zxing doesn't decode it. I first found this issue in my own app where I integrated the zxing source code.
Then I checked the ...
2
votes
4answers
443 views
C# : Generating Code 128 Barcode (width of bars/spaces)
So I inherited this code, or should I say, someone developed this and moved on and now we are having a problem with it and I'm looking into it...
We are generating c128 barcodes and upon having ...
2
votes
2answers
325 views
Cannot launch ANY process in Java (ProcessBuilder process immediately returns with exit code 128)
I am trying to have Java execute another program, and it kept immediately erroring out with exit code 128 and nothing sent to stdout or stderr. I tried a simple "java -version" still with no luck. ...
0
votes
1answer
141 views
Barcode generator for iPhone application [closed]
Possible Duplicate:
Objective-C package for generating barcodes?
I would like to generate a unique barcode out of my iPhone application.
The idea would be that my application would allow ...
0
votes
3answers
276 views
Way to compare two barcodes
I have two barcodes that I am working with. They are clearly different, but both scan as code 128. One is weird and one is normal. I have tried to reprint the data for the barcode in every way I ...