Lines Matching +full:- +full:- +full:output +full:- +full:document
4 .\" Copyright © 2007-2019 by Apple Inc.
5 .\" Copyright © 1997-2006 by Easy Software Products.
12 lp \- print files
16 .B \-E
18 .B \-U
21 .B \-c
23 \fB\-d \fIdestination\fR[\fB/\fIinstance\fR]
25 \fB\-h \fIhostname\fR[\fB:\fIport\fR]
27 .B \-m
29 .B \-n
30 .I num-copies
32 \fB\-o \fIoption\fR[\fB=\fIvalue\fR]
34 .B \-q
37 .B \-s
39 .B \-t
42 .B \-H
45 .B \-P
46 .I page-list
48 .B \-\-
55 .B \-E
57 .B \-U
60 .B \-c
62 \fB\-h \fIhostname\fR[\fB:\fIport\fR]
64 .B \-i
65 .I job-id
67 .B \-n
68 .I num-copies
70 \fB\-o \fIoption\fR[\fB=\fIvalue\fR]
72 .B \-q
75 .B \-t
78 .B \-H
81 .B \-P
82 .I page-list
86 Use a filename of "-" to force printing from the standard input.
97 .B \-\-
98 Marks the end of options; use this to print a file whose name begins with a dash (\-).
100 .B \-E
103 \fB\-U \fIusername\fR
106 .B \-c
107 This option is provided for backwards-compatibility only. On systems that support it, this option f…
110 \fB\-d \fIdestination\fR
113 \fB\-h \fIhostname\fR[\fB:\fIport\fR]
116 \fB\-i \fIjob-id\fR
119 .B \-m
122 \fB\-n \fIcopies\fR
125 \fB\-o "\fIname\fB=\fIvalue \fR[ ... \fIname\fB=\fIvalue \fR]\fB"\fR
129 \fB\-q \fIpriority\fR
133 .B \-s
136 \fB\-t "\fIname\fB"\fR
139 \fB\-H \fIhh:mm\fR
141 \fB\-H hold\fR
143 \fB-H immediate\fR
145 \fB-H restart\fR
147 \fB-H resume\fR
150 Use a value of \fIresume\fR with the \fI-i\fR option to resume a held job.
151 Use a value of \fIrestart\fR with the \fI-i\fR option to restart a completed job.
153 \fB\-P \fIpage-list\fR
154 Specifies which pages to print in the document.
155 The list can contain a list of numbers and ranges (#-#) separated by commas, e.g., "1,3-5,16".
156 The page numbers refer to the output pages and not the document's original pages - options like "nu…
158 Aside from the printer-specific options reported by the
162 \fB\-o job-sheets=\fIname\fR\fR
163 Prints a cover page (banner) with the document.
166 \fB\-o media=\fIsize\fR
169 \fB\-o number\-up=\fR{\fI2|4|6|9|16\fR}
170 Prints 2, 4, 6, 9, or 16 document (input) pages on each output page.
172 \fB\-o orientation\-requested=4\fR
173 Prints the job in landscape (rotated 90 degrees counter-clockwise).
175 \fB\-o orientation\-requested=5\fR
178 \fB\-o orientation\-requested=6\fR
181 \fB\-o print\-quality=3\fR
183 \fB\-o print\-quality=4\fR
185 \fB\-o print\-quality=5\fR
186 Specifies the output quality - draft (3), normal (4), or best (5).
188 \fB\-o sides=one\-sided\fR
191 \fB\-o sides=two\-sided\-long\-edge\fR
192 Prints on both sides of the paper for portrait output.
194 \fB\-o sides=two\-sided\-short\-edge\fR
195 Prints on both sides of the paper for landscape output.
198 Also, printer and class names are \fInot\fR case-sensitive.
200 …-q\fR option accepts a different range of values than the Solaris lp command, matching the IPP job…
202 Print two copies of a document to the default printer:
205 lp -n 2 filename
208 Print a double-sided legal document to a printer called "foo":
211 lp -d foo -o media=legal -o sides=two-sided-long-edge filename
214 Print a presentation document 2-up to a printer called "bar":
217 lp -d bar -o number-up=2 filename
229 Copyright \[co] 2007-2019 by Apple Inc.