Reorder PDF pages
reorder_pdf_pagesRebuild a PDF with its pages in a new order, for example moving an appendix to the front. Give the full page order, such as "5, 1, 2, 3, 4".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | A single input file, given as either an HTTPS url or base64 contents. | |
| order | Yes | New page order as a comma-separated list of page numbers, for example "5, 1, 2, 3, 4". | |
| output_filename | No | Name for the resulting file. |