add_blank_page
Insert blank pages into a PDF at a specified position. Configure page count, size, and placement to organize document structure.
Instructions
Insert blank pages into a PDF at a specific position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| count | No | Number of blank pages to add (default 1) | |
| width | No | Page width in points (default 612 = US Letter) | |
| height | No | Page height in points (default 792 = US Letter) | |
| position | No | Insert after this page number (1-based, default: end) | |
| output_name | No | Output file path (defaults to same dir with suffix) |