Uses of Enum
com.itextpdf.pdfoptimizer.PdfOptimizerProfile
-
Uses of PdfOptimizerProfile in com.itextpdf.pdfoptimizer
Modifier and TypeMethodDescriptionstatic PdfOptimizerProfile
Returns the enum constant of this type with the specified name.static PdfOptimizerProfile[]
PdfOptimizerProfile.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic PdfOptimizer
PdfOptimizerFactory.getPdfOptimizerByProfile
(PdfOptimizerProfile profile) Creates a new instance of PdfOptimizer with predefinedPdfOptimizerProfile
. -
Uses of PdfOptimizerProfile in com.itextpdf.pdfoptimizer.statistics
Modifier and TypeMethodDescriptionProfileNameStatisticsEvent.getPdfOptimizerProfile()
Gets name of profile used in PDF document during optimization of which these event was send.ModifierConstructorDescriptionProfileNameStatisticsEvent
(PdfOptimizerProfile pdfOptimizerProfile, com.itextpdf.commons.actions.data.ProductData productData) Creates an instance of this class based on theProductData
and the profile name.