Hi,
I am using the print functions within the PHP, typically using the printer_set_option. I am able send data to the printer, changing fonts, new pages etc. But the only function that does not seem to be working is the one below.
printer_set_option($handle, PRINTER_ORIENTATION, PRINTER_ORIENTATION_LANDSCAPE);
with $handle being the name of the network printer, all the prints come out as portrait,
has anybody else managed to get this working. I am posistioning the command after the printer_start_doc command and b4 the printer_start_page command
thanks
jeff