I have a 1000 page PDF file. I need to move its last two pages at 3rd and 4th position. I'm using pdftk but I cannot move them in desired manner. How can I do it?
closed as off topic by Paul R, leppie, George Stocker♦ Feb 4 at 13:30
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
do you want move ante-penultimate-*last* pages in third and fourth place, eliminating page 3 and 4 from pdf? or swapping positions between pages ante-penultimate-*last* and 3-4? Or, again, moving ante-penultimate-*last* pages in third and fourth place keeping pages 3 and 4 placing these in fifth and sixth place? assuming you want move ante-penultimate-*last* in third and fourth position inside the pdf multipage file, for a pdf file consisting in 16 pages, you need to type
sample input file 16 pages long: http://ge.tt/8JtC8QX/v/0 resulting output: http://ge.tt/8JtC8QX/v/1 |
||||
|
|