Forum topic
Hi.   I'm trying to print a pdf document for the Zebra ZT230-200 printer using the Virtual PDF SDK.   In line execution: ZebraPrinter printer = ZebraPrinterFactory.getInstance (connection…
Forum topic
I am trying to print a shipping label from fedex using zebra ZP 505 thermal printer connected via USB with my system. My codebase is in python backend and I want to give the print command from…
Forum topic
rwest - first of all thank you for the great work on this - it makes a huge difference!   I am using browser print in a js application and would like to import it as a module. This it not…
Forum topic
Hello. We have a Windows Forms C# Application and we are trying to print a receipt for our customers with the Zebra KR203. How can we achive this? Is there any SDK available?   We've tried to…
Forum topic
I have made a template file using ZebraDesigner Tool. I want know how to use it in my own winform program not just click print in zebraDesigner. is there anyone can tell me?
Forum topic
Hello, I’m developing a chrome app which should have a possibility to connect with a label printer and print labels. For now, we’ve implemented printing via network but now we are trying to do the…
Forum topic
I would like to write multiple lines on a printout, but my code is printing them out on top of eachother. I am using CPCL in Android.   String cpclData = "! 0 200 200 210 1\r\n"   …
Forum topic
I have connected to the printer and can print text fine, using an OutputStream, as below:           btOutputStream.write("Test Text".getBytes());   How…
Forum topic
Hello - My group is looking at the GX430t printer for use with an internal web application.  The Browser Print SDK lists the GX420 as supported but not the GX430.   Are there any plans to…
Forum topic
I'm trying to encode a magnetic card with a "Zebra ZXP Series 3", so I've download the SDK. I try to do it with the .NET utility, that it comes with the SDK, but allways get the same error "Error 49…