Module: Poppler::Permissions
- Defined in:
- (unknown)
Constant Summary collapse
- OK_TO_PRINT =
document can be printer
1 or :ok_to_print
- OK_TO_MODIFY =
document contents can be modified
2 or :ok_to_modify
- OK_TO_COPY =
document can be copied
4 or :ok_to_copy
- OK_TO_ADD_NOTES =
annotations can added to the document
8 or :ok_to_add_notes
- OK_TO_FILL_FORM =
interactive form fields can be filled in
16 or :ok_to_fill_form
- OK_TO_EXTRACT_CONTENTS =
extract text and graphics (in support of accessibility to users with disabilities or for other purposes). Since 0.18
32 or :ok_to_extract_contents
- OK_TO_ASSEMBLE =
assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images). Since 0.18
64 or :ok_to_assemble
- OK_TO_PRINT_HIGH_RESOLUTION =
document can be printer at high resolution. Since 0.18
128 or :ok_to_print_high_resolution
- FULL =
document permits all operations
255 or :full