676 questions
1
vote
1
answer
44
views
TSC TE210 Printing extra label when print executed by application
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 ...
3
votes
2
answers
2k
views
How do you print the underscore in a zebra label?
I’m printing a parameter returned from a query that’s a string of letters and underscores.
The label prints just the letters without the underscores, and I’m not sure how to fix it.
^FD<String>^...
2
votes
3
answers
18k
views
ZPL file to image
I have UPS generated label with ZPL which I want to print. I can do it via printer driver but it is not convinient.
I could generate GIF file but after resizing to 4x8 inches it looses quality.
Is ...
9
votes
1
answer
26k
views
Fix QR Code dimensions (height and width) in ZPL
I am printing a QR code on a small label.
The amount of data in the QR code is variable. The printer (e.g. Zebra GK420d) changes the size/dimensions of the QR image based on the amount of data being ...
0
votes
1
answer
104
views
ZPL and Serialization Field (^SF)
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 ...
0
votes
1
answer
2k
views
How do you use loops in ZPL to print labels on Zebra Printer in Oracle Apps R12.1.3
How can I use a ZPL loop in Oracle BI publisher to print the following labels:
order number:1234 line: 1
item: ABC1
Qty: 10
order number:1234 line: 2
item: ABC1
Qty: 10
order number:...
0
votes
2
answers
1k
views
Printing ZPL command file from web application
I'm calling a webService (from La Poste in France) in my WebApp that sends me batch of ZPL commands to print labels.
I would like to be able to print directly this set of commands to my Zebra printer ...
0
votes
0
answers
97
views
Dynamically Preview ZPL Label with Custom Fonts
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 ...
-1
votes
1
answer
157
views
Aligning barcode text to the center using ZPL
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. ...
20
votes
6
answers
53k
views
New line in Zebra ZPL
How do I put new line characters for my "Text"? Say for example:
Hello World
will become
Hello
World
Is there anyway that I can put a new line character for my code like this?
^FT78,76^A0N,...
1
vote
2
answers
151
views
ZPL generated GS1 Data Matrix shows as invalid
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 ...
0
votes
1
answer
360
views
is there a DPL emulator online similar to Laberlary?
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.
0
votes
0
answers
46
views
Is it possible to partially encode the EPC bank while leaving the rest untouched, using ZPL?
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 ...
0
votes
1
answer
1k
views
Vietnamese text printing on ZPL printer using Zpl commands
I am trying to print Vietnamese text on my Zebra label using Zpl coding.
But i am getting issues in vietnamese characters. For example, i am trying to print a label with text "Nhập khẩu" but ...
1
vote
2
answers
2k
views
Zebra ZPL Code to image conversion in Java
I have requirement to convert ZPL code to an Image in Java. But I cannot use Labelary to do this job as its a licensed one.
Can somebody please help me with the approach.
22
votes
12
answers
128k
views
Unicode characters on ZPL printer
I have the task of re-designing a system to print shipping labels, using a networked Zebra GK420T. I have been able to send ZPL print jobs to it perfectly fine, but I cannot seem to get it to print ...
0
votes
0
answers
99
views
send variable data to Zebra printer to print GS1-128 code
i have this ZPL code iam trying to send it a Zebra printer , i am trying to send this batch file that contains then variable data but actually it is not printed
iam asking , whats is wrong ...
0
votes
1
answer
81
views
flutter zpl center text
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 ...
42
votes
5
answers
125k
views
How to get ZPL code from a ZebraDesigner label?
I'm using ZebraDesigner 2.2.2 (Build 2728).
Is there a way to extract the ZPL code from ZebraDesigner? I can't even export it to ZPL file, the only option I have is saving it as .lbl.
0
votes
1
answer
186
views
Zebra ZQ520 is not printing through code or Setup Utilities
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, ...
1
vote
1
answer
199
views
ZPL Viewer rendering monospace hyphens
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 ...
2
votes
3
answers
17k
views
How to calculate the width (in dots) of this zpl barcode?
^XA
^FO0,90^AD^BY3
^BCN,100,Y,N,Y,A
^MD10
^FD1458622235534^FS
^XZ
Using Label Viewer I was able to play around with ZPL and after reading some documentation figured out that ^FO0,90 is what positions ...
0
votes
0
answers
325
views
How can I create a PHP program that converts ZPL to PDF without using external services like Labelary?
I'm trying to create a PHP program that can convert ZPL (Zebra Programming Language) to PDF. However, I haven't found much information on how to do this directly in PHP. Most of the resources I've ...
1
vote
1
answer
185
views
Dynamic Background Generation for a ZPL String (Black Background And Inverted Text)
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 ...
0
votes
1
answer
577
views
Japanese Characters are not being printed in Zebra Printer - ZPL
This following ZPL code has different Japanese characters and it is only printing English characters and not printing Japanese characters. What's wrong here?
^XA^CI28^MMT^PW809^LL0406^LS0^FS^FT420,160^...