python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to print barcodes containing letters
How to print codes
E27H, D18H, F28G, J16H, E19G, G29F, I19F, K09F, L18F
as barcodes from Visual FoxPro application.
I tried code below with Code 128 font but barcodes for those codes are created incor...
Andrus
Votes: 0
Answers: 0
How to encode a TAB character in a Code128 barcode using only raw ZPL
In the past, we've used ZPL to create Code39 barcodes with a TAB character encoded in the middle using something similar to the following:
*USERNAME$IPASSWORD*
The $I in the middle gets translated to...
dsumner
Votes: 0
Answers: 2
How do I use the NetBarcode library to display an Barcode?
It's the first time I've used library. Hence the question I asked about the library:
link
Add a barcode to my label?
On the Website it says for a label it goes with it:
var barcode = new Barcode (&quo...

user17667316
Votes: 0
Answers: 1