Skip to content

zeropdf v1.3.0


zeropdf / DocumentOutputIntentOptions

Interface: DocumentOutputIntentOptions

Defined in: src/types.ts:390

ICC output profile options for generated documents.

Properties

PropertyTypeDescriptionDefined in
alternate?"DeviceRGB" | "DeviceCMYK" | "DeviceGray"Fallback device color space for the ICC profile.src/types.ts:400
channels?1 | 4 | 3Number of color channels in the ICC profile.src/types.ts:402
info?stringDocument information dictionary values.src/types.ts:396
outputConditionIdentifier?stringOutput condition identifier recorded in the output intent.src/types.ts:394
profileBinaryDataICC profile bytes for the output intent.src/types.ts:392
registryName?stringOutput intent registry name.src/types.ts:398

Released under the ISC license.