676 questions
11
votes
3
answers
25k
views
Transforming a ZPL string into a JPG image and PDF
I am working on a project that dynamically generates a ZPL string. Below you can see an example and you can use http://labelary.com/viewer.html to view the label. Is there any software out there that ...
0
votes
3
answers
2k
views
How to create a new line in combination with ^FH?
I've been trying to get ZPL working with a combination of ^FH and new lines. For some reason when I use the following code
^FH\^FD<RECEIVERNAME>\&<RECEIVERSTREET>\&<...
0
votes
0
answers
154
views
^CI doesn't change the codepage in ZPL code or it's the problem of interpretation?
Here I've got a code on ZPL
^XA
^CWA,A:ARIALR.TTF
^CF20,60
^FO10,130^BCN,100,Y,Y,N^FD[Штрихкод]^FS
^FX ^CF10,20
^AAN,20,10
^CI28^FO10,0^TBN,400,200^FD[Наименование1]^FS
^XZ
The text fields ^FD[...
0
votes
2
answers
444
views
how to print forward slash using Zebra Programming Language
I am trying to print static text "Contact/Ven" in zebra sticker using a ZPL but instead of printing "Contact/Ven", it is printing as per the below image.
Can anyone suggest how to ...
3
votes
3
answers
16k
views
How to manually define a variable in Zebra Programming Language? (ZPL)
I'm programming in ZPL and I need to define a variable manually. A simple Hello World Example:
^XA
^FO,20,10^ADN,40,25^FDHello World^FS
^XZ
I want to be able to:
SET $HW$ = Hello World
^XA
^FO,20,10^...
10
votes
3
answers
16k
views
How to verify if Zebra printer successfully printed using ZPL and C# (or be able to detect errors)?
Problem
Is there a simple ZPL code or way to get an error message back from a Zebra printer to determine if the labels did not print successfully or that there was some kind of error?
Progress
Here is ...
0
votes
0
answers
85
views
when I run the jar file in command prompt i am getting error?
I have included zebra SDK external lib in my project it is inside lib folder in my project.
<dependency>
<groupId>your.groupId</groupId>
<artifactId>external-library<...
0
votes
1
answer
8k
views
ZPL print barcode with extra text above
I am developing an application that prints labels using Zebra GK420t printer.
I successfully could print Barcode with the text value in the bottom of the Barcode.
However, I was not be able to print ...
0
votes
1
answer
3k
views
How to make Qr code size fixed in ZPL regardless of the content?
I have a problem. I need to print stickers containing QR-codes with my Zebra printer. I'm new to ZPL and when I create a QR code on my sticker it starts growing when it contains more data. It grows so ...
0
votes
1
answer
79
views
ZPL command based printer prints blanks in Xamarin iOS via bluetooth
I'm trying to print something using ZPL command, but unfortunately it is getting printed as blank, I know that the printer works, because there's a sample command given with this printer and when I ...
0
votes
0
answers
115
views
Swift Zebra TcpPrinterConnection Remains Open
I have successfully implemented the Link OS iOS SDK into my Xcode project.
I created a bridging header for the .h files, and I am able to print successfully to our Zebra Printers
I am having an issue ...
0
votes
2
answers
8k
views
Print ZPL labels with Javascript
Im using this example to print labels:
https://www.neodynamic.com/articles/How-to-print-raw-Zebra-ZPL-commands-from-Javascript/
everything its working fine,except that if i want to print more than 1 ...
0
votes
0
answers
319
views
Is there a way to send ZPL (Zebra Programming Language) to a printer in Android Studio?
Hi everybody i have a question, I made an Android Studio aplication with java to send an label to a printer with ZPL code but dont work, but java code in eclipse it work and create a label. can you ...
2
votes
1
answer
835
views
Django zebra label printing
I am trying to create a script for printing labels with zebra printers. I can send ZPL commands, using sockets.
def zebra_print(format, printer_option):
mysocket = socket.socket(socket.AF_INET,...
0
votes
0
answers
1k
views
Print image to Zebra printer from file
I have a dedicated text file "MyImages.txt" containing images that I want to be printed on my label. All images are loaded into printer memory using the command ~DG, for example:
~DGLOGO1....
0
votes
1
answer
1k
views
How to print Special Characters on Zebra Printer(ZT410, ZT411CN)
When I print this code, no special characters are printed.
Please tell me how to print.
Firmware version is v75.20.14Z
^XA
^LL1100
^PW1100
^FT15,70^A0N,70,48^FH^FDITEM:^FS
^FT170,70^A0N,70,48^FD8㎛ * ...
0
votes
0
answers
175
views
ZPL Printing in C# timeout when printer is offline
i have an application that needs to print zpl strings sending directly to printer.
i have tried this code found online from a few yeaars ago
public class RawPrinterHelper
{
// Structure and API ...
0
votes
1
answer
402
views
GS1 Print Zebra
I try to print a label. To indicate the fields of a variable, use "_1", "> 8", but the printer throws an error.
~JA
^XA
^JM24
^FS
^XA
^LH290,140
^BRR,6,2,1,25,12
^...
2
votes
2
answers
4k
views
GS1-128 barcode with ZPL does not put the AI in ()
i was expecting this command
^FO15,240^BY3,2:1^BCN,100,Y,N,Y,^FD>:>842011118888^FS
to generate a
(420) 11118888
interpretation line, instead it generates
~n42011118888
anyone have idea ...
0
votes
2
answers
2k
views
Scanning Zebra Printed ZPL CODE-128 Barcode not returning single integer value for AI(37) but works if value is two integers?
I am trying to print a GS1-128 Barcode using ZPL and when I print this out for some reason everything prints fine except the number in the AI (37), I get 3715 (the 4 is missing), if I change the 4 to ...
3
votes
1
answer
8k
views
How to create a GS1-128 barcode using ZPL with a check digit
I need to generate a GS1-128 barcode using ZPL. It needs to include a check digit. I do not seem to get the check digit.
Here is my code:
^BCN,088,Y,Y,Y,D^FD(00)00123456000057763^FS
The first "Y" ...
1
vote
2
answers
1k
views
ZPL Script for barcode GS1-128 issue
Using ZPL script, I have to generate a barcode with GS1-128 (formally known as Code 128, UCC/EAN 128).
The problem is, it is generating barcode but a number is not correct from the middle of the ...
0
votes
0
answers
3k
views
Use default font for creating zebra zpl code?
I created a template that includes some params like this:
{PARAM_1}, {PARAM_2}
and I replace template params to generate label zpl code.
I'm using it for creating zpl code, zebra designer in windows ...
0
votes
2
answers
2k
views
GS1-128 ZPL generation with GTIN (01) with only 13 digits
I'd like to generate a GS1-128 barcode like this
(01)5410413901026(17)170612(10)LOT100
in ZPL code
^BY5,3,160^FT372,1506^BCB,,N,N,N
^FD>;>8015410413901026>817170612>810>...
1
vote
0
answers
445
views
Is there a 'reserved field identifier' or similar, in ZPL?
I've been doing some work with ZPL recently for printing manufacturing barcode labels etc.
We have several fields on a custom label format that get replaced with real world data, by searching for a ...