Rotate PDF pages
pdf_rotateRotate PDF pages by 90, 180, or 270 degrees locally. Specify page range or rotate all pages. All processing stays on your machine.
Instructions
Rotate pages by a multiple of 90 degrees. Omit pages to rotate every page. Runs entirely on this machine — the file is read and written locally and never sent anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | Yes | Rotation in degrees; must be a multiple of 90 (e.g. 90, 180, -90) | |
| input | Yes | Path to the input PDF | |
| pages | No | 1-based pages to rotate (default: all) | |
| output | Yes | Path to write the rotated PDF |