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 by which, the printer can resize provided image based on paper installed in the printer?
Ex: 4x6 or 4x5 and print accordingly
Because many time images are of different sizes and can not use fixed height & width to print.
1 Replies
No, the printer cannot resize the image sent from the application. However, you should be able to specify the size you want when call the printImage API, i.e. printImage:atX:atY:withWidth:withHeight:andIsInsideFormat:error: