zpl-ii Questions
9
I would like send ZPL instructions to a Zebra printer (GK420t for now).
I'm printing 50mm x 20mm labels.
I would like a logo (small ~ 5mm x 5mm image) to be printed on the upper left corner of the ...
Falter asked 25/3, 2015 at 10:44
2
Solved
Am doing a formatting of barcode label.
We are using Zebra Programming Language , ^BC (Code 128) bar code
As i increase the size of ^FD Field Data , the barcode width is increasing.
But how can i...
Eudemonism asked 8/8, 2011 at 19:25
3
Using version: ZPL2.
Format prefix: ^.
Can someone please help how to print caret(^) character using ZPL II. Either we need some escape sequence or any other way of printing this Format Prefix(^)...
2
Solved
Maybe someone can help me with my Zebra ZPL problem. The ZPL manual doesn't really help me.
I want to transfer binary (with ZPL B64) and compressed binary (with ZPL Z64) image data to the printer....
12
Solved
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...
5
I have an .NET Windows application that prints commands to Zebra printer using ZPL II or EPL2.
Is there any way to print preview the data in a form before printing it directly from Zebra printer?
2
I am using Zebra GT800 label printer with a label role size with 2.5' * 1.75'. I'm struggling to get it resize to the label within, using ZPL commands. I tried with several values in bold text whic...
Brashy asked 20/11, 2014 at 8:8
2
Solved
I'm a beginner C# programmer. I have a project that requires me to send the raw command to Zebra printer LP 2844 via USB and make it work. I did a lot of research and tried to figure out a way to d...
2
Solved
I use Zebra Designer to create my labels. But I have a problem to center my elements.
Indeed when I create a text box with Zebra Designer, it has a fixed length and when I replace the text inside ...
Frontality asked 23/5, 2018 at 8:15
3
Solved
I want to print image along with some other texts through zebra printer from android application. I am able to create zpl code for text data but I am having to problem to create zpl code for image....
Chose asked 4/8, 2018 at 14:17
4
Solved
I have been looking into this question for almost a month now. It seems I am being pushed in all different directions. I hope someone can help me with an answer.
to give a brief model of what I am...
Queenqueena asked 5/3, 2013 at 23:42
3
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...
Coppock asked 1/11, 2016 at 13:53
5
Solved
i'd like to know how to center barcode code 128.
on the picture you should see that it is right now left justified.
my zpl:
^XA
^LH10,10
^FO0,0^XGE:SWESE001.GRF^FS
^FO440,0^XGE:SWESE000.GRF^FS
...
Photoelasticity asked 18/3, 2014 at 8:48
10
Solved
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....
Fussy asked 11/1, 2010 at 20:27
2
Solved
In documentation of ZPL II language there is command "~JA" which allow to clear all jobs in buffer.
Unfortunately it seems to not working on Zebra GK420d ( but I can't also find any word about it ...
Davisdavison asked 27/4, 2015 at 11:46
5
I'm working on a project where we need to use a Zebra Printer for barcode labels.
We're using C#, and we're doing OK on the printing side of things, sending raw ZPL strings to the printer (using w...
Stereotypy asked 4/12, 2009 at 11:18
1
here is the zpl code from android
String zplcode="^XA^LRN^CI0^XZ\n" +
"\n" +
"^XA^CWZ,E:TT0003M_.FNT^FS^XZ\n" +
"^XA\n" +
"\n" +
"^FO10,50^CI28^AZN,50,50^F16^FDZebra Technologies^FS\n" +
"...
Safir asked 18/7, 2016 at 7:47
1
I am writing code to print labels for botanic gardens. Each label is printed individually but with different information on each label. Each label contains a scientific name which can vary greatly ...
2
I am trying to right justify a bar code I am printing using ZPL from a .Net program. Here is my current code:
^FO10,50^FB500,1,0,R,0^AO,40,40^BY3^BCN,100,Y,N,N^FD1234567^FS^XZ
The Field Block se...
1
Solved
i am using zebraGk420d printer. i am using vertical barcode label. how to print the text and barcode in vertically. my zpl code like this
$barcode_ZPL_code="^XA
^FO 150,50^AD,40^FH^FDSALABED_20CAR...
Prague asked 8/10, 2014 at 11:51
1
Solved
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 bei...
Lefty asked 5/9, 2013 at 18:32
1
© 2022 - 2024 — McMap. All rights reserved.