7から17のページをlprで印刷するにはどうすればよいですか?
7から17のページをlprで印刷するにはどうすればよいですか?
回答:
lpr -P myprinter -o page-ranges=7-17
myprinter
プリンタの名前はどこですか
-o page-ranges=7-17
はないと思う- page-ranges=7-17
。私はプリンタを持っていないのでテストできませんが、あなたはソースを与えないので、タイプミスがあなたのものか彼らのものかを見ることができません。
lpoptions -p printer -l
。」
MASIは、コマンドは、IS CUPSのためのオンライン・ヘルプでは、あなたのUbuntuのボックスに文書化。訪問
http:// localhost:631 / help / options.html?TOPIC = Getting + Started&QUERY =#PAGERANGES
意味がわかります
man lp
-P
ページ範囲のオプションがあります:
-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.
私がよく使う完全なコマンドは次のとおりです。
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
か?Ubuntuの私のマニュアルにはありません。