We have developed a webshop using Coldfusion. Now we are adding new functionality for printing labels over the internet.
I have a ZPL capable printer running on a server which I would like to integrate with jZebra (http://code.google.com/p/jzebra/). jZebra, however, is for cli开发者_如何学Pythonent-side printing. What w
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>
Am doing a formatting of barcode label. We are using Zebra Programming Language ,^BC (Code 128) bar code
I know this is a pretty heavy topic and see requests for it all the time (I believe the stance for blocking it is security related).
I have defined a Zebra printe开发者_C百科r as a default printer on my Windows 7 machine. I have my ZPL code that I want to print:
Typically, when I plug in my Ze开发者_JAVA百科bra 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 applicatio
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 .N