We used to use the Zebra RW420 model, together with the GraphicsUtil interface functionality from the Zebra Android SDK, which allowed us to use the printImage() method and send an image to the…
I am generating ZPL command string and the printer (ZT410) does not print all the labels sent. I simply loop through the following code and send the string to the printer (via the IP address on port…
Hello all,
I am having trouble printing out the ³ symbol. And I hope somebody can help me with it
I have set up my ZPL code to try and print the ³(Small 3 for the m3/h symbol) and the °(…
Dear Community, Dear Zebra Team,
I’m working on an old project with printing on Windows CE5 and Windows CE6. Up till now our software worked with other printers – not with Zebra printers. The…
If I do this
Nothing happens
new Thread(new Runnable() { public void run() { Connection connection; String hardcodedmac = "ac3fa446767d"; connection = new…
I am working on a Windows tablet application that generates ZPL label formats from a database and send them to a ZQ520 printer over a Generic/Text printer driver. Generating the ZPL format and…
Hi,
Looking for some help in sending ZPL commands in Windows RT to ZEBRA iMZ320 BT printer.
Is there any library / SDK which can be used like the ones available for iOS and Android?
Our requirement…
Hi,
Looking for some help in sending ZPL commands in Windows RT to ZEBRA iMZ320 BT printer.
Is there any library / SDK which can be used like the ones available for iOS and Android?
Our requirement…
I'm a C# .NET developer who sends the DHL shipment request to DHL XML-API web service and get the response to print labels, The DHL web services sends the Label (ZPL2) in Base64 encoded string. How…