archimate_export_diagram
Export ArchiMate diagram views as SVG or PNG images with optional width, height, and background color.
Instructions
Export a diagram view as SVG or PNG image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the view to export | |
| output_path | Yes | Path to save the image file (use .svg or .png extension) | |
| format | No | Output format (default: detected from file extension) | |
| width | No | Image width in pixels (optional) | |
| height | No | Image height in pixels (optional) | |
| background_color | No | Background color (default: #ffffff) |