SaveOptions
Overview
SaveOptions is a class in Aspose.PDF FOSS for TypeScript.
Inherits from: SerializeOptions.
Options for Save/WriteTo.
Properties: compressed, encrypt, linearized, streamFilter.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
compressed | : boolean | Read | Emit a cross-reference stream + compressed object streams (ObjStm) instead of a classic xref table. |
encrypt | : EncryptOptions | PubSecEncryptOptions | Read | Encrypt the output: password-based standard handler ({@link EncryptOptions}) or certificate-based PubSec ({@link PubSecEncryptOptions}). |
linearized | : boolean | Read | Emit a linearized (“Fast Web View”) layout (classic xref, plaintext only). |
streamFilter | : StreamFilterName | Read | Re-encode eligible data streams with this byte-filter on Save. |