문제

I can currently print a PNG file through the ZPL commands on my Zebra KR403 printer.

The issue I currently face is that the size of the print is too small. Is there a way to rescale the print size on the paper w/o rescaling the actual PNG file using a ZPL command?

도움이 되었습니까?

해결책

You can achieve this by the using the ^A command. Format: ^Afo,h,w

f is font name, o is orientation h and w are height and width.

You can look for examples in the zpl manual. which i'd be happy to provide if you need it

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top