Permissions for operating on the PDF document.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
assembleDocumentAllowed | boolean | element | 1/1 | True of document assembly is allowed. | |
changeDocumentAllowed | boolean | element | 1/1 | True if changing the document is allowed. | |
extractTextAllowed | boolean | element | 1/1 | True if text extraction is allowed. | |
extractTextForAccessibilityAllowed | boolean | element | 1/1 | True if extracting text for accessibility is allowed. | |
fillFormFieldsAllowed | boolean | element | 1/1 | True if filling form fields is allowed. | |
modifyAnnotationsAllowed | boolean | element | 1/1 | True if modifying annotations is allowed. | |
printAllowed | boolean | element | 1/1 | True if printing is allowed. | |
printHighResolutionAllowed | boolean | element | 1/1 | True if printing in high resolution is allowed. |
Example
<Permissions> <assembleDocumentAllowed>...</assembleDocumentAllowed> <changeDocumentAllowed>...</changeDocumentAllowed> <extractTextAllowed>...</extractTextAllowed> <extractTextForAccessibilityAllowed>...</extractTextForAccessibilityAllowed> <fillFormFieldsAllowed>...</fillFormFieldsAllowed> <modifyAnnotationsAllowed>...</modifyAnnotationsAllowed> <printAllowed>...</printAllowed> <printHighResolutionAllowed>...</printHighResolutionAllowed> </Permissions>