Can someone tell me where I can find an example of using functions of php_printer.dll.
I do :
$handle = printer_open();
printer_start_doc($handle);
printer_start_page($handle);
//...
printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
but nothing is printed.
While my document is open, I find it in the spooler of the printer, but it is never printed and when I close the window of IE, the document disappear for the spooler of the printer.
printing with PHP
Moderator: General Moderators