Top "Zpl" questions

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

Print characters with an acute in ZPL

If I send the ZPL commands below to a Zebra printer, it prints AmitiÙ: ^XA ^FO50,20 ^CI7 ^A0N,25,15 ^FD …

utf-8 character-encoding zebra-printers zpl
Can't define label length - ZPL (RW 220)

fellows, what I'm trying to do should be simple: to print an example label from ZPL II Programming Guide. But …

printing label zpl
ZPL - zebra: print justified text block without overwriting last line

I'm using the following command to print a justified text: ^FB1800,3,0,J^FT100,200^A0B,26,26^FH\^FDLONG TEXT TO BE …

zebra-printers zpl text-justify
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 …

c# ansi zebra-printers zpl zpl-ii
How to manually define a variable in Zebra Programming Language? (ZPL)

I'm programming in ZPL and I need to define a variable manually. A simple Hello World Example: ^XA ^FO,20,10^ADN,40,25^…

zebra-printers zpl zpl-ii
Printing "raw text" (ZPL) from Web

We have a lot of old ZPL labels. We would like to be able to print them from a web …

silverlight printing zpl
ZPL - how to right justify a bar code?

I am trying to right justify a bar code I am printing using ZPL from a .Net program. Here is …

zpl zpl-ii
Increase the resolution (dpi) of an image

I'm not sure how feasible this will be without some thirdparty libraries, but here goes: I have an image, 450x900 …

c# image bitmap zpl
Comment line in ZPL code

I want to comment lines in the ZPL code, for example: ^XA ^MMT ^LL0531 ^PW1280 ^LS0 ^FT81,528^A0B,29,28^FH\^…

zebra-printers zpl
Developing an utility for rendering ZPL code of Zebra printer (105 SL)

Possible Duplicate: Print preview ZPL II commands using .NET WinForm before sending it to Zebra printer I start developing an …

c# zebra-printers zpl