I've been googling for the last few hours now and can't seem to find an answer. I did come close with this question
I've got an intranet site on my windows server running xampp / wamp. I don't really want to give printing access rights to everyone as I'm stingy and only want the company printer being used for printing things off the intranet.
So I'm searching for a way to print intranet pages / documents stored locally on the server silently without the client machine phyiscally printing it. I've found php_printer.dll on php.net but I read that it doesn't print html / documents, only raw data (being plain text)?
Does anyone have any ideas?