When downloading the pdf from the viewer, the file name is showing as Document.pdf. Is there anyway to customize that?
Thanks
Peter
@(Html.Kendo().PDFViewer()
.Name("pdfviewer")
.PdfjsProcessing(config => config.File(file => file.Data(Model.PdfInformation.PDFBase64)))
.Height(1200)
)