pdf_split
Split a PDF into multiple files by individual pages or custom page ranges. Specify the input file and output directory to get separated PDFs.
Instructions
Split a PDF into multiple files — either individual pages or custom page ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ranges | No | Page ranges. If omitted, splits into individual pages. | |
| filePath | Yes | PDF file to split | |
| outputDir | Yes | Directory for output files |