zebra-printers

What options are available to developers for printing to a dedicated label printer?

眉间皱痕 提交于 2019-12-19 10:26:16
问题 Our business uses custom internal software to create shipping labels to be printed on large high-speed label printers. What options are available to developers (libraries, services, full-blown-software, etc.) for assisting in the process of creating a custom-formatted label and sending it to a dedicated label printer? More background information... Instead of using software provided by a shipping company (such as UPS or FedEx), our business uses our own internal software to create shipping

Prepare a ZPL command for printing the mono chrome bitmap image

牧云@^-^@ 提交于 2019-12-19 04:51:07
问题 I have a problem in preparing the ZPL command for printing the bitmap image on Zebra RZ400 300 dpi. I have folling code snippet and i dont understand where i am extacly making a mistake. var bitmapImagePath = @"C:\Sample.bmp"; //Gets the size of the bitmap file long bitmapDataFileSize = new FileInfo(bitmapImageFilePath).Length; byte[] bitmapData = System.IO.File.ReadAllBytes(bitmapImageFilePath); string hexadecmimalString = BitConverter.toString(bitmapData).replace("-", string.empty); double

Prepare a ZPL command for printing the mono chrome bitmap image

我们两清 提交于 2019-12-19 04:51:05
问题 I have a problem in preparing the ZPL command for printing the bitmap image on Zebra RZ400 300 dpi. I have folling code snippet and i dont understand where i am extacly making a mistake. var bitmapImagePath = @"C:\Sample.bmp"; //Gets the size of the bitmap file long bitmapDataFileSize = new FileInfo(bitmapImageFilePath).Length; byte[] bitmapData = System.IO.File.ReadAllBytes(bitmapImageFilePath); string hexadecmimalString = BitConverter.toString(bitmapData).replace("-", string.empty); double

Sending raw data to FedEx Label printer

微笑、不失礼 提交于 2019-12-18 04:25:06
问题 I'm working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer. I just don't know how to send that data to the printer through .NET (I'm using C#). To be clear, the data is already pre formatted into ZPL (Zebra printer language) I just need to send it to the printer without windows mucking it up. 回答1: C# doesn't support raw printing, you'll have to use the win32 spooler, as detailed in this KB article How to

Encoding date in Zebra printer

五迷三道 提交于 2019-12-13 19:59:56
问题 I need to encode "date field" in my Zebra M4Plus printer from UTF-8 to UTF-16. For this I need to use "required translation table". In documentation I found this: ~DER:JIS.DAT,27848,300021213001... But I don-t know what is JIS.DAT and why 27848. This is my code example: qz.append("^XA"); qz.append("^FO160,635"); qz.append("^A@R,30,30,E:TT0003M_.FNT"); qz.append("~DER:.DAT,27848,Данные для вывода^FS"); - it not work. Printer go to offline. Who has experience with this, help please. 回答1: Please

Zebra Printer - Cut on last page

笑着哭i 提交于 2019-12-13 18:34:32
问题 I've a Zebra ZT610 and I want to print a label, in pdf format, containing multiple pages and then have it cut on the last page. I've tried using the delayed cut mode and sending the ~JK command but I'm using a self written java application to do the invocation of printing. I've also tried to add the string "${^XB}$" into the PDF document before each page break, except the last, and used the pass-through setting in the driver to inhibit the cut command but that seems to not work either as the

ASCII raw symbols to control a printer from a .txt file

♀尐吖头ヾ 提交于 2019-12-13 16:41:11
问题 A label printer is controled by sending a string of raw ASCII characters (which formats a label). Like this: string s = "\x02L\r" + "D11\r" + "ySWR\r" + "421100001100096" + date + "\r" + "421100002150096" + time + "\r" + "421100001200160" + price + "\r" + "E\r"; RawPrinterHelper.SendStringToPrinter(printerName, s); This hardcoded variant works well. Now I want to put the control string to a .txt file and read it during runtime. Like this: string printstr; TextReader tr = new StreamReader(

Printer ZebraZ4MPlus don't print Russian Cirillyc character

瘦欲@ 提交于 2019-12-13 05:24:44
问题 I try to print some text in Russian from JavaScript using applet "qz-print". My js code: if (qz !== null) { qz.append("^XA"); qz.append("^CWX,E:TT0003M_.FNT^FS"); qz.append("^CI29"); qz.append("^LH5, 80"); qz.append("^FO160,220^AUR,5,10^FD" + Черноморец + "^FS"); qz.append("^XZ"); qz.print(); } In this variant I use zpl encoding CI29. But my printer after this code go to offline... Help only reboot computer and printer. When I send the next code - all OK: qz.append("^XA"); qz.append("^LH5, 80

Generate ZPL code with PHP and print to zebra chrome addon for testing?

我与影子孤独终老i 提交于 2019-12-12 19:47:44
问题 Ok I downloaded the Chrome ZPL addon for testing with zebra printers. But now I like to print the following: $qrcode = "012039444"; $name = "Matthew Pitt"; $jobtitle = "CTO funny man"; $company = "Google light company"; $labelcode =<<<AAA ^XA ^FX Left section with QR code.this part doesn't seem to work in simulator ^FO100,100 ^BQN,2,10 ^FD$qrcode^FS ^FX Right section with name and job title. ^CF0,35,35^FO330,50 ^FB300,7,, ^FD$name\&\&$jobtitle^FS ^FO50,500^GB700,1,3^FS ^FX Bottom section only

Zebra-printer LP 2824 not printing

喜夏-厌秋 提交于 2019-12-12 03:43:41
问题 I have Zebra LP2824 printer. It is working properly on Windows XP, but It is not working properly on Windows 7. On windows 7 it prints the Test page on printer properties, but it is not printing in my application. It seems, that it can't find the port, the printer is using. On the same application, but on Windows XP it is printing. I am connecting the printer with USB. Does anyone knows what seems to be the problem? Thanks for help in advance. :) 回答1: I usually have to share the printer in