Forum topic
Hi, I have a Zebra Label printer (GT800) with label of 1.5" x 1" in side by side. I want to print 2 column bar code using ZPL what will be the correct code?  
Forum topic
I am using the following page as a helper:   http://www.tharo.com/documents/tech582.htm   On that page the EPC is broken down into the bits that need to be passed to the printer in ZPL.…
Forum topic
In my application, I need to generate images files or pdf files from ZPL code.  Does Zebra offer any type of API for this?
Forum topic
We used to use the Zebra RW420 model, together with the GraphicsUtil interface functionality from the Zebra Android SDK, which allowed us to use the printImage() method and send an image to the…
Forum topic
I am generating ZPL command string and the printer (ZT410) does not print all the labels sent. I simply loop through the following code and send the string to the printer (via the IP address on port…
Forum topic
Hello all,   I am having trouble printing out the ³ symbol. And I hope somebody can help me with it I have set up my ZPL code to try and print the ³(Small 3 for the m3/h symbol) and the °(…
Forum topic
Dear Community, Dear Zebra Team,   I’m working on an old project with printing on Windows CE5 and Windows CE6. Up till now our software worked with other printers – not with Zebra printers. The…
Forum topic
If I do this   Nothing happens new Thread(new Runnable() {    public void run() {   Connection connection;   String hardcodedmac = "ac3fa446767d";   connection = new…
Forum topic
I am working on a Windows tablet application that generates ZPL label formats from a database and send them to a ZQ520 printer over a Generic/Text printer driver. Generating the ZPL format and…
Forum topic
Hi, Looking for some help in sending ZPL commands in Windows RT to ZEBRA iMZ320 BT printer. Is there any library / SDK which can be used like the ones available for iOS and Android? Our requirement…