To print images on the ZQ510, I use the following:
Store images
// Store the BSS image on the printer image = [UIImage imageNamed:@"bss-train-logo-v2.png"]; [graphicsUtil storeImage:@"…
Hello,
we are facting problem with Zebra printer, the issue is as below
We do the following in our SAP SMARTFORM to rotate our barcode 90 degrees and it works well.
Enter the following command…
I have a Zebra ZDR500R. I want to encode it using UHF EPC Gen 2. How can I encode the RFID label in the Visual Studio C# .NET environment? Does anyone have sample code anywhere that could help me…
Hello,
We produce measurement instruments which print on a label printer the result of a production. The instrument results are printing directly on a rs232 link, using the EPL format. We have two…
Hi,
I have a problem with blank labels using ZPL from iOS application to print the label.
We use printer QLn 320 Zebra with firmware V68.19.7Z, non-continuous media with gaps.
The…
Hi,
I have a problem with printing stability using QLn 320 Zebra with firmware V68.19.7Z from iOS application.
I use Zebra SDK and print code is:
dispatch_async(…
I have a couple dozen industrial printers that I send ZPL to, which works fine. However I would like to do a "print preview" while developing labels. As of now I'm modifying the ZPL and just sending…
Hi there
I'm hoping someone can point me in the right direction, currently Im able to send text to the printer without any issues but i would like to print an png asset as well but all i get…
Hi!
I've got a hard time getting direct printing via ESC commands G and Z (as defined in "EPCL Programmer’s Guide 980415-001") working. My printer is a Zebra P330i with firmware version 3. I'm…