Print Page | Close Window

Prevent saving a PDF in Reader?

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2871
Printed Date: 05 May 24 at 9:57PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Prevent saving a PDF in Reader?
Posted By: BobW
Subject: Prevent saving a PDF in Reader?
Date Posted: 21 Apr 14 at 8:44PM
We create PDFs and serve them up via Adobe Reader on a website.  Someone has asked me if there is a way to prevent users from saving a PDF when they are viewing it in Reader.

I've looked at the options in the SecurityInfo and EncodePermissions functions and don't see an option.  Would SetViewerPreferences allow for that? I've looked through Acrobat 9 and don't see a way to do it but a couple of people have told me they are SURE they've seen PDFs you couldn't save.

Is there a way to prevent a user from saving a PDF they are viewing in Reader?

Thanks,

Bob



Replies:
Posted By: Wheeley
Date Posted: 21 Apr 14 at 11:08PM
Here's what I use and it prevents Saving, BUT not Save As.

EncodePermissions (il_pdf_instance_id, 1, 1, 0, 1, 0, 1, 0, 1)

Hope this helps
Wheeley


Posted By: Ingo
Date Posted: 22 Apr 14 at 7:18AM
Hi Bob,
 
another point of view to prevent from saving is to
hide menu and toolbar of the reader with ...
SetViewerPreferences:
http://www.debenu.com/docs/pdf_library_reference/SetViewerPreferences.php" rel="nofollow - http://www.debenu.com/docs/pdf_library_reference/SetViewerPreferences.php
 
Cheers, Ingo
 


-------------
Cheers,
Ingo



Posted By: Ingo
Date Posted: 22 Apr 14 at 7:20AM
in addition... ;-)
 
Value 0 for option 1 and option 2 in SetViewerPreferences should feed your needs?
 
Cheers, Ingo


-------------
Cheers,
Ingo



Posted By: shelton
Date Posted: 22 Apr 14 at 3:07PM
But even if both are hidden the user can make changes to the fields. Then when closing Reader, they will be asked if they want to save changes :(

At least in Adobe XI


Posted By: BobW
Date Posted: 23 Apr 14 at 4:47PM
Yeah, I can't count the number of times I've had to explain to people that PDF security features that prevent editing/copying/etc are all implemented by Acrobat and Reader but can be circumvented by a host of downloadable tools and editors.

I think we'll look at hiding the menu options.  I think the concern here is for kiosk PC's in a common area.

Bob



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk