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

ZEBRA ZT411 bad print size

I have a ZEBRA ZT411 label printer. I had a 203dpi printhead and changed it to 300dpi. I installed the ZT411 300dpi ZPL driver. The printer is now incorrectly calibrating the label. It doesn't push it to the edge so I can tear it off, but it's still…
-1
votes
1 answer

How print barcode without digits with ZPL lang

How print code128 barcode without digit, just image of barcode? my example with digits: ^FO20,20 ^BCN,50,Y,N ^FD1234567890^FS
-1
votes
2 answers

How to truncate ^FD text in ZPL

My ZPL code: ^XA ^FO15,300^A0,25^FD Invoice #^FS ^FO150,300^A0,25^FD Date^FS ^FO300,300^A0,25^FD Cust #^FS ^FO400,300^A0,25^FD Name^FS ^FO650,300^A0,25^FD…
owl1929839
  • 11
  • 2
-1
votes
1 answer

Cannot print to a printer that includes ZPL (Zebra)

I want to print labels on a printer that includes ZPL. The printer is connected to USB. I tried this code using the SendStringToUsbPrinter function as entry point. using System; using System.Collections.Generic; using System.Linq; using…
Seb_H
  • 1
-1
votes
1 answer

Zebra Printer prints Invalid C instead of barcode

Invalid-C Is displayed on the label from the Zebra Printer instead of a barcode.
Ryan Dooley
  • 224
  • 1
  • 3
  • 16
-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

print QR code on zebra printer with .net/c# application

I am developing a windows application. In which i get a string. I want to print that string as a QR code On zebra printer. One more requirement is , string should be printed below the QR code. Please help to find out the solution.
-1
votes
2 answers

Sending raw text to printer via usb

I am trying to send ZPL commands to a Zebra ZT230 printer. The printer and drivers are installed and the printer port is "USB003". The PC communicates perfectly with the printer via either Zebra Printer Setup Utilities or ZebraDesign. I tried the…
John Lee
  • 317
  • 6
  • 14
-1
votes
1 answer

Reading printer data using ReadPrinter Winspool.Drv

I have Zebra printer connected via USB and I'm trying to read printer's memory using command ^XA^HWR:^XZ. The command works on TCP/IP. I'm not even sure if I have method header right. [DllImport("winspool.Drv", EntryPoint = "ReadPrinter",…
Bukk94
  • 419
  • 1
  • 6
  • 23
-1
votes
1 answer

Web Interface to interact with Label Matrix

I am in the process of creating a system that can print labels. The designs have been created in Label Matrix, but I need the ZPL (Zebra Programming Language). Does anyone know if I can go from Label Matrix to ZPL? Thank you very much
abronk
  • 3
  • 1
  • 4
-1
votes
1 answer

PHP Generating .zpl files

I wrote web service which will generate label from certain parameters and will return it as PDF. Now I must improve it by returning generated label as PDF or ZPL format. Unfortunately, I have zero knowledge on working with ZPL. What is ZPL? Is it…
-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
-2
votes
1 answer

Zebra RW420 is printing the ZPL commands to get TID

I am trying to printing TID FROM ZPL COMMANDS getting JJL179464 can anyone please tell me what is this character
PRIYA
  • 1
  • 2
1 2 3
42
43