zebra-printers

.NET code to talk 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. Answer from the post in the accepted answer: [DllImport("kernel32.dll", SetLastError = true)] static extern SafeFileHandle Create...

Preview label written in Eltron Programming Language EPL?

I have code produced by our proprietry system in the Eltron Programming Language: This is sent to Eltron/Zebra label printers to be printed. Is there some kind of software that would allow me to interpret this code to do some form of 'print preview'? I am considering developing a way to convert this into an image or even postscript pdf...

C# Printing and Zebra Printer

I wrote a library which creates a bitmap image from some user input. This bitmap is then printed using a zebra printer. The problem I am running into is everything is very faint and blurry on the image printed by the zebra printer but if I print the bitmap to a laser printer it looks perfectly normal. Has anyone run into this before a...

How to send a Font File to a Zebra Printer (MZ 220) via .Net SDK?

Hello, I have to send custom Font Files to a Zebra MZ 220 Printer via C# and the Zebra .Net SDK. That SDK provides a SendFile() Method and it works with template Files percectly but whenever I send a Font File the printer starts printing out the File while receiving it. The Zebra Software Label Vista has a Menu option Send Font but I ha...

java applet: Zebra printer found but command string does not print

Hello, I have a small java application that prints a label on a Zebra printer. When the port is made to an applet, (app => applet) nothing comes out from the printer. Any ideas why this is happening? The printer 'lookup' process is completed successfully from the java applet and the printer is found The command string to be sent is ...

Creating and Printing Bitmaps from Visuals

I am trying to find an reusable and elegant way to create bitmaps from a visuals in WPF and then print the bitmap to a TLP-2844 zebra printer. The bitmap image needs to be 203 DPI since this is what the Zebra printer supports. I have tried everything I can think and I have to be missing something either completely obvious or what I am ...

sending raw data through usb on linux

Hello, I'm printing some labels on a Zebra TLP-2844 printer, and been doing it fine on windows by sending the EPL instructions to the shared USB printer, as following: type Label.prn > \my-pc\zebra and it seems to work with serial ports to with type Label.prn > COM1 Now i'm trying to to the same on linux, but it's getting re...

Windows Mobile to Zebra Printer over WLAN (ad hoc)

I have an Intermec (CN3) Windows Mobile 5.0 device and a Zebra P4T printer. The printer does not have blue tooth. But the printer does have wireless capabilities that can be configured from a PC. http://j.imagehost.org/0665/printer_network_config.png The working environment does not have a wireless network that we can take advantage ...