Uses of Class
com.realobjects.pdfreactor.Configuration.ColorSpaceSettings
-
Uses of Configuration.ColorSpaceSettings in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.ColorSpaceSettings.setCmykIccProfile
(Configuration.Resource cmykIccProfile) Specifies the ICC profile which defines the CMYK color space into or from which CSS colors and images are converted, ifenabled
.Configuration.ColorSpaceSettings.setConversionEnabled
(Boolean conversionEnabled) Enables the conversion of CSS colors and images to thetarget color space
using thespecified CMYK ICC profile
or naively if there is none.Configuration.ColorSpaceSettings.setTargetColorSpace
(Configuration.ColorSpace targetColorSpace) Specifies the target color-space of the PDF, i.e.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setColorSpaceSettings
(Configuration.ColorSpaceSettings colorSpaceSettings) Specifies color space related settings.