Forum topic
Hi all, i develop a print server and client based on template. https://github.com/achauque/xPL-printserver
Forum topic
Dear Zebra We are testing Zebra DS2208 scanner and we are trying to use our own developed app which is currently working with few devices. As far, as we know our app written for UWP requires device…
Forum topic
I created an application that will monitor for statuses. what I did is I loop through PrinterStatus printerStatus = printer.GetCurrentStatus() . I noticed that the led light on the printer keeps…
Forum topic
I am trying to print a list of settings from my KR403 to my debug log like in the SDK Documentation example for the SettingsProvider Interface, but it is not working as far as I can tell.  I…
Forum topic
I am using the Zebra SDK with Java on Android.   I need to print an image as part of a receipt-type printout, but the only references I can find in the SDK documentation is for printing just an…
Forum topic
We are using two models; iMZ320 and MZ320. Only iMZ320 supports zpl. If the printer paired has zpl support We'd like to use some features of zpl like sending and printing an image.  …
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…