Hi dear Team,
How to set WISEJ PDFViewer download file name when load from memory stream: OREPORTCOntainer.OPdfViewer.PdfStream= ms
The file name is always “Document.pdf”
Kind regards!
Hello,
You can’t do that out of the box. There’s not a property or method for it in the PDFViewer documentation
The pdf viewers use the URL as the file name- they don’t care about the filename field in the header response.
Check out this forum post for a workaround- you can override the IWisejHandler interface in a subclass of PdfViewer.
-Julie
Please login first to submit.