Skip to content

DocumentPermission

@scaryterry/pdfium


Defined in: src/core/types.ts:925

PDF document permission flags.

Bit flags indicating what operations are permitted on the document. These match the PDF specification permission bits.

Enumeration MemberValueDescriptionDefined in
AddOrModifyAnnotations32Add or modify annotations and form fields.src/core/types.ts:933
Assemble1024Assemble the document (insert, rotate, delete pages).src/core/types.ts:939
CopyOrExtract16Copy or extract text and graphics.src/core/types.ts:931
ExtractForAccessibility512Extract text and graphics for accessibility.src/core/types.ts:937
FillForms256Fill in interactive form fields.src/core/types.ts:935
ModifyContents8Modify the contents of the document.src/core/types.ts:929
Print4Print the document.src/core/types.ts:927
PrintHighQuality2048Print at high quality.src/core/types.ts:941