pdf_rotate
Rotate PDF pages by 90, 180, or 270 degrees to correct orientation or adjust layout. Specify specific pages or rotate entire documents.
Instructions
Rotate pages of a PDF by 90, 180, or 270 degrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the PDF file | |
| output | Yes | Output file path | |
| angle | Yes | Rotation angle in degrees | |
| pages | No | Specific pages to rotate (1-based). If omitted, rotates all pages. |