Exporting diagrams
Structurizr allows you to export your software architecture diagrams as high resolution PNG and SVG formats, which are suitable for using in documents, presentations and printing.
Automatic downloading will not work if popups are blocked, so please ensure that popups are allowed for *.structurizr.com
(or your on-premises/Lite installation) in your web browser.
PNG export
When viewing a diagram, click the button to open the export dialog.
SVG export
When viewing a diagram, click the button to open the export dialog.
Automating the export
Diagrams are rendered client-side (i.e. in your web browser), so an automated export is only possible using a web browser in conjunction with an automation framework, for example headless Chrome and Puppeteer. See Help - Scripting API for more details, and the structurizr-puppeteer repo on GitHub has a pre-built script.