savePDF
Function
Definition
Package:@progress/kendo-react-pdf
Saves the content of a DOM element to a PDF file.
Parameters:domElementHTMLElement
The root DOM element to save to a PDF file.
optionsPDFExportPropsThe export options.
callback?() => voidThe callback to be executed after the PDF is saved.