> ## 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 Split

> Split a PDF into individual pages or page ranges

# PDF Split

Split a PDF into individual pages or page ranges

## Properties

| Property   | Value           |
| ---------- | --------------- |
| **Type**   | pdf-split       |
| **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      |
| span | Pages Per File | Number | Number of pages per output file (1 = one page per file) | No       |

## Outputs

| Name  | Label | Type   | Description              |
| ----- | ----- | ------ | ------------------------ |
| files | files | array  | Array of split PDF files |
| count | count | number | Number of output files   |
