KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
147 stars 73 forks source link

Big blank space at the end #28

Open paradojaaa opened 4 years ago

paradojaaa commented 4 years ago

Hi,

just tried the example and this is what I get:

IMG_20191219_212137

Any idea how not to print the bottom blank space?

KevinGong2013 commented 1 year ago

Printer framework has been rewrite.

can you help testing qrcode&image command?

let receipt = Receipt(.🖨️58(.ascii))
<<~ .style(.initialize)
<<< QRCode(content: "https://g.cn")
<<< Image(cgImage)