convert_visio_to_pdf
Convert Visio files (.vsdx, .vsd, .vsdm) to PDF with options for page range, hidden pages, PDF compliance, and foreground content.
Instructions
Convert a local Visio file (.vsdx/.vsd/.vsdm) to PDF using the PDF4me ConvertVisio API. Supports PDF options (compliance, page range, hidden pages, foreground/toolbar, auto-fit), sync/async processing, and optional output directory/file name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_fit | No | Auto-fit content to page. | |
| file_path | Yes | Local path to the Visio file (.vsdx/.vsd/.vsdm). | |
| output_dir | No | ||
| page_count | No | Number of pages to convert. | |
| page_index | No | Start page index (0-based). | |
| save_tool_bar | No | Include toolbar content. | |
| is_pdf_compliant | No | Make PDF compliant with standards. | |
| output_file_name | No | ||
| include_hidden_pages | No | Include hidden pages. | |
| save_foreground_page | No | Keep foreground page content. |