pdf_split
Extract specific pages from PDF files to create new documents. Specify page ranges or individual pages to split PDFs into focused sections.
Instructions
Extract specific pages from a PDF into a new file. Warning: form fields in the source PDF are not preserved — they appear visually but become non-interactive.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the source PDF file | |
| pages | Yes | Page range to extract, e.g. '1-5' or '1,3,5' | |
| outputPath | Yes | Absolute path for the output PDF |