I'm trying to print in Landscape Format, but I can't. The instruction I'm using are:
$handle = printer_open("\\\\SRV_MEX\La_2_1"); printer_start_doc($handle, "Aviso Prorroga"); printer_start_page($handle); printer_set_option($handle, PRINTER_ORIENTATION, PRINTER_ORIENTATION_LANDSCAPE); ... my print commands The report function ok, but the orientation is wrong (PORTRAIT) Any idea? Thank's in advance. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php