sempdf
sempdf v1.9.1Interfaces

Interface: DocumentOutputIntentOptions

sempdf v1.9.1


sempdf / DocumentOutputIntentOptions

Defined in: src/types.ts:437

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:447
channels?1 | 4 | 3Number of color channels in the ICC profile.src/types.ts:449
info?stringDocument information dictionary values.src/types.ts:443
outputConditionIdentifier?stringOutput condition identifier recorded in the output intent.src/types.ts:441
profileBinaryDataICC profile bytes for the output intent.src/types.ts:439
registryName?stringOutput intent registry name.src/types.ts:445

On this page