rotate_pdf
Rotate pages of a PDF clockwise by 90, 180, or 270 degrees. Omit "pages" to rotate every page; otherwise pass 1-based page numbers. Returns base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The PDF as a base64 string or https URL. | ||
| pages | No | Optional 1-based page numbers to rotate; omit for all pages. | |
| degrees | Yes | Clockwise rotation to add. |