We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to print a full receipt like a long picture.
And printing stops at about 10%
Also I tried to cut picture for pieces, it helps but I have whitespaces between pictures
`let images = slice(image: resizedImage, into: 3)
var ticket = Ticket() images.forEach { ticket.add(block: .image($0, attributes: .alignment(.center))) } ticket.feedLinesOnHead = 0 ticket.feedLinesOnTail = 0 if bluetoothPrinterManager.canPrint { bluetoothPrinterManager.print(ticket) }`
@KevinGong2013
The text was updated successfully, but these errors were encountered:
haha just like me Work Around: separate image example 100px per image and add in ticket
Sorry, something went wrong.
No branches or pull requests
I need to print a full receipt like a long picture.
And printing stops at about 10%
Also I tried to cut picture for pieces, it helps but I have whitespaces between pictures
`let images = slice(image: resizedImage, into: 3)
@KevinGong2013
The text was updated successfully, but these errors were encountered: