Operating System - HP-UX
1832185 Members
3741 Online
110038 Solutions
New Discussion

Print in Lanscape format & print screen command

 
SOLVED
Go to solution
Hill_1
Frequent Contributor

Print in Lanscape format & print screen command

Hi folks,
How to print the text document in lanscape format?
And is there any command allow to print screen, or to capture the graphic files in Unix?
Thanks.
Unix
1 REPLY 1
Robin Wakefield
Honored Contributor
Solution

Re: Print in Lanscape format & print screen command

Hi June,

I use the -olandscape option to the lp command when printing to our HP Laserjet.

For printing graphics, for example, you can use:

xwd -out

Click in the window you want to print, wait for the bleeps to finish, then:

xpr -output -device ps
lp

Obviously the man pages will help for your environment.

Robin.