rawilk / laravel-printing

Direct printing for Laravel apps.
https://randallwilk.dev/docs/laravel-printing
MIT License
438 stars 71 forks source link

[Feature Request]: #77

Closed Bonbooonn closed 6 months ago

Bonbooonn commented 11 months ago

Feature Description

Is there a way to add a QR code to the receipt printer?

Is this feature valuable for other users as well and why?

No response

rawilk commented 10 months ago

I'm not 100% sure as I've never tried to print a QR code using a receipt printer myself. The ReceiptPrinter class wraps the Printer class from https://github.com/mike42/escpos-php, and forwards most method calls to it, so if it's possible with that class you should be able to do it; you just might need to dig around that source a little bit.

rawilk commented 6 months ago

I'm going to close this issue for now since it hasn't received any new activity on it. Feel free to re-open in the future if necessary.