How to print documents in Landscape

From Wiki-UX.info
Jump to: navigation, search


Abstract

This article explains how to print document in Landscape on HP-UX Operating Environment using lp configuration options.

Procedure

To be able to print text in landscape please use the following lp command options.

# lp -o eolwrap -o landscape -d<queue_name> <file_to_print>
NOTE: The eolwrap would wrap the line instead of cutting it off.


Authors