Skip to content

Not able to print Image and Qr code #67

@saniaaaaa

Description

@saniaaaaa

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
Screen Shot 2023-03-08 at 17 07 51

Please help me,
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions