Uses of Class
com.itextpdf.pdfoptimizer.AbstractOptimizationHandler
Packages that use AbstractOptimizationHandler
-
Uses of AbstractOptimizationHandler in com.itextpdf.pdfoptimizer
Methods in com.itextpdf.pdfoptimizer with parameters of type AbstractOptimizationHandlerModifier and TypeMethodDescriptionPdfOptimizer.addOptimizationHandler(AbstractOptimizationHandler handler) Appends provided instance ofAbstractOptimizationHandlerto the current handler chain. -
Uses of AbstractOptimizationHandler in com.itextpdf.pdfoptimizer.handlers
Subclasses of AbstractOptimizationHandler in com.itextpdf.pdfoptimizer.handlersModifier and TypeClassDescriptionclassThis is the class is used to convert color space of objects located in the transferredPdfDocument.classPerforms maximal compression of everyPdfStreamand full compression of thePdfDocument.classLooks for font dictionary duplications and merges them.classMerges similar fonts into one (with it's subsetting) and replace them in the document.classMakes a subset of the font glyphs used in document.classLooks for image streams and performs theirs optimization.classLooks for equal streams and performs optimization by replacing them with a reference to a single stream.