676 questions
56
votes
10
answers
203k
views
.NET code to send ZPL to Zebra printers
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.
25
votes
9
answers
128k
views
Send raw ZPL to Zebra printer via USB
Typically, when I plug in my Zebra LP 2844-Z to the USB port, the computer sees it as a printer and I can print to it from notepad like any other generic printer. However, my application has some bar ...
23
votes
6
answers
48k
views
Zebra Printing with CUPS no print ZPL or EPL
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?
21
votes
2
answers
80k
views
ZPL - how can we increase width of ^BC (Code 128) bar code
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 ...
21
votes
3
answers
88k
views
Emulate Zebra printer [duplicate]
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 is that I am ...
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,...
17
votes
5
answers
49k
views
JavaScript: Send raw text to printer - no server requests/method calls, able to work offline, purely clientside
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 ...
13
votes
7
answers
41k
views
Printing PNG images to a zebra network printer
I am trying to find a way of printing images to a zebra and having a lot of trouble.
According to the docs:
The first encoding, known as B64, encodes the data using the MIME
Base64 scheme. Base64 ...
12
votes
2
answers
49k
views
Converting ZPL print stream into a PDF file
Is it possible to convert a ZPL print stream into a PDF file? If so, how can this be done?
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 ...
10
votes
3
answers
25k
views
How to generate a dynamic GRF image to ZPL ZEBRA print
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 the ...
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 ...
8
votes
2
answers
11k
views
How to print a tilde (~) in Zebra Programming Language (ZPL)
I am maintaining a program that outputs ZPL to a label printer. Today, the character sequence ~Ja came in as part of a string to be printed, which is ZPL's "cancel all" command. Needless to say, the ...
7
votes
2
answers
29k
views
Zebra ZPL Commands to resize barcode to sit within a label
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 which I ...
7
votes
2
answers
17k
views
ZPL - how to right justify a bar code?
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 seems ...
7
votes
2
answers
13k
views
How to print PDF to ZPL (Zebra Printers) using c#?
ZEBRA PRINTERS uses the native commands called ZPL programming language, printing PDF to the printers usually do not work, the best solution for printing using C# is?
I created this question and ...
7
votes
3
answers
12k
views
Printing "raw text" (ZPL) from Web
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 ...
7
votes
1
answer
2k
views
Android printing arabic using zebra printer imz320 shows as reversed character
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^...
6
votes
2
answers
45k
views
ZPL - How to set Font size to 9pt?
How do you use ZPL to change the font size to 9pt?
6
votes
1
answer
36k
views
How to change the bar code in our ZPL code into a QR code?
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 ...
6
votes
2
answers
7k
views
Command not being understood by Zebra iMZ320 [closed]
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 commands to ...
6
votes
1
answer
14k
views
ZPL Barcode Labels setting width of label/barcode
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 ...
5
votes
2
answers
7k
views
Zebra iMZ320 image printing feeds too much paper
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 = @"";
...
5
votes
4
answers
14k
views
ZPL - zebra: print justified text block without overwriting last line
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 prints a ...
5
votes
5
answers
31k
views
Print BMP with ZPL
How can I use ZPL II to print a bitmap (BMP) image?
I used ~DY to download the BMP to the printer:
~DYR:PRINT,B,B, <size> , <width> , <data>
I am using PHP to send raw data to the ...