Operating System - HP-UX
1833664 Members
3809 Online
110062 Solutions
New Discussion

Using net_ljx000 model in landscape mode

 
SOLVED
Go to solution
Carlo Giordani
Occasional Contributor

Using net_ljx000 model in landscape mode

I am using net_ljx000 model script and I need to print 63 or 64 lines in landscape mode. The command is "lp -d lp01 -o l66 -o landscape -o simplex -o A4 -o lpi8 -o height5 -ofp13 -otm0 file"; but I can only print 62 lines because the model cuts about half a inch at the bottom of the paper. What can I do? Thanx
4 REPLIES 4
Bill Hassell
Honored Contributor
Solution

Re: Using net_ljx000 model in landscape mode

You need to adjust the space between the lines. The parameter is -ovsi#### for vertical spacing increment. These are 1/72" in size so start with -ovsi5.5 and adjust as needed. 4.0 is pretty close together and 8.0 is fairly large spacing between lines.


Bill Hassell, sysadmin
Carlo Giordani
Occasional Contributor

Re: Using net_ljx000 model in landscape mode

Thank you a lot Bill, you resolved my problem. The -o lpi option does not work fine as the vsi# option. 10 points! ciao
Arunvijai_4
Honored Contributor

Re: Using net_ljx000 model in landscape mode

You haven't assigned any points to bill.. :-(

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Carlo Giordani
Occasional Contributor

Re: Using net_ljx000 model in landscape mode

oops... just done. thx