I have a specific label that feeds a second, blank label after printing a good one. I'd imagine it's something about the ZPL code, but I cannot seem to isolate it. I've tried removing each formatting statement at the top, one at a time and trying…
This is the first time I've worked with ZPL code. I'm printing on a 200dpi ZP450ctp printer onto labels that are 2inx1in. The .zpl below is way to big but I thought I had it set right. Is anyone familiar with the .zpl…
I have a Zebra GK420t printer. I want to print some stickers width an image on it, but when I use the API that zebra provides for Linux an error appears in the console.
"Invalid OS"
Sometimes appears other error.
"Could not open device using…
I am using zpl II script to print 3 x 2 labels. Its a ethernet printer.I am facing problem that after the print label not properly tear off. So the next print not properly printing.Is that any way in zpl script label is tear off properly adjest.
I am developing an application that prints labels using Zebra GK420t printer.
I successfully could print Barcode with the text value in the bottom of the Barcode.
However, I was not be able to print extra text above the Barcode.
I am using this…
I am having trouble printing anything using the Zebra KR403 Printer using my Android app.
To debug I try to print the configuration using the below command:
String ZPLCommand = new String();
ZPLCommand += "^XA"; // Start command
…
I create label in Zebra Designer. When I print it from Designer printer print it correct - super.
Next I sended my work into the printer. And when I'm checking files in printer TEST.ZPL and TEST001.GRF, TEST002.GRF are correctly downloaded on…
I am maintaining a printing program that now requires printing both a ~ and an * in a code128 barcode in zpl.
Currently, I am using the code below that uses the ^FH to represent the tilde in hex:
^BCN,120,Y,N,N,N^FH^FDSPECIAL*MAKE_7e123456^FS
The…
Is it possible to try a Windows Mobile application made with ZPL without an actual printer? Like simulate the printing?
Also, is there any site/videoes/books about Zebra Programming Language for beginners?
I have a c# app that connects to FedEx webservices, and want to print a shipping label on a thermal Zebra printer. I request the response to be in ZPLII type and save that response to a .txt file. I have talked to Zebra and FedEx and they both say…
I have following code which sends data to printer and prints page. I want somehow to tell th printer the top margin of the page. Is there anyway i could do that with current code? The printer is Zebra and uses ZPL-II.
Dim data As String = "path to…
i need to print ⎓ logo on Zebra Printer using ZPL (zebra programming language), can anybody tell me how to print the ⎓ symbol?
i already using code that use UTF-8 code, but it only work with 2 byte of hexadecimal, ⎓ has 3 hex…
I was able to print raw ZPL commands from PHP directly to the printer, except that I can't print more than 1 label at once after windows update to windows-10 on the TLP 2844-Z printer and my first time when installing WebClientPrint Processor (WCPP)…
I'm using odoo 9 and i want to print products labels using zebra printer that's why i have installed a custom module named "printer_zpl2" but i don't know how to use it to print labels with it . is there anyone who used it before who can help me ??…
I print a text using ZPL but they are printed incorrectly. It has gaps in the middle. They are printed correctly to the real printer via the ZebraDesigner. But they are wrong when printing via ZPL:
^FT246,70^A0R,16,16
^FB900,2,,
^FDMaisstaerke,…