Printing directly to a connected printer #218
Closed
christoferd
started this conversation in
Ideas
Replies: 3 comments · 1 reply
-
Could only find this laravel package for you : https://github.com/charlieuki/receipt-printer |
Beta Was this translation helpful? Give feedback.
1 reply
-
@christoferd printing support is already there, I think it's potentially just lacking some documentation, which is on my list to tackle over the next couple of weeks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Something that clients sometimes want is a way to print directly to a printer with one button click in a web app.
I have done this with a C# app, but for a web app I have to route it through a native application.
What support does NativePHP have or plan to have for printing?
Real world use case example:
Product barcode labels to be printed in a connected special barcode printer.
This printer may be connected to the Windows machine with a USB cable, or it is connected via Network. Either way it does appear in the list of connected devices within "Printers & scanners" window.
Beta Was this translation helpful? Give feedback.
All reactions