Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
2k views

With a Zebra printer at 203 dpi and 2 inch wide labels, I am unable to fit the 128 barcode correctly. ^XA ^DFR:g7-1x1-sn.zpl^FS ^FXuuid:d76fd680-3c6c-4a3b-9acb-baf585c6f677 ^FXdensity:12 ^FX-Options_S-...
filya's user avatar
  • 51
1 vote
2 answers
1k views

Using ZPL script, I have to generate a barcode with GS1-128 (formally known as Code 128, UCC/EAN 128). The problem is, it is generating barcode but a number is not correct from the middle of the ...
Saboor's user avatar
  • 21
1 vote
1 answer
872 views

I have a ZQ210 and I am trying to print the following command with ZPL ^XA^F0100,100^BY3 ^BCN,100,Y,N,N ^FD2020100020003000^XZ After trying out different techniques to print, I discovered that my ...
ooatman's user avatar
  • 95
1 vote
2 answers
2k views

I have a label I am printing via the SDK on android over bluetooth. The format is ZPL. There's a 3 letter code and a 10 digit number under it. ZQ520 printer, latest SDK. I've tried setting length ...
fizgig's user avatar
  • 312
1 vote
1 answer
10k views

How to write Arial bold 12 text from 12 dpmm(300 dpi) a printer, I am try this but not working ^FT430,704^A0N,90,90 ^FH\^FD ARİAL Bold 12 ^FS
Hüseyin Şentürk's user avatar
1 vote
1 answer
2k views

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#
user2314110's user avatar
1 vote
1 answer
771 views

I have to print data from DATA_FIELD that can contain between 5 to 50 characters and label can fit just 20 letters due i have right to left spelling words i have to print always top 20 letters from ...
Ildar Falkovich's user avatar
1 vote
1 answer
3k views

Is there a way to omit the start/stop character in the interpretation line of a Code 39 barcode? Obviously the barcode itself should contain them. ||| |||| || | |||| *1234567890* ...
reformed's user avatar
  • 4,828
1 vote
2 answers
7k views

How do i send a feed command to a zebra ze500 printer - I want to emulate pressing the feed button on the front of the unit. You can set the Media Feed function to Feed and upon closing the door or ...
user1438082's user avatar
  • 2,778
1 vote
1 answer
1k views

Running "! U1 getvar "allcv"" in the Zebra Setup Utilities app to see what my Zebra QLn220 printer's settings are, I see (among a googleplex of other things): device.languages : hybrid_xml_zpl , ...
B. Clay Shannon-B. Crow Raven's user avatar
1 vote
2 answers
9k views

I am developing a Windows Mobile App that requires printing into a Zebra printer. Problem is, I do not have the printer with me here in my country since the client did not provide any. My approach ...
SleepNot's user avatar
  • 3,046
1 vote
2 answers
10k views

I'm using the RawPrinterHelper class from Microsoft, http://support.microsoft.com/kb/322091, to print to a Zebra KR403 printer from C# code, and everything is working fine. I wish to monitor the ...
Jeremy Borne's user avatar
1 vote
1 answer
174 views

Here is the issue: We use the SATO printer for label printing in our factory. We use a Python development that sends a .prn file to the printer with both static and dynamic content. This .prn file ...
Javier González Estarriol's user avatar
1 vote
1 answer
258 views

I'm trying to print some RFID tags and retrieve their TIDs to store them in my system and know which tags have been printed. Right now I'm reading the TID and sending it back to my computer (connected ...
Guillem's user avatar
  • 58
1 vote
1 answer
5k views

I am trying to manually install a font with ZPL. I have a TTF file and I believe I have the command. The issue is when I try to print with that font nothing gets printed. I am able to upload the ...
Andrew Lichtenberg's user avatar
1 vote
3 answers
2k views

I am correcting a ZPL string which is overlapping text. Here is that string. ^XA\r\n ^CF0,31,24\r\n ^FO25,20^FDMFD BY:^FS\r\n ^FO25,20^FB412,2,5,L,0^FDMFD BY: THE LONGNAME MANUFACTURING COMPANY ...
A. Hasemeyer's user avatar
  • 1,784
1 vote
1 answer
442 views

I'm trying to make a powershell script that will make it easy for a machine operator to clear prints from a customized Zebra printer. Context: This printer does not operate like a regular Zebra ...
Svein's user avatar
  • 11
1 vote
2 answers
1k views

I am working on making a label for a zebra printer that connects to a counting scale, and when you hit print on the scale the label prints from the printer showing the count. I have been modifying a ...
CTCDan's user avatar
  • 11
1 vote
1 answer
5k views

I have read some people managed to print trough DOS and emulating a parallel port trough USB connection and sharing the printer. The printer in this case is not atached via USB but via LAN cable. ...
Wolfaloo's user avatar
1 vote
1 answer
3k views

I have a problem with zebra printer ZT410, i'm trying to print in latin characters such as ñ, ç and ò and so on. ^XA ^CI28 ^MMT ^PW1040 ^LL840 ^A@N,50,49,E:STI000.FNT^FT50,-230^FH\^FDRajoy^FS ^A@N,50,...
Onceler Kenpachi's user avatar
1 vote
1 answer
899 views

There have been a few questions on SO about emulating a ZPL printers etc, but all of them require some native application or a an app. (see here: Emulate ZPL printer ) My Question: Is it possible to ...
stdclass's user avatar
  • 3,782
1 vote
1 answer
5k views

Goodmorning, I have a ZPL file (text file inside) used for a Zebra printer, and I need to print that with a new Godex printer. I have already installed the driver of the Godex printer and set the ...
user6870851's user avatar
1 vote
1 answer
809 views

I have the following ZPL code ^FO25,215^A0,N,25,25^BCN,100,N,N,N,U^FN21^FS The customer wants this barcode as a UCC 128 barcode, but their data is alphanumeric. Research I looked through the ZPL docs ...
FusRoDa's user avatar
  • 13
1 vote
1 answer
2k views

Does anyone know of a way to either not print say the first six characters of a data string that is passed or to wrap a long text string after the first 6 characters onto only one additional line?
Allison's user avatar
  • 11
1 vote
1 answer
917 views

Is it possible to print from Chrome Mobile (android) to a Link-OS Zebra Printer like this one using window.print()? For example, when window.print() is called, a dialog box is opened asking the user ...
Raphael Rafatpanah's user avatar

1
3 4
5
6 7
14