Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
PermissionValidator |
DocumentValidator.hasPermission()
This method prepares the validation of permissions of the current PDF documents.
|
PermissionValidator |
PermissionValidator.toAllowScreenReaders(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toAssembleDocument(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toExtractContent(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toFillInFields(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toModifyAnnotations(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toModifyContent(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toPrintInDegradedQualityOnly(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
PermissionValidator |
PermissionValidator.toPrintInHighQuality(boolean permissionType)
This method verifies that the current PDF document has the permission,
indicated by the name of this method.
|
Copyright (C) PDFUnit.com. See here for license.