pdftools_sdk.pdf.permission
Classes
|
The permissions allowed by a PDF document |
- class pdftools_sdk.pdf.permission.Permission(value)[source]
Bases:
Flag
The permissions allowed by a PDF document
See
pdftools_sdk.pdf.document.Document.permissions
to read the permissions of a PDF document.See
pdftools_sdk.pdf.output_options.OutputOptions.encryption
to set the permissions when encrypting a PDF document.
- NONE = 0
- PRINT = 4
- MODIFY = 8
- COPY = 16
- ANNOTATE = 32
- FILL_FORMS = 256
- SUPPORT_DISABILITIES = 512
- ASSEMBLE = 1024
- DIGITAL_PRINT = 2048
- ALL = 3900