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 do you print the underscore in a zebra label?
I’m printing a parameter returned from a query that’s a string of letters and underscores.
The label prints just the letters without the underscores, and I’m not sure how to fix it.
^FD<String>^...
just_losing_it
Votes: 0
Answers: 1
Get File Name used while exporting Printer Code Template in BarTender
I am trying to find if there is a way to get the file name that we mention while exporting the Printer Code Template (see below):
Export Printer Code Template
I have tried using Format.FileName to get...

Deep Pandya
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
Java Printing with ZPL prints ZPL as text
I am trying to use a Zebra label printer using Java, and I'm having some issues:
I am trying the following code, which contains code taken from here: https://github.com/w3blogfr/zebra-zpl
public s...
csotiriou
Votes: 0
Answers: 1