Questions tagged [zpl-ii]

ZPL-II stands for the "Zebra Programming Language v II" and is a proprietary programming language used to communicate to Zebra branded printers

More Information:

212 questions
0
votes
3 answers

Zebra Label Feeds Blank after printing

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…
0
votes
1 answer

Creating ZPL template for Zebra Printer ZP450ctp

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…
hummmingbear
  • 2,294
  • 5
  • 25
  • 42
0
votes
1 answer

How to send image to Zebra printer memory?

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…
Angel
  • 357
  • 3
  • 6
  • 17
0
votes
1 answer

zpl printer tear off issue

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.
M.B
  • 885
  • 2
  • 15
  • 31
0
votes
1 answer

ZPL print barcode with extra text above

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…
Nabeel
  • 557
  • 4
  • 15
0
votes
1 answer

Unable to print Printer Configuration for Zebra KR403

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 …
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
1 answer

How to print ZPL label stored after Feed Button Clicked - TLP 2824 plus

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…
Niedved
  • 823
  • 1
  • 7
  • 13
0
votes
2 answers

code128 barcode with tilde and asterisk

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…
Danial Wayne
  • 348
  • 2
  • 15
0
votes
2 answers

Simulate printing in ZPL

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?
SleepNot
  • 2,982
  • 10
  • 43
  • 72
0
votes
2 answers

ZPLII thermal label not printing Fedex web services

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…
Scott Selby
  • 9,420
  • 12
  • 57
  • 96
-1
votes
1 answer

Set page's top margin when sending to pinter ZPL-II via TcpClient

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…
Arie
  • 3,041
  • 7
  • 32
  • 63
-1
votes
1 answer

How to print ⎓ on ZPL (zebra printer language) Unicode utf-8

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…
-1
votes
1 answer

Barcode wasn't printed as many as the Request

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)…
Mukyuu
  • 6,436
  • 8
  • 40
  • 59
-1
votes
1 answer

How to print labels using module "printer_zpl2"

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 ??…
Dhouha
  • 661
  • 1
  • 8
  • 27
-1
votes
1 answer

Text is printed incorrectly using ZPL

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,…
LEH
  • 1
  • 1
1 2 3
14
15