I have run zebra printer app from sample code(v2.14.5198) and do a print of an image on Model imz320, but printed some characters(binary) instead of actual Image.
Image Printing not working sdk v2.14.5198 with Model "imz320" |
Image Printing not working sdk v2.14.5198 with Model "imz320"I have run zebra printer app from sample code(v2.14.5198) and do a print of an image on Model imz320, but printed some characters(binary) instead of actual Image. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
2 Replies
Hello Dharmik,
Could you please share a photo of those character printed? Especially from very begin of a label.
Also, could you please to perform a following SGD command and share complete result here:
! U1 getvar "allcv"Here is information on how to capture report properly:
Using the SGD Allcv Command ! U1 getvar "allcv"
Dmitry Prokhorov
Software Engineer, Kutir Mobility
Posted on behalf of Zebra Technologies
Most likely, this is because the printer was set in "line_print" mode, rather than the "zpl" mode. You can use the SGD to set the printer language to "zpl".
! U1 setvar "device.languages" "zpl"