From: Michael Sweet Copies are normally not collated for you. Use the
--o Collate=True option to get collated copies:-o collate=true option to get collated copies:
-lp -n num-copies -o Collate=True filename -lpr -#num-copies -o Collate=True filename +lp -n num-copies -o collate=true filename +lpr -#num-copies -o collate=true filename@@ -452,18 +452,6 @@ can make the output page numbering not match the document page numbers. -
Use the -o page-set=set option to select the even or odd pages:
-lp -o page-set=odd filename -lp -o page-set=even filename -lpr -o page-set=even filename -- -
The default is to print all pages. -
The -o number-up=value option selects N-Up
@@ -577,78 +565,5 @@ lpr -o raw filename
lpr -l filename
-
-
CUPS supports several options that are only used when printing -plain text files. These options have absolutely no effect on -PostScript, PDF, HP-GL/2, or image files.
- -The -o cpi=value option sets the number of
-characters per inch:
-lp -o cpi=10 filename -lp -o cpi=12 filename -lpr -o cpi=17 filename -- -
The default characters per inch is 10.
- -The -o lpi=value option sets the number of lines
-per inch:
-lp -o lpi=6 filename -lpr -o lpi=8 filename -- -
The default lines per inch is 6.
- -Normally the page margins are set to the hard limits of the
-printer. Use the -o page-left=value, -o
-page-right=value, -o page-top=value, and
--o page-bottom=value options to adjust the page
-margins:
-lp -o page-left=value filename -lp -o page-right=value filename -lp -o page-top=value filename -lp -o page-bottom=value filename -lpr -o page-left=value -o page-right=value -o page-top=value -o page-bottom=value filename -- -
The value argument is the margin in points; each
-point is 1/72 inch or 0.35mm.
The -o prettyprint option puts a header at the
-top of each page with the page number, job title (usually the
-filename), and the date. Also, C and C++ keywords are
-highlighted, and comment lines are italicized:
-lp -o prettyprint filename -lpr -o prettyprint filename -- -
The -o nowrap option disables wrapping of long lines:
-lp -o nowrap filename -lpr -o nowrap filename -- -