extract-pages
Extract specific pages from a PDF file and save them as a new document. Input the file path, output location, and desired page numbers (1-based indexing).
Instructions
Extract specific pages from a PDF file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_path | Yes | Input PDF file path | |
output_path | Yes | Output path for new PDF | |
pages | Yes | List of page numbers to extract (1-based indexing) |