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

PDFExportTemplateDirective

Represents the directive for defining a custom page template in the PDF Export component (see example).

html
<kendo-pdf-export paperSize="A4" margin="2cm">
   <ng-template kendoPDFTemplate let-pageNum="pageNum">
       <div>Page {{ pageNum }}</div>
   </ng-template>
</kendo-pdf-export>

Selector

[kendoPDFTemplate]

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