Hello,
I'm trying to find out a [simple] way to send static HTML pages to a printer.
The pages are stored in a specified directory on the server (Win 2K / IIS 5.0 / PHP 4.03pl1) and the server has access to a network printer through it's IP address.
I'd like PHP to scan the directory and send all the HTML files --through IE-- to the printer.
I thought about using IE's COM objects, but does anyone know how to handle the object responsible for printing on IE (if there is any, because I didn't find it on msdn.microsoft.com).
It's quite urgent, I'm on 2 days from my deadline...
Thanks in advance,
Steven