Adobe InDesign CS6 (8.0) Object Model JS: PDFColorSpace

InDesign CS6

 Options for specifying how to represent color information in the exported PDF.

Value

NameDescriptionValue
PDFColorSpace.CMYKRepresents all color values using CYMK color space.1129142603 = 'CMYK'
PDFColorSpace.GRAYConverts all color values to high-quality black-and-white images. Gray levels of the converted objects represent the luminosity of the original objects.1766290041 = 'iGry'
PDFColorSpace.REPURPOSE_CMYKRepurposes CMYK colors.1917013337 = 'rCMY'
PDFColorSpace.REPURPOSE_RGBRepurposes RGB colors.1917994818 = 'rRGB'
PDFColorSpace.RGBRepresents all color values using the RGB color space. Best suited for documents that will be viewed onscreen.1666336578 = 'cRGB'
PDFColorSpace.UNCHANGED_COLOR_SPACELeaves each image in its original color space.1970161251 = 'unFc'

Usage

As property

PDFExportPreference.pdfColorSpace

PDFExportPreset.pdfColorSpace

Jongware, 28-Apr-2012 v3.0.3hContents :: Index