save_pdf
Save an in-memory PDF document to a specified file path while keeping it loaded for further editing.
Instructions
Save an in-memory PDF document to disk.
The document remains loaded in memory after saving and can continue to be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | Identifier of the loaded document | |
| output_path | Yes | Path where the PDF will be saved |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |