sempdf
sempdf v1.9.1Interfaces

Interface: DocumentPermissions

sempdf v1.9.1


sempdf / DocumentPermissions

Defined in: src/types.ts:205

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:215
annotating?booleanWhether annotation and form editing is permitted for encrypted output.src/types.ts:213
assemble?booleanWhether document assembly (insert/rotate/delete pages) is permitted (bit 9).src/types.ts:217
copying?booleanWhether text and graphics copying is permitted for encrypted output.src/types.ts:211
fillForms?booleanWhether filling in form fields is permitted (bit 12).src/types.ts:221
highQualityPrint?booleanWhether high-quality printing is permitted (bit 10).src/types.ts:219
modifying?booleanWhether document modification is permitted for encrypted output.src/types.ts:209
printing?booleanWhether printing is permitted for encrypted output.src/types.ts:207

On this page