Package org.verapdf.features.objects
Interface DocSecurityFeaturesObjectAdapter
- All Superinterfaces:
FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanMethods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
Method Details
-
getFilter
String getFilter() -
getSubFilter
String getSubFilter() -
getVersion
int getVersion() -
getLength
int getLength() -
getHexEncodedOwnerKey
String getHexEncodedOwnerKey() -
getHexEncodedUserKey
String getHexEncodedUserKey() -
isEncryptMetadata
boolean isEncryptMetadata() -
isUserPermissionsPresent
boolean isUserPermissionsPresent() -
isPrintAllowed
boolean isPrintAllowed() -
isPrintDegradedAllowed
boolean isPrintDegradedAllowed() -
isChangesAllowed
boolean isChangesAllowed() -
isModifyAnnotationsAllowed
boolean isModifyAnnotationsAllowed() -
isFillingSigningAllowed
boolean isFillingSigningAllowed() -
isDocumentAssemblyAllowed
boolean isDocumentAssemblyAllowed() -
isExtractContentAllowed
boolean isExtractContentAllowed() -
isExtractAccessibilityAllowed
boolean isExtractAccessibilityAllowed()
-