Skip to content

zeropdf v1.3.0


zeropdf / DocumentPermissions

Interface: DocumentPermissions

Defined in: src/types.ts:186

Permission flags used when creating an encrypted PDF.

Properties

PropertyTypeDescriptionDefined in
accessibility?booleanWhether text/graphics extraction for accessibility is permitted (bit 3).src/types.ts:196
annotating?booleanWhether annotation and form editing is permitted for encrypted output.src/types.ts:194
assemble?booleanWhether document assembly (insert/rotate/delete pages) is permitted (bit 9).src/types.ts:198
copying?booleanWhether text and graphics copying is permitted for encrypted output.src/types.ts:192
fillForms?booleanWhether filling in form fields is permitted (bit 12).src/types.ts:202
highQualityPrint?booleanWhether high-quality printing is permitted (bit 10).src/types.ts:200
modifying?booleanWhether document modification is permitted for encrypted output.src/types.ts:190
printing?booleanWhether printing is permitted for encrypted output.src/types.ts:188

Released under the ISC license.