Secure way of previewing PDF in react app (without storing locally in readable way)
I have a client that wants to securely preview PDF on a public PC.
Normally, PDF is generated on a backend and downloaded to PC.
However, if the user is on a public PC they don't want to store the PDF locally, to prevent a third party from obtaining it.
A solution would be to preview PDF in browser without downloading it.
However, this could still save this PDF to browser cache in a readable way.
Is there a way, library, to show viewer content of PDF but without downloading it on PC in any externally readable way?
Maybe there is a library that encrypts PDF?
App is secured with authorization and authentication and automatic logout.
0 Replies