Hi Sean,
Am 26.06.26 um 09:28 schrieb Sean Carte:
[…]
I did this for a project outside DSpace.
We allow access to back-files of journals, books etc. not hosted by the
publisher anymore.
Consists of a Python service and an Angular UI. Encrypts every PDF with
random password and you can't copy, print and save it (we use this
excellent PDF-viewer here:
https://pdfviewer.net ).
Why do I tell this ?
First, you exclude any person using a screen reader, because the pages
are images, not text (one can use text, but then Firefox can show it in
Reader mode).
Second, and important: everyone can use a smartphone and just copy the
content from the screen, incl. OCR after that :) .
So, this is more a security barrier against one-click-copy.
Michael