Operating System - HP-UX
1833461 Members
3011 Online
110052 Solutions
New Discussion

How to setup compress and landscape queue through jetadmin?

 
SOLVED
Go to solution
Sandip Ghosh
Honored Contributor

How to setup compress and landscape queue through jetadmin?

HP-UX 10.20
Jetadmin E.10.18

Can you please help me in setting up a compress and landscape print queue through Jetadmin (hppi)?

Thanks in advance.

Sandip
Good Luck!!!
3 REPLIES 3
Helen French
Honored Contributor

Re: How to setup compress and landscape queue through jetadmin?

This document may help you (TKB #bpj05459):

http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000060600031

Life is a promise, fulfill it!
Steve Steel
Honored Contributor
Solution

Re: How to setup compress and landscape queue through jetadmin?

Hi

Since I presume you know the type of printer then do this.

1)export MANPATH=/opt/hpnpl/man:$MANPATH

2)man printerscriptname

see ls /opt/hpnpl/sh to choose

This documents all of the options available
for this script and the printers supported.

3)Install the printer

4)Either
4a)Give the correct options when you print
or
4b)cd /etc/lp/interface/model.orig
vi printer

change
orientation="def"
to
orientation="l"

Then landscape is default

pitch="def"
to
pitch="c"

Compress is then default


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Paul E. Rogers`
New Member

Re: How to setup compress and landscape queue through jetadmin?

I did not start this thread but it did exactly answer the question I had. Thanks to all the posters who take the time to answer questions here. You make me look like I really know what I am doing at the office. ;)