Hi everybody,
I have pdf document on my website, and I want to manage access right on those documents, some users has the right to print, save the document and others not,
So I'd like to know if it is possible to do it using Acrobat Javascript, and how I can do it if you have any exemple of script, document it will be very helpfull for me, I'm looking for that from two weeks already!!
Thx
Also impossible to prevent the Save operation. PDFs don't stream, you can't open them unless you've already saved a copy.
If you just have two options for each PDF file (print or not) then it'll be easier to create two copies, secure one of them, and add code to your website so a logged-in user can only see one of the copies depending on who they are. How you do that is beyond the scope of these forums but on a dynamic website with user accounts it's a trivial concept.