code128 Questions

2

Solved

Based on my understanding* of the check digit calculation for Code128 barcodes (which differs radically/drastically from most of the other standard barcode types), my code below is correct. However...
Glowing asked 10/9, 2013 at 21:3

2

Solved

Stupid me I thought, that just writing some text with a barcode font, would make the scanner read it. Seems I was wrong. So after reading some docs about code128 barcodes, I learned that: The ba...
Sawicki asked 21/2, 2020 at 17:22

1

Solved

Like the title says, I have a Code128 font that I would like to print barcodes with. However, the string needs to be encoded in Code128 to make the barcode font work. My app uses the Python3 langua...
Calque asked 8/10, 2018 at 22:10

4

Solved

I'm trying to create a barcode with a "TAB key" within it. (It seems as though some generators use ~ as a TAB key.) I've read that Code128 supports ASCII, meaning "HT" should wo...
Bifacial asked 17/6, 2015 at 15:2

1

I need to create a Code 128 barcode with a maximum of 44 characters. What is the maximum number of characters supported by the Code 128 barcode format? I came to know that Code 128 can encode all ...
Nadene asked 17/6, 2014 at 12:0

1

Solved

I want to encode the string "QuiÑones" in a Code 128 bar code. Is it possible to include extended ASCII characters in the Code 128 encoding? . I did some research on Google which suggested that it...
Entertaining asked 31/1, 2014 at 8:24

2

Solved

I'm trying to get Code 128 barcodes generated in Excel, through the use of VBA. I've found a VBA class that somebody made and shared via VBForums (subsequently modified to work with Excel VBA), but...
Acuate asked 17/12, 2012 at 6:20

3

Some questions about using Zxing... I write the following code to read barcode from an image: public class BarCodeDecode { /** * @param args */ public static void main(String[] args) { tr...
Stereotomy asked 18/9, 2013 at 3:42

2

Solved

According to the chart here: http://www.idautomation.com/barcode-faq/code-128/ This character: Ë equates to the value 103. Yet this code: string barcode = textBoxRawCode128.Text.Trim(); . ....
Sartin asked 11/9, 2013 at 18:51

3

Solved

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 t...
Flunkey asked 11/8, 2011 at 14:27

2

Solved

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 spe...
Hanselka asked 20/3, 2010 at 10:22

3

Solved

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 tha...
Creditor asked 20/1, 2010 at 18:39
1

© 2022 - 2024 — McMap. All rights reserved.