|
Home > Help Files > Printing > PDF
Printing PDF Files
To print pdf files:
- Open the file in Adobe Acrobat
- Click on the printer icon on the top toolbar
- Fill out the preferences accordingly (e.g. multiple pages on one page, specific page range, number of copies.
- Type in print command in blank at the top:
- For single-sided: lpr
- For double-sided: lpr -P duplex
- For color (in 1111): lpr -P colorps
- For double-sided color: lpr -P colorps-duplex
- Click OK.
PRINT PDF FILES USING THE TERMINAL
- Pull up Console terminal
- cd directory name (if your file is in a sub folder)
- For single-sided:lpr mydocument.pdf
- For double-sided:lpr -P duplex mydocument.pdf
- For color (in 1111): lpr -P colorps mydocument.pdf
- For double-sided color: lpr -P colorps-duplex mydocument.pdf
PRINTING 2/3/4-UP (MULTIPLE PAGES ON ONE PAGE)
mpage -t# -Pprinter
mpage -t2 -Plp1111 filename.pdf
mpage -t2 -Plp1111 (In acrobat reader)
|