PDF Export BasicsPremium
The pdf
property of the Grid component enables you to export the content of the KendoReact Data Grid to PDF, offering various configuration options for customizing the export process.
Getting Started
To enable the PDF export, set the Grid pdf
prop to true
or the GridProps
that will to be exported. Then handle the onPdfExport
that allows both a smooth asynchronous export by using the saveGridPDF
function from the @progress/kendo-react-pdf
package.
Change Theme
Theme
Loading ...
PDF Export Options
- Exporting all Grid pages
- Fitting content within the paper size
- Customizing exported columns
- Using page template
- Saving generated files
- Embedding custom fonts
- Lazy loading for PDF export