Hi,
Is there a way to print documents (send job to printer) from PHP?
The file names are in the database and the files are saved in a particular directory. To be more clearly, the database looks more less like this:
filename send_method
-------- -----------
a.pdf email
b.pdf printer
c.pdf printer
d.pdf email
only when send_method = 'printer', then they are sent to printer.
If PHP can't do this, which can?
Is there a way to print documents (send job to printer) from PHP?
The file names are in the database and the files are saved in a particular directory. To be more clearly, the database looks more less like this:
filename send_method
-------- -----------
a.pdf email
b.pdf printer
c.pdf printer
d.pdf email
only when send_method = 'printer', then they are sent to printer.
If PHP can't do this, which can?