Forum topic
Hi, I would like to print an image as transparent. I am using the parameter opacity but, when I change it, the image does not print. This is my code: private ZMotifGraphics _context; public void…
Forum topic
My code is : BLuetoothPrintActivity.CONNECTION.open();  Bitmap bitmapToPrint = BitmapFactory.decodeResource(context.getResources(), R.drawable.dummylogo);   ZebraPrinter printer =…
Forum topic
Hi Everyone, I have a problem that has blocked me in my project for several weeks... Let me explain, I have to translate an XML barcode into ZPL. Problem : which ratio allows to know the width of the…
Forum topic
i have a zebra standard bluetooth printer. and developing an app for it. and don't know how can we print bar code and other string on it.
Forum topic
I have been testing an application that uses ZQ520 devices for printing. While testing some code that stores images onto the printer, I accidentally had it running the LinkOS iOS SDK's "storeImage"…
Forum topic
I need to obtain the product name of some printers. Is there a easy way to get it ?
Forum topic
This is my code : BLuetoothPrintActivity.CONNECTION.open();byte[] configLabel = createZplReceipt().getBytes();BLuetoothPrintActivity.CONNECTION.write(configLabel);ZebraPrinter printer =…
Forum topic
Dear All I recently bought 50 MZ320 printers and they were sold to me as new with all the boxes and the accessories  but when i opened them they looked new but the PIN must have been changed as…
Forum topic
Your support so that you can provide us with some technical documentation to be able to connect and communicate a Siemens S7-400 STEP 7 PLC (NO TIA PORTAL) with a Zebra ZD500R printer through the…
Forum topic
Hi, For a US customer we run Zebra ZQ 520 printers connected to android phones and tablets. We use the Zebra SDK to connect to the printer. We use the android OS to pair with the printer and our app…