Skip to content

SaveFlags

@scaryterry/pdfium


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

Flags controlling how a document is saved.

These flags control how the document is serialised. Incremental preserves the original data and appends changes; NoIncremental rewrites the file without encryption; RemoveSecurity removes all security handlers.

Enumeration MemberValueDescriptionDefined in
Incremental"Incremental"Incremental save.src/core/types.ts:805
NoIncremental"NoIncremental"Remove security (unencrypt).src/core/types.ts:807
None"None"No special flags.src/core/types.ts:803
RemoveSecurity"RemoveSecurity"Remove security.src/core/types.ts:809