UNIX PRINTING @CISE, UF To print from CISE machines: lpr -Pps309 -o sides=two-sided myFileToPrint.ps or lpr -Zduplex -Pprintername myFileToPrint.ps another useful command to reduce fontsize and print duplex is a combination of enscript(for font size) and lpr (for duplex mode): enscript -fCourier7 -DDuplex:true -B -p- Store.java | lpr -Pe457 -osides=two-sided To split pdf documents install pdftk and use: pdftk my_original_doc.pdf cat 115-117 output my_new_3page_doc.pdf To print to UF E457 printer use: Device URI: http://10.227.248.4 Make & model: HP LaserJet 9040 Postscript (recommended) ------------------- LINKS: Linux enscript MAN page: "the blood for linux printing" http://linux.die.net/man/1/enscript AWESOME info for configuring unix print options: http://www.cs.utk.edu/~help/doku.php?id=printing:linux_printing_guide PRINTING OPTIONS: http://www-zeuthen.desy.de/dv/documentation/unixguide/chapter7.html USING enscript: http://kb.iu.edu/data/abbp.html http://www.soc.duke.edu/resources/techasst/unixprint.html