title | page_title | description | slug | position |
---|---|---|---|---|
Export Options |
Export Options - Diagram - Kendo UI for Vue |
Export the Kendo UI Diagram wrapper for Vue to PDF, PNG, and SVG formats directly in the browser. |
export_options_diagram |
3 |
The Kendo UI Diagram allows you to export it to PDF, PNG, and SVG formats and to save it in PDF directly in the browser.
To implement the desired export options, use the exportPDF
, exportImage
, or exportSVG
methods respectively.
{% meta height:730 %} {% embed_file export-options/main.vue preview %} {% embed_file export-options/main.js %} {% endmeta %}
To save the Diagram in PDF directly in the browser, use the saveAsPDF
method.
{% meta height:730 %} {% embed_file export-pdf/main.vue preview %} {% embed_file export-pdf/main.js %} {% endmeta %}