pdf_splitter
Split a PDF into multiple files by specifying page ranges. Define input path, output directory, and page ranges to extract sections.
Instructions
Split a PDF file into multiple files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to the input PDF file | |
| outputDir | Yes | Directory where split PDFs should be saved | |
| pageRanges | Yes | Array of page ranges to split |