Uses of Interface
com.itextpdf.pdfoptimizer.handlers.converters.ICsConverter
Package
Description
-
Uses of ICsConverter in com.itextpdf.pdfoptimizer.handlers
Modifier and TypeMethodDescriptionColorSpaceConverter.getCsConverter()
Gets a current color space converter instance.Modifier and TypeMethodDescriptionColorSpaceConverter.setCsConverter
(ICsConverter csConverter) Sets a color space converter instance. -
Uses of ICsConverter in com.itextpdf.pdfoptimizer.handlers.converters
Modifier and TypeClassDescriptionclass
This is the abstract class for color space converters which are used to convert PDF objects in the original color space to PDF objects in target color space.class
Class is used to convert color space of PDF objects from DeviceCmyk to DeviceRgb.class
Class is used to convert color space of PDF objects from DeviceRgb to DeviceCmyk.