Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Duplex Printing Issue

Status
Not open for further replies.

ljwilson

Programmer
May 1, 2008
65
US
I am trying to print a postscript file and have it duplex. I know the printer I am sending it to will duplex, but I can't figure out the command to use. Here is what I am using now and it is not working (I get two separate sheets)

Code:
/usr/bin/gs -q -dBATCH -dSAFER -dNOPAUSE -sDEVICE=ljet4 -sOutputFile=- /tmp/rxpatedps.015178.ps | /usr/bin/lp -oDuplex=DuplexNoTumble -d copier >/dev/null

Any help would be greatly appreciated.

Thanks,

LJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top