Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Printing Landscape to PCL 6 Printer Post 302292283 by tariqjamal on Friday 27th of February 2009 11:09:23 AM
Old 02-27-2009
Data 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 out as portrait.

What can I do to print landscape to a PCL 6 printer HP4250DN ?

Thanks.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

PCL Font does not download to printer.

OS: HP-UX B.11.11 U Printer: HP 8150. I require a font to be downloaded to the printer and used. As documented the steps are: 1. Tell printer to accept font 2. Send the font to the printer 3. Make the font permanent 4. Select font for use or in PCL 1. <Esc>*c90D 2.... (0 Replies)
Discussion started by: mbb
0 Replies

2. 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

3. HP-UX

HP/Ux pcl printing

Hi, I have a pcl file with a color invoice. Can you please advise me how I can print it directly from Hp/Ux command line to a network printer with a known IP address. The printer model is Xerox Docu Color 1632. How can I configure that printer under HpUx and which command is for printing pcl... (2 Replies)
Discussion started by: piooooter
2 Replies

4. 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

5. Solaris

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 (4 Replies)
Discussion started by: darren.wyatt
4 Replies

6. Red Hat

Red hat 5. - PCL Printer

I need to setup a HP 4000 PCL printer - it seems out of the box - I can only can use PostScript. Any guidance is appreciated. In the SCO world - I used HPNP with no problems. (2 Replies)
Discussion started by: markb4
2 Replies

7. HP-UX

Network Printer Settings-landscape/portrait mode

Hello everyone.. While printing through command line, we can set printing option with -o <lanscape/portrait> to print file in required mode. But i want to know is there any way we can set this as default behaviour for this printer? After configuration any script we can modify for this... (0 Replies)
Discussion started by: laxmikant
0 Replies

8. Solaris

Printer (lpadmin) error - blank pages PS/PCL

Help! I have to solve an urgent problem! I have a Solaris 10 server, where I created a line of printing with the command # /usr/sbin/lpadmin -p IL_Printer -s pv24002 -v /dev/null -m netstandard_foomatic -A write -n /usr/lib/lp/model/ppd/system/foomatic/Canon/cnl66e1.ppd.gz -o... (0 Replies)
Discussion started by: poyato
0 Replies

9. 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

10. SCO

Printing to a working network printer using PCL

I am trying to get a network printer to work that currently works from my Unix (5.0.7) server when printing text files only. When I try to print post script files like a PDF file I get all of the controls so I am not sure if I have my printer configuration setup properly in Unix The printer... (1 Reply)
Discussion started by: ziggy6
1 Replies
XDPR(1) 						      General Commands Manual							   XDPR(1)

NAME
xdpr - dump an X window directly to a printer SYNOPSIS
xdpr [ filename ] [ -display host:display ] [ -Pprinter ] [ -device devtype ] [ option ... ] DESCRIPTION
Xdpr uses the commands xwd, xpr, and lpr or lp to dump an X window, process it for a particular printer type, and print it out on the printer of your choice. This is the easiest way to get a printout of a window. Xdpr by default will print the largest possible represen- tation of the window on the output page. The options for xdpr are the same as those for xpr, xwd, and lpr or lp. The most commonly-used options are described below; see the manual pages for these commands for more detailed descriptions of the many options available. OPTIONS
filename Specifies a file containing a window dump (created by xwd) to be printed instead of selecting an X window. -Pprinter Specifies a printer to send the output to. If a printer name is not specified here, xdpr (really, lpr or lp) will send your output to the printer specified by the PRINTER environment variable. Be sure that type of the printer matches the type specified with the -device option. -display host:display[.screen] Normally, xdpr gets the host and display number to use from the environment variable ``DISPLAY.'' One can, however, specify them explicitly; see X(1). -device devtype Specifies the device on which the file will be printed. Currently supported: la100 Digital LA100 ljet HP LaserJet series and other monochrome PCL devices such as ThinkJet, QuietJet, RuggedWriter, HP2560 series, and HP 2930 series printers ln03 Digital LN03 pjet HP PaintJet (color mode) pjetxl HP HP PaintJet XL Color Graphics Printer (color mode) pp IBM PP3812 ps PostScript printer The default is PostScript. -device lw (LaserWriter) is equivalent to -device ps and is provided only for backwards compatibility. -help This option displays the list of options known to xdpr. Any other arguments will be passed to the xwd, xpr, and lpr or lp commands as appropriate for each. SEE ALSO
xwd(1), xpr(1), lpr(1), lp(1), xwud(1), X(1) ENVIRONMENT
DISPLAY which display to use by default. PRINTER which printer to use by default. COPYRIGHT
Copyright X Consortium See X(1) for a full statement of rights and permissions. AUTHORS
Paul Boutin, MIT Project Athena Michael R. Gretzinger, MIT Project Athena Jim Gettys, MIT Project Athena X Version 11 Release 6 XDPR(1)
All times are GMT -4. The time now is 01:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy