Skip to main content
Filter by
Sorted by
Tagged with
56 votes
10 answers
203k views

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.
Vaccano's user avatar
  • 83.2k
25 votes
9 answers
128k views

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 ...
Jason 'Bug' Fenter's user avatar
23 votes
6 answers
48k views

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?
Andrew Lynch's user avatar
  • 1,317
21 votes
2 answers
80k views

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 ...
zod's user avatar
  • 12.5k
21 votes
3 answers
88k views

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 ...
Pierre Henry's user avatar
  • 17.6k
20 votes
6 answers
53k views

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,...
SleepNot's user avatar
  • 3,046
17 votes
5 answers
49k views

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 ...
user2177283's user avatar
13 votes
7 answers
41k views

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 ...
jb.'s user avatar
  • 1,918
12 votes
2 answers
49k views

Is it possible to convert a ZPL print stream into a PDF file? If so, how can this be done?
user3087052's user avatar
11 votes
3 answers
25k views

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 ...
Lostaunaum's user avatar
10 votes
3 answers
25k views

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 ...
lucasrhuan's user avatar
9 votes
1 answer
26k views

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 ...
supercoco's user avatar
  • 522
8 votes
2 answers
11k views

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 ...
user1171848's user avatar
7 votes
2 answers
29k views

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 ...
MRT's user avatar
  • 71
7 votes
2 answers
17k views

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 ...
Jesse Rallo's user avatar
7 votes
2 answers
13k views

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 ...
Roger's user avatar
  • 1,661
7 votes
3 answers
12k views

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 ...
Poppert's user avatar
  • 427
7 votes
1 answer
2k views

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^...
Ahmad Nasser's user avatar
6 votes
2 answers
45k views

How do you use ZPL to change the font size to 9pt?
Fabienne Williams's user avatar
6 votes
1 answer
36k views

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 ...
Guynoah's user avatar
  • 63
6 votes
2 answers
7k views

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 ...
Darknoe's user avatar
  • 1,250
6 votes
1 answer
14k views

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 ...
JustAnAverageSQLuser's user avatar
5 votes
2 answers
7k views

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 = @""; ...
Stephane M.'s user avatar
5 votes
4 answers
14k views

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 ...
Rodrigo Pires's user avatar
5 votes
5 answers
31k views

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 ...
Mark Brouch's user avatar

1
2 3 4 5
14