i can successfully generate QR codes using
but when i print it saves as blank pdf files.
let page = location.href;
console.log(page);
Printer.print(page, ‘Document.html’);
}
i can successfully generate QR codes using
but when i print it saves as blank pdf files.
let page = location.href;
console.log(page);
Printer.print(page, ‘Document.html’);
}
Which plugin are you using?
Could you share more context?
Do you want to print it or display it?
You can use cordova-plugin-print-pdf.
If you using new Ionic, here is help to call this plugin
I using Bluetooth serial plugin for print in BT thermal printer, It’s works with text but not printing QR code how to print the Qr code on BT thermal printer.