Skip to content

DocumentPermission

@scaryterry/pdfium


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 MemberValueDescriptionDefined in
AddOrModifyAnnotations32Add or modify annotations and form fields.src/core/types.ts:923
Assemble1024Assemble the document (insert, rotate, delete pages).src/core/types.ts:929
CopyOrExtract16Copy or extract text and graphics.src/core/types.ts:921
ExtractForAccessibility512Extract text and graphics for accessibility.src/core/types.ts:927
FillForms256Fill in interactive form fields.src/core/types.ts:925
ModifyContents8Modify the contents of the document.src/core/types.ts:919
Print4Print the document.src/core/types.ts:917
PrintHighQuality2048Print at high quality.src/core/types.ts:931