itil memek cantik Asked: 2022-02-09 21:00:28 +0800 CST2022-02-09 21:00:28 +0800 CST 2022-02-09 21:00:28 +0800 CST To move a page in PDF file by pdftk 772 How do we move page 2 to page 5 (3 pages distance) of a Pdf file by pdftk ? command-line 1 Answers Voted Best Answer netbat 2022-02-10T02:59:48+08:002022-02-10T02:59:48+08:00 PDFTK Use the cat or shuffle option. Example: pdftk <input_file> cat 1 3-4 2 5-end output <output_file> The final order of the pages will be: 1 3 4 2 5 6 7 ... Detailed information about pdftk's syntax is here: https://linux.die.net/man/1/pdftk PDF arranger I also have very good experience with PDF arranger. It is my preferred tool. You can reorder pages using this application by mouse (and much more). You can install it using: sudo apt-get install pdfarranger
PDFTK
Use the
cat
orshuffle
option. Example:The final order of the pages will be: 1 3 4 2 5 6 7 ...
Detailed information about
pdftk
's syntax is here: https://linux.die.net/man/1/pdftkPDF arranger
I also have very good experience with PDF arranger. It is my preferred tool. You can reorder pages using this application by mouse (and much more). You can install it using: