pdf_reorder
Reorder pages in a PDF file and optionally duplicate pages by specifying repeated page numbers in the order array.
Instructions
Reorder pages. Can also duplicate pages by repeating numbers in the order array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | PDF file path | |
| pageOrder | Yes | New page order (1-indexed). Example: [3, 1, 2] puts page 3 first. | |
| outputPath | Yes | Output path |