SI.40 PDF Security Provider Subsets

This is the subset required in the report's onLoad Handler script when used in conjunction with an appropriate PDF security provider, and accessed through the docInfo object.

The following properties are available:

pdf.password.owner – password that provides owner access to document (as entered in Adobe software).

pdf.password.user – password that provides user access to document (as entered in Adobe software); required to use any security property.

pdf.permission.add [true/false] – provides the ability to add/modify; maps to “Commenting” feature.

pdf.permission.change [true/false] – provides the ability to change anything; maps to “Changing the Document and Document Assembly” feature.

pdf.permission.copy [true/false] – provides the ability to copy; maps to “Content Copying or Extraction” and “Content Extraction for Accessibility” features.

pdf.permission.print [true/false] – provides the ability to print; maps to “Printing” feature.

To use these security features, you must have an implementation of the Java Cryptography Extension on your classpath. Sun provides a default implementation with the JRE. To use this, add the {JAVA_HOME}/jre/lib/security folder to your classpath.

<< setVisible(string, boolean) © 1996-2013 InetSoft Technology Corporation (v11.4) SI.41 StyleReport Object >>