Attribute and values
|
Description
|
||
userPassword = CDATA
|
Specifies a user password that is needed to view the PDF file.
|
||
masterPassword = CDATA
|
Specifies a password to override security restrictions (noPrint, noModify, noCopy, noAnnots, noForms, noAccessible, noAssemble, noHiresPrint) that are applied when the PDF file is created This password must be different than the user password.
|
||
noPrint = yes | no
|
When set to yes, prevents printing of the PDF file. You must also specify a masterPassword when this attribute is set to yes.
|
||
noModify = yes | no
|
When set to yes, prevents modifying of the PDF file. You must also specify a masterPassword when this attribute is set to yes.
|
||
noCopy = yes | no
|
When set to yes, prevents copying and extracting text and graphics, and disables the accessibility interface of the PDF file. You must also specify a masterPassword when this attribute is set to yes.
|
||
noAnnots = yes | no
|
When set to yes, prevents adding or changing comments or form fields in the PDF File. You must also specify a masterPassword when this attribute is set to yes.
|
||
noForms = yes | no
|
When set to yes, prevents changing form fields in the PDF file. You must also specify a masterPassword when this attribute is set to yes.
|
||
noAccessible = yes | no
|
When set to yes, prevents extracting text and graphics in the PDF file for accessibility purposes (such as for a screen reader program). You must also specify a masterPassword when this attribute is set to yes.
|
||
noAssemble = yes | no
|
When set to yes, prevents inserting, deleting, or rotating pages, and creating bookmarks and thumbnails in the PDF file. You must also specify a masterPassword when this attribute is set to yes.
|
||
noHiresprint = yes | no
|
When set to yes, prevents high-resolution printing of the PDF file. If noprint = yes, printing is restricted to the “print as image” option. You must also specify a masterPassword when this attribute is set to yes.
|