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

Printing ZPL strings in Silverlight

Does anyone know how can I print ZPL strings in Silverlight? So from a web request, I get a response of string that should be printed in a label printer (e.g. Zebra printer). So printing should be done in the client, I cannot use the raw data…
0
votes
1 answer

How to resize a PNG print for the KR403 printer?

I can currently print a PNG file through the ZPL commands on my Zebra KR403 printer. The issue I currently face is that the size of the print is too small. Is there a way to rescale the print size on the paper w/o rescaling the actual PNG file…
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
2 answers

Unable to print Using Zebra iMZ320 using VB and CPCL

I am using a Zebra iMZ320 printer and vb.net on a windows mobile device. The code used to work on the MZ320. I am trying to print a graphic using CPCL. Private Sub Print_Label() Try Dim zebraPrinterConnection As ZebraPrinterConnection = New…
Paul Ellaway
  • 101
  • 1
  • 3
  • 8
0
votes
1 answer

Print instantly a number on a qrcode with ZPL and vb6

I have a vb6 code to print a qrcode with ZPL on a toshiba printer, this works perfectly... But now I would like to print a number on the qrcode, I've seen such things with logos but they used corel, paint, gimg e.t.c. to manipulate the qrcode. Is it…
Marvin Oßwald
  • 376
  • 1
  • 3
  • 20
0
votes
1 answer

Verify Encoding tags by Zebra printer RZ400

The following is a C# function that sends ZPL command through serial port. the ZPL Command Starts with ~RVE (which telling the printer to send RFID encoding success or failure results). How can I receive the encoding result in the context of my code…
0
votes
2 answers

Using images stored in Zebra printer to create a label in vb.net

Is there any way to use the images stored in a Zebra printer in the following code: Dim g As Graphics = e.Graphics Dim bc As New BarcodeProfessional Dim br As Brush = New SolidBrush(Drawing.Color.Black) Dim blackPen As New…
Somebody
  • 2,667
  • 14
  • 60
  • 100
0
votes
1 answer

delete file after sent to printer using vb.net

I'm working with ZPL files, first I make a copy of the original, do some change in the new one, then send the file to the zebra printer, and finally I want to delete the file. Everything works perfect except the file deletion, I get The process…
Somebody
  • 2,667
  • 14
  • 60
  • 100
0
votes
2 answers

The ® character is not processed correctly in my form

The stack: a simple form with a textfield=> posted to an apache web server running on unix => processed by php 5.3 => saved in mysql5 table with the latin1 character set Than, retrieved from the DB and shown to the user. Result: when the user…
shealtiel
  • 8,020
  • 18
  • 50
  • 82
0
votes
2 answers

How to create & upload to Zbera thermal printer a bitmap font for ZPL language?

Could You please tell me what is the procedure to create(upload), a bitmap font for ZPL language to Zebra Thermal printer? It turned out that Zebra doesn't support their clients with bitmap fonts in different code pages. They only have scalable…
John
  • 1,834
  • 5
  • 32
  • 60
0
votes
1 answer

Pass value to label variable in Zebra using Windows Mobile

If I have a variable text and QR Code on my pre-made label in my Zebra printer. How could I pass values to the 2 variables using Windows Mobile 6?
SleepNot
  • 2,982
  • 10
  • 43
  • 72
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
0 answers

Converting monochrome bitmap data into a little endian order hex string for Zebra printers

I have a 1bpp monochrome bitmap image loaded into memory. I have the image data loaded into a byte array. I am trying to print to a Zebra printer and following their manual I feel I mostly have the code working except that when I convert the image…
maple_shaft
  • 10,435
  • 6
  • 46
  • 74
-1
votes
2 answers

ZPL: how to display or hide a image on a label

Does anyone knows how to simply hide or display an image of a log (jpeg) on a label based on a parameter ? We know how to display the image, but not to get it "dynamic" with a parameter ? Let me know if i'm not clear enough. DB As i said, i expect…
-1
votes
2 answers

How to send raw data to a thermal printer using HTML

I have a thermal printer that I am printing labels to via a simple Java application. The printer is controlled using ZPL programming language. A string is prepared to format the label, and then this string is sent to the IP address of the printer…
hareti
  • 41
  • 6