Package | Description |
---|---|
com.qoppa.pdf.permissions |
This package contains classes related to document permissions.
|
Modifier and Type | Method and Description |
---|---|
Restrictions |
AllPDFPermissions.getAssembleDocumentRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts assembling the document:
|
Restrictions |
AllPDFPermissions.getChangeDocumentRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts changing the document:
|
Restrictions |
AllPDFPermissions.getExtractTextGraphicsForAccessibilityRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts extracting text graphics for accessibility:
|
Restrictions |
AllPDFPermissions.getExtractTextGraphicsRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts extracting text graphics:
|
Restrictions |
AllPDFPermissions.getFillFormFieldsRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts filling form fields:
|
Restrictions |
AllPDFPermissions.getModifyAnnotsRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts modifying annotations:
|
Restrictions |
AllPDFPermissions.getPrintHighResRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts printing the document at high resolution:
|
Restrictions |
AllPDFPermissions.getPrintRestrictions(boolean checkOwnerPassword)
Returns a new Restrictions object that contains information about which type of Permission restricts printing the document:
|