Printing Landscape in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Printing Landscape in Solaris 10
# 1  
Old 06-25-2008
Printing Landscape in Solaris 10

I can print lanscape to a printer in solaris 9 but it won't work in solaris 10 to the same printer. I'm using the same configuration and the same command which is below. Any suggestions would be greatly appreciated. Thanks.

lp -d hp4100 -o "c landscape" filename
# 2  
Old 06-25-2008
Tools Always done the options separately

Code:
> alias lp4
alias lp4='lp -dtech4b -o landscape -o c'

So, do either the 'c' or 'landscape' work? Nothing print?
# 3  
Old 06-30-2008
In solaris 9 the "c" and "landscape" options work but in solaris 10 they don't seem to or at least the landscape option doesn't. The printer will only print portrait in solaris 10. I'm using the same model script for both. Thanks!!!
# 4  
Old 06-30-2008
what printer are you using? If it gonna to be hP, i've got a clue for you.
# 5  
Old 07-01-2008
Its an hp4100dtn. I just figured it out. I use the postprint command and pipe it into the lp command. example: postprint -p l filename | lp -dprintername -o c
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

SOLARIS 10 kyocera Landscape printing

hello does any one know if a command exists for printing lp landscape on a kycoera printer. hp works ok but i cant get kyocera to work thanks (1 Reply)
Discussion started by: joey298487
1 Replies

2. UNIX for Dummies Questions & Answers

Printing Landscape to PCL 6 Printer

I've looked around and am able to print landscape to a PCL 5 printer with this command: lp -o landscape -o cpi=20 -o page-right=30 -o page-left=30 -d <printer> <file>. Which gives me a nice 200 columns. But, when I send the same output and the same commands to a PCL 6 printer, it comes... (3 Replies)
Discussion started by: tariqjamal
3 Replies

3. Linux

Landscape printing broken in CUPS?

Hello, I am using version: cups-config --version - 1.2.4 However, when i use the -o land or -o landscape command it doesn't print in Landscape. I have the same problem on another server. (Both running CENTOS). Does landscape printing work in CUPS? Is there a fix? Thanks in an... (0 Replies)
Discussion started by: stuaz
0 Replies

4. Solaris

Network printing solaris 2.5.1

Hello guys, I'm having a problem at configuring an HP printer for solaris 2.5.1. Unfortunatly solaris did not support network printing until 2.6.x so i had to use jetadmin, wich suprisingly worked well the verry first time i installed the package. Allthough the sparcstation witch i'm using is... (0 Replies)
Discussion started by: Goodfellas
0 Replies

5. UNIX for Dummies Questions & Answers

printing an xml file in landscape

Hey all, This is probably a stupid question but I can't seem to find the answer I need anywhere. I have an XML file that I need to be able to print in landscape because the text goes off the page when I try to print in portrait. I can't find a way to do this using lp. I understand, from... (1 Reply)
Discussion started by: MaristBrandi
1 Replies

6. Solaris

solaris printing problem

The printers I've created on a Solaris 9 box are not wrapping. When I submit a document (that contains lines of 80 characters or more) to a printer, it doesn't wrap those long lines to the next line. What can I do it make the printer wrap the long lines to the next line...instead of throwing... (0 Replies)
Discussion started by: soliberus
0 Replies

7. Solaris

solaris printing problem

When I send a print job to a printer I've created on Solaris 9, the page has a black border. How can I get rid of it? (2 Replies)
Discussion started by: soliberus
2 Replies

8. UNIX for Dummies Questions & Answers

Printing chinese from solaris 9

We need to print chinese from unix and postscript. Anyone have experience with this? Any suggestions? (1 Reply)
Discussion started by: MizzGail
1 Replies

9. UNIX for Advanced & Expert Users

Solaris Printing

Does anybody know the maximum number of print queues supported by solaris 8/9. Basically I need to know that I can set up 200 without any issues. The server is a sunfire v240 4gb memory many thanks (3 Replies)
Discussion started by: silvaman
3 Replies

10. Solaris

landscape printing

hi everybody , i was just wondering if anyone could tell me how to setup printing landscape from Solaris 9 . We have a hp laser jet 1300 printer connected to an hp jetdirect 1.75x print server. We have set it up to print Portrait but not landscape. Is there some sort of generic script I can use... (3 Replies)
Discussion started by: ppass
3 Replies
Login or Register to Ask a Question