Skip to content

Files

Latest commit

 

History

History
36 lines (25 loc) · 1.22 KB

File metadata and controls

36 lines (25 loc) · 1.22 KB
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

Export Options

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.

Exporting to Available File Formats

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 %}

Saving in PDF

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 %}

Suggested Links