Print Page | Close Window

total security

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: General Discussion
Forum Description: Discussion board for Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2227
Printed Date: 25 Apr 24 at 3:12AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: total security
Posted By: vladimirbc
Subject: total security
Date Posted: 12 Apr 12 at 6:28PM
I need open a pdf for my users in total security. No print, no copy, no save, no nothing. Only see.
I 'd use quickpdf EncodePermissions function. I see result and see attach to email and save a copy options, open. Is it correct? How close all functions? saves, copys, attachs, prints...?



Replies:
Posted By: Ingo
Date Posted: 12 Apr 12 at 6:56PM
Hi Vlad!

The one you mentioned is the option not to copy textcontent from a pdf...
the other thing is copy the pdf-file itself ;-)

What you need are these functionalities:
      QP.SetViewerPreferences(1,1);    // Hide toolbar
      QP.SetViewerPreferences(2,1);    // Hide menubar
      QP.SetViewerPreferences(3,1);    // Hide window user interface
      QP.SetViewerPreferences(4,1);    // Hide window user interface
      QP.SetViewerPreferences(5,1);    // Center window
      QP.SetOpenActionDestination(1, -1);

Cheers and welcome here,
Ingo




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