create_test_pdf_file
Generate a blank test PDF to try other PDF tools without needing a real file. Set page count, title, and output path.
Instructions
Create a test PDF, handy for trying the other tools without hunting for one.
The pages are blank, so this is for exercising tools rather than for anything that needs real content.
Args: output_path: Optional path to also write the PDF to. Omit to keep it as a temporary artifact. num_pages: Number of blank pages to create (default: 3) title: Optional title for the PDF metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| num_pages | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |