messages.defaultFileNameString(default: "Document")

Specifies the default file name used for Download.

Example

<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
    messages: {
        defaultFileName: "MyPDFDocument"
    },
    pdfjsProcessing: {
        file: {
            url: "https://demos.telerik.com/kendo-ui/content/web/pdfViewer/sample.pdf"
        }
    }
});
</script>
In this article
messages.defaultFileName
Not finding the help you need?
Contact Support