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
Hi, Not able to print Image and Qr code, it's working fine for text
i am using Printer Panda PRJ-R80B,
here's the code let receipt = Receipt(.init(maxWidthDensity: 500, fontDesity: 12, encoding: .utf8)) <<~ .style(.initialize) <<< Image(cgImage) <<< QRCode(content: "https://www.yuxiaor.com") <<~ .page(.printAndFeed(lines: 2))
if bluetoothPrinterManager!.canPrint { bluetoothPrinterManager!.write(Data(receipt.data)) }
dummyPrinter!.write(Data(receipt.data))
and this is the output I get
Please help me, Thank you
The text was updated successfully, but these errors were encountered:
I have the same issue, can anybody please help @KevinGong2013
Sorry, something went wrong.
Hi @saniaaaaa, About image issue rename it, because the Image is swiftUI struct.
No branches or pull requests
Hi,
Not able to print Image and Qr code, it's working fine for text
i am using Printer Panda PRJ-R80B,
here's the code
let receipt = Receipt(.init(maxWidthDensity: 500, fontDesity: 12, encoding: .utf8))
<<~ .style(.initialize)
<<< Image(cgImage)
<<< QRCode(content: "https://www.yuxiaor.com")
<<~ .page(.printAndFeed(lines: 2))
if bluetoothPrinterManager!.canPrint {
bluetoothPrinterManager!.write(Data(receipt.data))
}
dummyPrinter!.write(Data(receipt.data))
and this is the output I get
Please help me,
Thank you
The text was updated successfully, but these errors were encountered: