is it possible to print directly to a network printer with PHP using LPR or something similar?
any pointers?
thanks.
is it possible to print directly to a network printer with PHP using LPR or something similar?
any pointers?
thanks.
Copyright © 2021 Jogjafile Inc.
Sure is. If you are on Linux do use LPR.
More on LPR commands. Take a look into LPR docs. You can easily show the print-queue and more from PHP.
If you are on Windows use print
More on print syntax
Or take a look into this guide that has a deeper explanation of command-line printing.