zpl Questions

7

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. Bas...
Fetch asked 11/1, 2012 at 11:45

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

3

Due to a new EU law every food packaging label has to outline possible allergy-causing ingredients by either styling them bold or underlined in the ingredients list. Currently I'm printing my labe...
Lardaceous asked 9/12, 2014 at 10:54

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

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....
Macao asked 13/12, 2019 at 9:50

4

Solved

I sent a couple zpl files to the printer to test it and it worked fine. After that I was receiving base64 encoded zpl data from UPS and creating a file and sending it to the printer via a Java ap...
Schadenfreude asked 13/12, 2011 at 22:53

2

Solved

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, th...
zpl
Intermarriage asked 29/5, 2013 at 18:47

2

I need to print a PNG image onto a label with a ZPL printer. The idea is to convert the PNG image to a monochrome one and then generate the necessary ZPL code with the image data to print the image...
Pickle asked 12/4, 2018 at 14:18

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...
Desired asked 23/10, 2012 at 23:24

1

I need to convert .pdf -file to .zpl -label file for printing with zebra printers, but is this even possible? The PDF comes in as a base64 encoded string, and somehow I need to output that as a .z...
Mcfarland asked 26/11, 2015 at 9:5

2

Solved

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 a...
Parnell asked 10/8, 2018 at 1:9

8

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...
Acknowledge asked 16/11, 2012 at 12:7

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?
Slyke asked 14/9, 2011 at 6:40

3

Solved

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 th...
Montespan asked 11/5, 2017 at 17:45

9

Solved

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 b...
Winshell asked 14/12, 2010 at 17:26

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...

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

4

Solved

To emulate ZPL printer on my mac I searched through internet for a few days. Finally I've got a solution to post here, so other users could find it helpful. I wanted to post my solution here Emulat...
Turret asked 11/10, 2015 at 15:36

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

4

If I send the ZPL commands below to a Zebra printer, it prints AmitiÙ: ^XA ^FO50,20 ^CI7 ^A0N,25,15 ^FD Amitié ^FS ^XZ Note that the file encoding is ANSI. Note the use of the ZPL command ^CI7 ...
Blowfly asked 3/4, 2015 at 17:55

4

I want to comment lines in the ZPL code, for example: ^XA ^MMT ^LL0531 ^PW1280 ^LS0 ^FT81,528^A0B,29,28^FH\^FDTEXT^FS // ^FT336,495^A0B,29,33^FH\^FDEAN^FS^FX ---- //^BY3,2,42^FT384,492^BEB,,Y,N C...
Lessor asked 16/10, 2014 at 14:32

1

If I have an Image file (png, bmp, or jpg), and I need to get the data for the ZPL GFA tag, how do I do that? I would like some example in vb.net or C#
Predisposition asked 11/4, 2017 at 12:48

© 2022 - 2024 — McMap. All rights reserved.