I need to print a document by sending directly to the printer without the user having to choose the printer. How do I do this with PHP5
or JavaScript
?
I checked that with JavaScript
has the option to do with window.print
, but then it opens the print screen to select the printer, which is not what I want.