PDFPermissions Data Type

All permissions in the PDF Document including password permissions, DocMDP permissions, usage rights, and signature permissions.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
docMDPPermissions Permissions element 0/1 The DocMDP permissions in the document.
passwordPermissions Permissions element 0/1 The document's password permissions.
signaturePermissions Permissions element 0/1 The document's signature permissions.
usageRightsPermissions Permissions element 0/1 The document's usage rights.

Example

<PDFPermissions>
  <passwordPermissions>
    <assembleDocumentAllowed>...</assembleDocumentAllowed>
    <changeDocumentAllowed>...</changeDocumentAllowed>
    <extractTextAllowed>...</extractTextAllowed>
    <extractTextForAccessibilityAllowed>...</extractTextForAccessibilityAllowed>
    <fillFormFieldsAllowed>...</fillFormFieldsAllowed>
    <modifyAnnotationsAllowed>...</modifyAnnotationsAllowed>
    <printAllowed>...</printAllowed>
    <printHighResolutionAllowed>...</printHighResolutionAllowed>
  </passwordPermissions>
  <docMDPPermissions>
    <assembleDocumentAllowed>...</assembleDocumentAllowed>
    <changeDocumentAllowed>...</changeDocumentAllowed>
    <extractTextAllowed>...</extractTextAllowed>
    <extractTextForAccessibilityAllowed>...</extractTextForAccessibilityAllowed>
    <fillFormFieldsAllowed>...</fillFormFieldsAllowed>
    <modifyAnnotationsAllowed>...</modifyAnnotationsAllowed>
    <printAllowed>...</printAllowed>
    <printHighResolutionAllowed>...</printHighResolutionAllowed>
  </docMDPPermissions>
  <usageRightsPermissions>
    <assembleDocumentAllowed>...</assembleDocumentAllowed>
    <changeDocumentAllowed>...</changeDocumentAllowed>
    <extractTextAllowed>...</extractTextAllowed>
    <extractTextForAccessibilityAllowed>...</extractTextForAccessibilityAllowed>
    <fillFormFieldsAllowed>...</fillFormFieldsAllowed>
    <modifyAnnotationsAllowed>...</modifyAnnotationsAllowed>
    <printAllowed>...</printAllowed>
    <printHighResolutionAllowed>...</printHighResolutionAllowed>
  </usageRightsPermissions>
  <signaturePermissions>
    <assembleDocumentAllowed>...</assembleDocumentAllowed>
    <changeDocumentAllowed>...</changeDocumentAllowed>
    <extractTextAllowed>...</extractTextAllowed>
    <extractTextForAccessibilityAllowed>...</extractTextForAccessibilityAllowed>
    <fillFormFieldsAllowed>...</fillFormFieldsAllowed>
    <modifyAnnotationsAllowed>...</modifyAnnotationsAllowed>
    <printAllowed>...</printAllowed>
    <printHighResolutionAllowed>...</printHighResolutionAllowed>
  </signaturePermissions>
</PDFPermissions>