Is it possible for a PDF to go completely black when screen capture of some sort is enabled?
Could it be possible to do programmatically? Adding some sort of encryption?
I am working on an ebook store and I understand how to disable saving PDFs and copying PDFs but I can't seem to find a solution for preventing screenshots, I am able to find ways to do it with a video but nothing for PDFs.
Just as context I am building a web app with React.
Thanks in advance.