Uses of Interface
com.itextpdf.pdfoptimizer.util.traversing.IPdfObjectPredicate
Package
Description
-
Uses of IPdfObjectPredicate in com.itextpdf.pdfoptimizer.handlers.fontduplication.predicates
Modifier and TypeClassDescriptionclass
Checks if currentPdfObject
is a fontPdfDictionary
. -
Uses of IPdfObjectPredicate in com.itextpdf.pdfoptimizer.handlers.util
Modifier and TypeClassDescriptionclass
Checks if currentPdfObject
is aPdfImageXObject
. -
Uses of IPdfObjectPredicate in com.itextpdf.pdfoptimizer.util
Modifier and TypeMethodDescriptionstatic List
DocumentStructureUtils.search
(com.itextpdf.kernel.pdf.PdfDocument document, IPdfObjectPredicate predicate) Collects all objects matches the provided predicate. -
Uses of IPdfObjectPredicate in com.itextpdf.pdfoptimizer.util.traversing
ModifierConstructorDescriptionSearchAction
(IPdfObjectPredicate predicate) Creates a new instance of searching action.