Tagged Questions
Code 39 is a variable length, discrete barcode symbology.
26
votes
9answers
2k views
Code Golf: Code 39 Bar Code
The challenge
The shortest code by character count to draw an ASCII representation of a Code 39 bar code.
Wikipedia article about Code 39: http://en.wikipedia.org/wiki/Code_39
Input
The input ...
6
votes
3answers
7k views
barcode image to Code39 conversion in C#?
I have barcode images in jpg format and want to extract barcode # from those. Please help!
1
vote
1answer
138 views
How to read Long “Code 39” barcodes with “Zxing”?
In my application I am using Zxing library for decoding barcodes. "Motorola Xoom" and "Samsung " are the target devices. The company for which I am developing this application uses Code 39 barcodes ...
1
vote
3answers
971 views
Best Bar Code Scanner for both Web Form/ Win Form input
I have an application that prints eTickets. Originally I used the cool 2-D bar code because it allowed me to use the GUID as the code. However scanners that can scan 2-D bar codes are way too ...
0
votes
0answers
87 views
Error printing Barcode - Code 39
I'm having a problem while printing barcodes (Code 39 stadard). It's something that occurs intermittently.
-In Google Chrome:
It normally shows me the code, but when I see it on print view, it shows ...
0
votes
1answer
91 views
Barcode scan event?
I have a simple USB barcode reader which I intend to use to scan COD 39 barcodes. I know that just scanning the barcode while having a text field on focus will get me the text input of the barcode I'm ...
0
votes
1answer
111 views
generate code39 barcode data in java?
I'm trying to generate code39 data. It has some requirement as follows:
/*
Code 39 Valid data char set:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9 (Digits)
A - Z (Uppercase letters)
...
0
votes
2answers
485 views
How to resize barcode
I'm using iTextSharp to create Code 39. How can I change the size of the code? I can change only the height of the code (via BarHeight property) but not the width.
My code:
Barcode39 code = new ...