reverse_pages
Reverse page order in a PDF by providing the file path and optional output name, creating a new PDF where the last page becomes the first.
Instructions
Reverse the page order of a PDF (last page becomes first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| output_name | No | Output file path (defaults to same dir with suffix) |