zpl Questions
2
Solved
How do you use ZPL to change the font size to 9pt?
2
Solved
fellows,
what I'm trying to do should be simple: to print an example label from ZPL II Programming Guide. But no matter what I write, the label is always printed with 40mm length.
This is the co...
2
Solved
I am following the Zebra Android Link_OS SDK sample code for printing a test label on a ZQ510 over Bluetooth, but it won't print in ZPL format.
Here is the code I'm running to print the label:
pr...
Agon asked 15/6, 2017 at 19:33
5
Solved
My thorough research on the web provided me with a couple of ideas, but none of them seem to work correctly in my particular use case. Here is what I have:
1) Zebra printer, which uses ZPL as its ...
Marinate asked 12/4, 2016 at 10:33
2
Solved
I am trying to print a Code 128 barcode on a label using the following the piece of ZPL with a Zebra ZP 450 printer:
^BY3^BCN,112,N^FO090,660^FD>;>89102100^FS
I'm expecting the barcode to ...
Circumrotate asked 8/1, 2013 at 17:35
6
I have a Zebra GK420d connect to OS X via CUPS. However, when I send files to it that are written in ZPL or EPL they are only printed in plain text.
Am I required to change to mode on the printer?...
Magel asked 16/7, 2012 at 9:53
3
Solved
I have a problem.
I´m generating a dynamic BMP image and trying to send this to a ZEBRA printer by ZPL commands.
I need to convert my BMP to a GRF image. I think that my Hexadecimal extracted by t...
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 ...
1
I'm printing to a zebra thermal printer from 2 different systems, a windows environment using BarTender to print labels with a text file as the data source, and an older system (green screen) which...
Kirkkirkcaldy asked 2/7, 2015 at 9:24
1
Solved
I want to write a code that will convert bitmap image to zpl. I found following code for this:
string bitmapFilePath = @"D:\Demo.bmp";
int w, h;
Bitmap b = new Bitmap(bitmapFilePath);
w = b.Width;...
2
Solved
I'm trying to use the Link-OS SDK to send images to a Zebra iMZ320 printer using the GraphicsUtil class in XCode for iOS.
-(void)printImage:(UIImage *)image{
NSString *serialNumber = @"";
EAAcc...
Lau asked 15/10, 2013 at 14:45
4
Solved
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.
Pegasus asked 27/11, 2012 at 14:53
1
Solved
I have to print a variable text in a field block of a ZPL label.
I would like to know if it is possibile to define block width and then automatically wrap text or if it is not possible and I have ...
3
Solved
Is it possible to convert EPL and ZPL (thermal printer languages) to common format (it could be vector grapic file like SVG)?
It will be great if I could convert from commont format to ZPL or EPL....
Trundle asked 11/12, 2014 at 13:47
3
I'm using the following command to print a justified text:
^FB1800,3,0,J^FT100,200^A0B,26,26^FH\^FDLONG TEXT TO BE PRINTED, WHICH DOESNT FIT IN ONLY 3 LINES...^FS
The command ^FB1800,3,0,J print...
Hacker asked 5/12, 2011 at 13:52
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
2
Is it possible to convert a ZPL print stream into a PDF file? If so, how can this be done?
1
Solved
I'm doing a project at a company which produce new species of flowers and plants. The flowers and plants are labelled with small labels. To make the labels, we use ZPL codes. On the labels we use a...
2
Solved
I'm trying to print a label from an Android app to a Zebra printer (iMZ 320) but it seems not to be understanding my command line.
When I try this sample code, the printer prints all the com...
Indescribable asked 18/4, 2013 at 16:16
3
Solved
Possible Duplicate:
Print preview ZPL II commands using .NET WinForm before sending it to Zebra printer
I am working on a Java app that prints tickets to a Zebra printer.
The problem...
Addington asked 16/12, 2011 at 21:38
3
We have a lot of old ZPL labels.
We would like to be able to print them from a web client. The printer is connected to the client and not the server.
We have had a few ideas:
Print from Silv...
Chandelle asked 10/8, 2011 at 9:29
© 2022 - 2024 — McMap. All rights reserved.