|   | GNU/Linux Desktop Survival Guide by Graham Williams |   | |||
| PDF Extract Pages | 
20180528 To extract all but the first page from a pdf document:
| $ pdftk input.pdf cat 2-end output output.pdf | 
| $ pdftk A=input1.pdf B=input2.pdf cat A1-8 B1 output output.pdf |