
나는 lp 및 lpr Linux 명령에 대한 많은 정보를 읽었습니다. 오늘은 파일에서 연속되지 않은 4페이지를 시트당 2페이지씩 인쇄하려고 합니다.
나는 많은 명령을 시도했습니다.
This one prints 4 sheets, 8 pages:
lp -n 1 -d C1100 -o page-ranges=1,4,5,16 -o number-up=2 /path/to/files/1.pdf
This one prints 5 sheets, 10 pages:
lp -n 1 -d C1100 -o page-set=1,4,5,16 -o number-up=2 /path/to/files/1.pdf
This one prints 4 sheets, 8 pages:
lp -P 1,4,5,16 -n 1 -d C1100 -o number-up=2 /path/to/files/1.pdf
이제 나는 길을 잃었습니다. 당신이 나를 도울 수?
답변1
pdftk
@derobert가 이미 언급했지만 ghostscript
사용할 수도 있습니다.이 가이드두 가지 방법을 모두 자세히 설명합니다.