> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF Rotate

> Rotate pages in a PDF document

# PDF Rotate

Rotate pages in a PDF document

## Properties

| Property   | Value           |
| ---------- | --------------- |
| **Type**   | pdf-rotate      |
| **Family** | Actions         |
| **Group**  | Files & Storage |

## Parameters

| Name     | Label    | Type   | Description                                     | Required |
| -------- | -------- | ------ | ----------------------------------------------- | -------- |
| file     | File     | JSON   | File handle, URL, or local path to the PDF file | Yes      |
| rotation | Rotation | Select | Rotation angle                                  | Yes      |
| pages    | Pages    | String | Page selection (empty for all pages)            | No       |

## Outputs

| Name | Label | Type   | Description      |
| ---- | ----- | ------ | ---------------- |
| file | file  | object | Rotated PDF file |
