Lou Apolonia wrote:

Is there a function/parameter that tells the printer to print in
landscape?  I believe I've searched through the Printer Functions and
haven't encountered such a thing.

Any help is appreciated.

L


Do you mean how is the output printed on the client machine?


Then use css:

@media print {
        size: landscape;
}

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to