DocumentPermission
Defined in: src/core/types.ts:915
PDF document permission flags.
Bit flags indicating what operations are permitted on the document. These match the PDF specification permission bits.
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
AddOrModifyAnnotations | 32 | Add or modify annotations and form fields. | src/core/types.ts:923 |
Assemble | 1024 | Assemble the document (insert, rotate, delete pages). | src/core/types.ts:929 |
CopyOrExtract | 16 | Copy or extract text and graphics. | src/core/types.ts:921 |
ExtractForAccessibility | 512 | Extract text and graphics for accessibility. | src/core/types.ts:927 |
FillForms | 256 | Fill in interactive form fields. | src/core/types.ts:925 |
ModifyContents | 8 | Modify the contents of the document. | src/core/types.ts:919 |
Print | 4 | Print the document. | src/core/types.ts:917 |
PrintHighQuality | 2048 | Print at high quality. | src/core/types.ts:931 |