Protect PDF from being downloaded through viewing the source
For secure PDFs, such as embedding an expensive book for members-only, how can I stop them viewing the source and copying the URL into a browser to download the PDF?
Here's the part that they could copy-paste:
content: {location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}},
Encoding the PDF as a base64 doesn't seem to work looking through the forum, and would make a massive line of code for this book.
Perhaps setting something on the PDF file so that even if they download it, they can't open or print it. I suspec this will affect the embedded file, so it might not be possible. Appreciate any thoughts, thanks in advance.
