I have a ZQ210 printer with which I want to print unique labels (which are an image) on a 35x30mm label. However, after printing, the printer creates an extra space and thus goes into the next label area. I would definitely need to be able to print on the entire label area, without the printer leaving more space. Is there any solution or option for this?
Print image with ZQ210 mobile printer// Expert user has replied. //Solved |
Accepted Solution
ZQ210 is a CPCL printer. I'd recommend to use ZebraDesigner 3 to help design the label with image and then output the *.prn file in CPCL. You can do a few test print to make sure it doesn't exceed the label boundary before generating the output file. Of course, you need too calibrate the ZQ210 with the media first.
4 Replies
ZQ210 is a CPCL printer. I'd recommend to use ZebraDesigner 3 to help design the label with image and then output the *.prn file in CPCL. You can do a few test print to make sure it doesn't exceed the label boundary before generating the output file. Of course, you need too calibrate the ZQ210 with the media first.
how can I calibrate the printer to detect the dimensions of the label?
You need to take out the ZQ210 User Guide and follow the instructions on the guide to calibrate the printer. The guide also has specifications about the types of the label media supported by the ZQ210 printers. You cannot detect the label length programmatically with ZQ210 printers. You may add a UI to allow the user to specify the label dimension for the app.
i would use this code to print the bitmap:
I used the printImage method of GraphicsUtilCpcl and added the "GAP-SENSE" command, with which the printer can monitor the label boundaries, but my problem is that the printing fails, even though my code is built on the same basis as the original code. What could be the problem?