[PHP-INST] Landscape Printing trouble

2002-07-17 Thread Salvador Gil
Does any body can help me. I'm trying to print in Landscape Format, but I can't. The instructions 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_ORIE

[PHP-INST] Landscape Printing

2002-07-12 Thread Salvador Gil
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