I have found many related questions in this forum. But, none addresses my issue. Please double-check before marking it as duplicate.
Suppose I have two PDF files.
first.pdfhaving 10 pages.second.pdfhaving 20 pages.
I want to create a new PDF file, where I need pages - 2,5,6,9 from first.pdf and pages 6,7,15,19 from second.pdf.
How to do it from command line?
Or maybe you want from both pdfs pages 2,5,6,6,7,9,15,19
– lese Jun 19 '17 at 08:03first.pdf. I want a new PDF file, which would have total eight pages, having four pages (2,5,6,9) offirst.pdfand four pages (6,7,15,19) fromsecond.pdf. – ddas Jun 19 '17 at 08:45