pdf_create
Create PDF documents from plain text content with customizable titles and font sizes. Generate PDF files locally without cloud services.
Instructions
Create a new PDF document from plain text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | Output file path | |
| text | Yes | Text content for the PDF | |
| title | No | Document title | |
| fontSize | No | Font size (default: 12) |