Permissions for operating on the PDF document.
| name | data type | description |
|---|---|---|
| assembleDocumentAllowed | boolean | True of document assembly is allowed. |
| changeDocumentAllowed | boolean | True if changing the document is allowed. |
| extractTextAllowed | boolean | True if text extraction is allowed. |
| extractTextForAccessibilityAllowed | boolean | True if extracting text for accessibility is allowed. |
| fillFormFieldsAllowed | boolean | True if filling form fields is allowed. |
| modifyAnnotationsAllowed | boolean | True if modifying annotations is allowed. |
| printAllowed | boolean | True if printing is allowed. |
| printHighResolutionAllowed | boolean | True if printing in high resolution is allowed. |
Example
{
"assembleDocumentAllowed" : true,
"changeDocumentAllowed" : true,
"extractTextAllowed" : true,
"extractTextForAccessibilityAllowed" : true,
"fillFormFieldsAllowed" : true,
"modifyAnnotationsAllowed" : true,
"printAllowed" : true,
"printHighResolutionAllowed" : true
}