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

PDFCommandToolbarDirective

Represents the export-to-PDF toolbar tool of the TreeList. Apply this directive to any kendo-toolbar-button element inside a ToolbarComponent.

When you click the toolbar button that contains the directive, the pdfExport event fires (see example).

html
<kendo-treelist>
    <kendo-toolbar>
        <kendo-toolbar-button text="PDF Export" kendoTreeListPDFTool></kendo-toolbar-button>
    </kendo-toolbar>
    <kendo-treelist-pdf fileName="TreeList.pdf">
    </kendo-treelist-pdf>
</kendo-treelist>

Selector

[kendoTreeListPDFTool]

In this article
Selector
Not finding the help you need?
Contact Support