PdfXConvertOptions

PdfXConvertOptions

Overview

PdfXConvertOptions is a interface in Aspose.PDF FOSS for TypeScript.

Properties: bytes, convertColor, iccProfile, identifier, n, outputCondition, and 3 more.

Properties

NameTypeAccessDescription
iccProfile: { bytes: Uint8Array; n: 1 | 3 | 4; identifier?: string }ReadOutput-intent ICC profile to embed.
bytes: Uint8ArrayReadGets the bytes.
n: 1 | 3 | 4ReadGets the n.
identifier: stringReadGets the identifier.
outputCondition: stringReadRegistered characterization name used when no profile is embedded.
outputProfileRef: stringReadExternal profile URL/filename, required for ‘4p’ without an embedded profile.
trapped: 'True' | 'False'Read/Info /Trapped value written when absent or /Unknown.
convertColor: booleanReadOpt-in naive DeviceRGB → DeviceCMYK content rewrite.
preserve: ConvertCategory[]ReadDestructive-removal categories to skip (then reported unresolved).