Export a PDF
visio_export_pdfExport a Visio document to a PDF file at a specified path, with options to export all pages or a single page.
Instructions
Export a document to PDF.
Args: path: Destination .pdf path. document: File name or 1-based index. Omit for the active document. page: Page to export when all_pages is false. all_pages: Export every page rather than a single one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| path | Yes | ||
| document | No | ||
| all_pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| path | Yes | ||
| bytes | Yes | ||
| format | Yes | ||
| document | Yes |