Sample Header Ad - 728x90

How to print non-consecutive pages from a file, 2 pages per sheet?

1 vote
1 answer
407 views
I readed a lot of information about lp and lpr linux commands. Today Im trying to print 4 non-consecutive pages from a file, 2 pages per sheet. I tryed a lot of commands: 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 Now Im lost. Could You help me?
Asked by Barragán Louisenbairn (43 rep)
Dec 16, 2016, 06:20 PM
Last activity: Nov 28, 2018, 08:48 PM