Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
45 views

I want to print data on a label. I created a ZPL template file and in my application i read that template file, look up a specific string, replace that string with data from my application and then ...
Nico Sz's user avatar
  • 133
0 votes
2 answers
100 views

I was confused to find out the value I sent to the RFID printer is not the same value I see in the RFID reader app when I scan. I am printing with a zebra ZT411 and scanning with an RFD8500. Here are ...
user2453676's user avatar
0 votes
0 answers
97 views

I am developing a software application that automatically generates and prints labels on a Zebra printer using Python and Flask. The labels are dynamically created using ZPL code. To enhance the user ...
Jan Oechsler's user avatar
-1 votes
1 answer
157 views

Trying to print a code 128 barcode with corresponding text. ^XA ^FO30,40 ^BCN,50,Y,N,N ^FDGA1234567890^FS ^XZ renders fine However if I try to make the font of text bold, it aligns to the left. ...
blue piranha's user avatar
  • 3,916
1 vote
2 answers
151 views

I have a ZPL code to print a Datamatrix, the result on ZPL visualizer seems accurate (see image below) but I'm unable to scan it with my scanner app, and a random QR reader says it's an invalid QR. I ...
Raghad Alafeef's user avatar
0 votes
1 answer
360 views

Is there a code viewer such as Labelary for ZPL made for DATAMAX DPL? have a label that need to validate have a code but it is not a ZPL format.
Emmanuel Munoz's user avatar
0 votes
0 answers
46 views

Apologies if this has been answered somewhere before, my searches turned up nothing. I'm trying to print RFID tags with my Zebra printer in SGTIN-96 format with randomized serial numbers. An example ...
John's user avatar
  • 1
1 vote
0 answers
69 views

I am trying to generate a QR code that contains RFID data. But, in the code data the first 3 characters are missing. I know this issue when using the ^FD command. Here, you need to format the data by ...
Sven's user avatar
  • 11
0 votes
0 answers
93 views

I used ZebraDesigner to design a label with some logos. The label prints correctly directly from ZebraDesigner to the printer (GC420d). Then, I printed the label to a file to get the ZPL code. This is ...
Juanjico's user avatar
  • 177
2 votes
1 answer
153 views

I have generated a ZPL code using Labelary ^XA ^LH0,0 ^CI28 ~DGR:SAMPLE.GRF,5796,46, ...
BlazorStudio's user avatar
0 votes
1 answer
186 views

I have an issue like that when I send ZPL commands through c# code to the printer via Bluetooth it prints blank label (after calibration) or sometimes only a peace of the expected text. Additionally, ...
spruce's user avatar
  • 1
1 vote
1 answer
199 views

For this ZPL: ^XA ^LH0,0 ^CI28 ^MNN ^LL1054 ^AF,30^FO16,206^FB544,1,0,C,0^FH^FDINVOICE NO: INV-1008\&^FS ^AF,30^FO16,268^FB544,1,0,L,0^FH^FDDN-1006\&^FS ^XZ I would expect all the characters ...
zXynK's user avatar
  • 1,380
1 vote
1 answer
174 views

Here is the issue: We use the SATO printer for label printing in our factory. We use a Python development that sends a .prn file to the printer with both static and dynamic content. This .prn file ...
Javier González Estarriol's user avatar
0 votes
1 answer
96 views

I have an application and need advice on handling barcode and tabulator functionality, ideally using ZPL (Zebra Programming Language). Below is a revised sample of the ZPL data I'm working with: ...
Sw4tCZ's user avatar
  • 1
0 votes
0 answers
182 views

I'm using a Zebra Technologies ZTC ZT230-300dpi ZPL printer to push an image via network to the printer. I have a Word template that I convert to HTML using OpenXMLPowerTools, then to an image using ...
Vasundhara's user avatar
1 vote
0 answers
664 views

I've been tasked with establishing a USB connection which I can use to send and receive data. More specifically, I need to send ZPL commands to a Zebra Label Printer ZD421 and the whole process needs ...
Maynority's user avatar
0 votes
1 answer
104 views

I have a Zebra label designed in Zebra Designer 2 that has some text, text variables that are prompted from the user and a sequence counter number that prints numbers from 1 to chosen quantity on the ...
Matt Laming's user avatar
0 votes
0 answers
79 views

I have to take 2 copies of 3-page label sequentially so that all the 3 pages will be printed before the copy starts. How can I write this code in ZPL - Zebra language? This is a sample code. I tried ...
Lakshmy's user avatar
0 votes
0 answers
258 views

I want to send raw ZPL commands to a Zebra printer from a Blazor web application (on client side). This printer is not accessible from the Blazor server app. Is it possible to print with the Zebra ...
Panthesilea's user avatar
0 votes
1 answer
772 views

I have a ZP505 203dpi printer in production. I'd like to swap it with another printer, a ZD500R-300dpi. The issue I'm having is it's printing undersized labels. Through some research, I've identified ...
bmikolaj's user avatar
  • 486
0 votes
0 answers
68 views

I have an issue when printing a GS1 datamatrix barcode (= QR code) using ZPL codes on a zebra printer. My code is: ^XA^ FS ^FT270,280^BXN,9,200,0,0,1,_,1 ^FD(95)KMAHAMODE(96)toyota1560Fc12(97)lan^ FS ^...
khalid mahamode's user avatar
0 votes
0 answers
32 views

I have a barcode data: ^BY6,3,368^FT12,1032^BCN,,N,N ^FD>;00612345678^FS What I am expecting the barcode to get scanned is 00612345678 but it is getting trimmed to 0061234567 everytime its scanned. ...
Abhishek Anirudhan's user avatar
0 votes
1 answer
306 views

We have numbered labels that we want to print with Browser print, we send each label like this: ^XA^FO100,100^A0N,50,50^FD Label: 1^FS^XZ ^XA^FO100,100^A0N,50,50^FD Label: 2^FS^XZ ^XA^FO100,100^A0N,50,...
TrOnNe's user avatar
  • 1,782
0 votes
1 answer
613 views

I want to print .pdf files on a Zebra ZT411 via PHP or Cups. I am currently using a PHP script which extracts labels from my database and sends them to the printer. Currently they are all formatted in ...
Iteam-Schneider's user avatar
0 votes
1 answer
475 views

Trying to send commands (not labels) to Zebra printers using Python. On page 574 of the documentation it shows: Here's my code: mysocket = socket.socket(socket.AF_INET,socket.SOCK_STREAM) ...
Python_Learner's user avatar

1
2 3 4 5
14