Forum topic
Hello, I was looking for an API in ZSDK documentation that can return the media size of any Zebra printer but I couldn't find any. So if my Android app wants to support multiple Zebra printers…
Forum topic
I connected my ZQ310 printer with PrintConnect app using NFC and it got paired successfully. I was also able to print a receipt using Zebra's TestConnect app. I was doing so following the…
Forum topic
We're running into issues at some of our locations with our mobile apps on our Zebra TC20 devices being able to discover our Zebra Q620 mobile printers via the Zebra discovery package. They…
Forum topic
I am trying to implement ZSDK_ANDROID_API.jar SDK for Zebra Bluetooth supported printers in my React Native app. I am referring to Zebra's blog for the same - https://developer.zebra.com/blog/…
Forum topic
Hello. I have a Zebra ZQ220 CPCL printer. I designed my receipt like below. I trimmed it for posting here. ! 0 200 200 1550 1 ENCODING ASCII T TH12.CPF 0 125 180 Tahsilat Makbuzu T TH8.CPF 0 1 225…
Forum topic
Hi, I am using zebra printer with the following specifications: Model: Zebra-ZD621R Link-OS version: 6.3 Firmware: V93.21.07Z Android Mobile SDK information: Using version 2.15.1 downloaded from…
Forum topic
Hey, I've been trying to get my encode over ethernet software to work with the ZC350 printer. I've got the Silex usb over ethernet to work but I'm having issues with keeping a stable…
Forum topic
Hi Im developing an app that should print pdf to a Zebra ZD420, i need to replicate something similar like what the Android printer setup app does, in which you select a file and then print, in my…
Forum topic
Hello, I am using iOS SDK for printing from iPad. I have a ZQ620 printer. The final print goes out of the label as I am setting the original height and width of the image. Is there any setting or way…
Forum topic
Hi, I am using iOS SDK for printing from iPad. I have a ZQ620 printer. I am using the below code to print the image: id graphicsUtil = [self.printer getGraphicsUtil]; NSError *error = nil; success…