Tagged Questions
ZPL-II stands for the "Zebra Programming Language v II" and is a proprietary programming language used to communicate to Zebra branded printers
5
votes
4answers
6k views
.NET code to talk ZPL to Zebra Printers
Is there a way to send ZPL (Zebra Programming Language) to a printer in .NET?
I have the code to do this in Delphi, but it is not pretty and I would rather not try to recreate it in .NET as it is.
...
2
votes
1answer
2k views
ZPL II Extended Characters
I'm trying to print extended code page 850 characters using ZPL II to a Zebra S4M. Whenever one of the extended characters I.E. ASCII value > 127 is used I get a box of varying shades of grey instead ...
2
votes
3answers
1k views
Reading status from Zebra Printer
I'm working on a project where we need to use a Zebra Printer for barcode labels.
We're using C#, and we're doing OK on the printing side of things, sending raw ZPL strings to the printer (using ...
1
vote
2answers
185 views
print preview ZPL2 commands using .net winform before sending it to zebra printer
I have an .net windows application that prints commands to Zebra printer using ZPL2 or EPL2.
Is there any way to print preview the data in a form before printing it directly from zebra printer?
1
vote
2answers
1k views
How to print barcode with running number ZPL-II?
I have a simple program print barcodes. The label format is in a preloaded form.
The value the barcode is passed by a parameter as follow.
^XA
^XFR:FORM.ZPL
^FN999^FDH654321+Y0001+OABC+^FS
^PQ2,0,1,N
...
0
votes
0answers
29 views
Zebra zpl ii bar code 128
I have problem with zpl ii bar code 128.
I want make bar code from 9675212480 is that 9675 is size dots the same as 80 and 2124 is bigger than 9675 80..I did it this:
'^XA^FO55,70^
BY4^A0N,0,0
...
0
votes
2answers
517 views
Print BMP with ZPL
How can I use ZPL II to print a bitmap (BMP) image?
I used ~DY to download the BMP to the printer:
~DYR:PRINT,B,B, <size> , <width> , <data>
I am using PHP to send raw data to ...
0
votes
1answer
77 views
how to add space in ZPL
I'm using printer Zebra ZM400.
I want to print text box and insert a text follow by marking line.
I want fix below code as my text box coordination
How to set the marking line with right alignment ...
0
votes
1answer
487 views
ZPL - how can we increase width of ^BC (Code 128) bar code
Am doing a formatting of barcode label.
We are using Zebra Programming Language , ^BC (Code 128) bar code
As i increase the size of ^FD Field Data , the barcode width is increasing.
But how can i ...