PdfXConvertOptions
Overview
PdfXConvertOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: bytes, convertColor, iccProfile, identifier, n, outputCondition, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
iccProfile | : { bytes: Uint8Array; n: 1 | 3 | 4; identifier?: string } | Read | Output-intent ICC profile to embed. |
bytes | : Uint8Array | Read | Gets the bytes. |
n | : 1 | 3 | 4 | Read | Gets the n. |
identifier | : string | Read | Gets the identifier. |
outputCondition | : string | Read | Registered characterization name used when no profile is embedded. |
outputProfileRef | : string | Read | External profile URL/filename, required for ‘4p’ without an embedded profile. |
trapped | : 'True' | 'False' | Read | /Info /Trapped value written when absent or /Unknown. |
convertColor | : boolean | Read | Opt-in naive DeviceRGB → DeviceCMYK content rewrite. |
preserve | : ConvertCategory[] | Read | Destructive-removal categories to skip (then reported unresolved). |