New to Kendo UI for AngularStart a free 30-day trial

exportPDF

Function

Definition

Package:@progress/kendo-drawing

Exports a group of drawing elements as a PDF file (see example). In the exported file, the group is positioned at [0, 0]. Its dimensions are used as the default dimensions for the image.

Scene images have to be of same origin or CORS-enabled.

The export operation is asynchronous and returns a promise.

Parameters:groupGroup

The Group to export.

options?PDFOptions

The PDF Export options.

Returns:

Promise​<string>

  • A promise that will be resolved with a PDF file encoded as a Data URI.
In this article
Definition
Not finding the help you need?
Contact Support