Come stampare pagine da 7 a 17 di lpr?
Come stampare pagine da 7 a 17 di lpr?
Risposte:
lpr -P myprinter -o page-ranges=7-17
dov'è myprinter
il nome della tua stampante
-o page-ranges=7-17
non - page-ranges=7-17
. non posso testare dal momento che non ho una stampante, ma tu non dai la tua fonte, quindi non riesco a vedere se il refuso è tuo o loro.
lpoptions -p printer -l
".
Masi, il comando È documentato sulla tua casella Ubuntu, nella guida in linea di CUPS. Visitare
http: // localhost: 631 / help / options.html topic = Getting Started + & query = # PAGERANGES
per vedere cosa intendo.
man lp
ha l' -P
opzione per l'intervallo di pagine:
-P page-list
Specifies which pages to print in the document. The list can contain a list of numbers and ranges (#-#) separated by commas,
e.g., "1,3-5,16". The page numbers refer to the output pages and not the document's original pages - options like "number-up"
can affect the numbering of the pages.
Ecco un comando completo che uso spesso:
lp -P 5-22 -o media=A4 -o number-up=2 -o sides=two-sided-long-edge -o fit-to-page R-ints.pdf
- page-ranges=7-17
.? Non è nel mio manuale in Ubuntu.