PDFColorSpace
Options for specifying how to represent color information in the exported PDF.
Class
Read Only
Number RGB = 1666336578
Represents all color values using the RGB color space. Best suited for documents that will be viewed onscreen.
Read Only
Number CMYK = 1129142603
Represents all color values using CYMK color space.
Read Only
Number UNCHANGED_COLOR_SPACE = 1970161251
Leaves each image in its original color space.
Read Only
Number REPURPOSE_RGB = 1917994818
Repurposes RGB colors.
Read Only
Number REPURPOSE_CMYK = 1917013337
Repurposes CMYK colors.
Read Only
Number GRAY = 1766290041
Converts all color values to high-quality black-and-white images. Gray levels of the converted objects represent the luminosity of the original objects.