react-pdf-render Can we give filename when we show document to user. I want to show custom PDF name to user rather than system generated.
I tried Blob option but that is is not what I require.Also worked with PDFViewer but none of them works for filename.
You can save your document before with a name using https://www.npmjs.com/package/file-saver
Tell me if you need more help please