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

I have a problem with serialization. When I try ZPL code on Laberaly.com, it works as it should. But when that data is send to the printer, serialization does not work. Also, label is stored on ...
look_up's user avatar
  • 73
-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
-1 votes
1 answer
88 views

If you need print your custom design or canvas design in react or next js you can do this
taha's user avatar
  • 51
0 votes
1 answer
81 views

I'm using Flutter to print data on a thermal printer by sending Zebra Programming Language (ZPL) code. I want to center-align text within the label, but I keep having trouble calculating the correct ...
cEthar's user avatar
  • 29
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 votes
1 answer
250 views

I'm trying to change the printer settings of my Zebra GX430t usb printer so they persist for the entire time the printer is turned on. This is to avoid having to reload all printer settings every time ...
Tim'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
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
0 answers
85 views

This requirement is for an Appian integration with Zebra printer. I am trying to use an Appian plug in to print QR codes/Bar codes to Zebra printer. One of the input parameters for the printer is ...
Sandy'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
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
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
1 answer
185 views

I'm trying to generate a text with black background and white font text in ZPL through code. I have come up with a way of calculating the text width according to the characters. (not the most ...
null's user avatar
  • 11
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
127 views

Hy all. I have a Zebra printer. I want to print a DMC code with some special characters. These characters are: $1E $1D The complete DMC code is: [)>$1E06$1D1P4533004683$1DS001266$1D7D0724$...
Szabolcs Kiss's user avatar
0 votes
0 answers
219 views

I have a Zebra ZD621R printer. I can see that the "mechanism" can rewind / back-feed one label. Is there a ZPL command that I could use to force the mechanism to rewind / back-feed one label?...
Léa Massiot's user avatar
  • 2,028
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
2 answers
666 views

I'm trying to print my first ZPL label using Linux. The label feeds, but is empty. My labels are 1 inch wide x 3 inches long, and my printer centralises the roll of labels, so they only occupy the ...
StuartG's user avatar
  • 11
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
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
56 votes
10 answers
203k views

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.
Vaccano's user avatar
  • 83.2k
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

1
2 3 4 5
14