Package org.apache.tika.metadata
Interface AccessPermissions
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Until we can find a common standard, we'll use these options. They
were mostly derived from PDFBox's AccessPermission, but some can
apply to other document formats, especially CAN_MODIFY and FILL_IN_FORM.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated.Can the user insert/rotate/delete pages.static final PropertyDeprecated.Can any modifications be made to the documentstatic final PropertyDeprecated.Can the user modify annotationsstatic final PropertyDeprecated.Can the user print the documentstatic final PropertyDeprecated.Can the user print an image-degraded version of the document.static final PropertyDeprecated.Should content be extracted, generally.static final PropertyDeprecated.Should content be extracted for the purposes of accessibility.static final PropertyDeprecated.Can the user fill in a formstatic final StringDeprecated.
-
Field Details
-
PREFIX
Deprecated.- See Also:
-
CAN_MODIFY
Deprecated.Can any modifications be made to the document -
EXTRACT_CONTENT
Deprecated.Should content be extracted, generally. -
EXTRACT_FOR_ACCESSIBILITY
Deprecated.Should content be extracted for the purposes of accessibility. -
ASSEMBLE_DOCUMENT
Deprecated.Can the user insert/rotate/delete pages. -
FILL_IN_FORM
Deprecated.Can the user fill in a form -
CAN_MODIFY_ANNOTATIONS
Deprecated.Can the user modify annotations -
CAN_PRINT
Deprecated.Can the user print the document -
CAN_PRINT_DEGRADED
Deprecated.Can the user print an image-degraded version of the document.
-