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)
Any help would be greatly appreciated.
Thanks,
LJ
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