Questions tagged [zpl]

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

Wiki:

ZPL stands for the "Zebra Programming Language" and is a proprietary programming language used to communicate to Zebra branded printers. Zebra Programming Language (ZPL and ZPL II) is a Printer Control Language.

Read more:

631 questions
0
votes
2 answers

ZPL to print strike through

Is there a way to use ZPL to print text with a strikethrough (a line through the text)? I need to be able to print something and indicate that it was there. I have looked through the ZPL programming guide and I have not found any way to alter the…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
1 answer

Where do the parameters come from when sending a post request in ZPL?

I'm also trying to code this in Ruby. So an example in ruby would be splendid!
mikeymurph77
  • 752
  • 1
  • 11
  • 28
0
votes
1 answer

how to print line space below the barcode and text using zpl programming bar code

im using Zebra GK420d Printer. i need to print extra line space below the barcode and text. here my zpl code is like this $barcode_ZPL_code ="^XA4 ^FWR ^FO 550,450^A0,20,30^FH^FDCHEDDI_20JAGAN_20AIRPORT_20GUYANA_20OWN_20CLEARING^FS ^FO…
Krishna38
  • 707
  • 1
  • 16
  • 43
0
votes
1 answer

How to create black and white 1 bit per pixel bitmap from component and print it to zebra printer?

I am writing simple application to print label with Zebra programming language ZPL and Flex. At current stage i want to print graphics and text as graphic. So the steps i need to perform is: Capture BitmapData (black and white 1 bit per pixel) from…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

ZPL Center text vertically

Is there a way in ZPL to center text vertically? I know I can use ^FO0,0^ASN,50^FB200,3,0,C,0^FD TEXT ^FS. But how can I make that print on the 2nd line if it's short enough?
KPK
  • 442
  • 1
  • 5
  • 15
0
votes
1 answer

print ZPl commands in windows

I'm able to print ZPL commands in mac using cups, but I'm unclear that how can I print the labels in windows machine as there is no CUPS server on windows. when I tested it with note pad, it is printing raw strings but not the processed commands
Srikanth Malyala
  • 941
  • 15
  • 24
0
votes
1 answer

Do the Zebra QL220 and QLn220 printers need to be set to different device languages?

My QLn220 printer is set to "hybrid_xml_zpl" and it works fine (I can send it CPCL commands, and it prints labels as I want them to look). My QL220 printer (older model) is more quirky, though; it sometimes prints the raw commands I send it…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Print Cyrillic symbols in barcode with Zebra

I'd like to know if there is a way to print Cyrillic symbols in barcode using Zebra printer? The printer is Zebra GK420t. Language is ZPL. Opposite to that question I'd like to print not text but barcode that includes Cyrillic symbols which could be…
Mak Sim
  • 2,148
  • 19
  • 30
0
votes
2 answers

Zebra ZT230-300dpi printer sgd command setvar

I'm trying to change the "device.languages" attribute on a zebra ZT230 label printer with firmware: V72.19.6Z using the Zebra Setup Utilities Direct communication function. The command the i send to the printer is the following: ! U1 setvar…
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

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
0 answers

Why ZDesigner GX420d printer show 1 inc Top margin?

I am very new in ZPL and try to learn it. I am wright some code for label to print but i get unexpected result. ZDesigner GX420d printer is always show 1 inc Top margin. Here is my ZPL Code…
Hasanuzzaman
  • 1,822
  • 5
  • 36
  • 54
0
votes
1 answer

Zebra GK420d label printer - status reporting

I am trying to understand how I can sent status requests to these label printers to see if they are free to print labels. The problem I have is that if I send too many label print requests then only some of get printed. I think the problem is that…
wakthar
  • 720
  • 1
  • 8
  • 21
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
2 answers

c# send plain text to default printer (Zebra printer)

What is the best option to send text to the default printer? The printer is a Zebra, and the text is a string of ZPL. Many examples out there are with font size, graphics, points (x,y). Very confusing. But I need to send the string and the printer…
BlackCath
  • 816
  • 13
  • 23