Uses of Enum
com.itextpdf.pdfoptimizer.PdfOptimizerProfile
Packages that use PdfOptimizerProfile
-
Uses of PdfOptimizerProfile in com.itextpdf.pdfoptimizer
Methods in com.itextpdf.pdfoptimizer that return PdfOptimizerProfileModifier 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.Methods in com.itextpdf.pdfoptimizer with parameters of type PdfOptimizerProfileModifier and TypeMethodDescriptionstatic PdfOptimizer
PdfOptimizerFactory.getPdfOptimizerByProfile
(PdfOptimizerProfile profile) Creates a new instance of PdfOptimizer with predefinedPdfOptimizerProfile
. -
Uses of PdfOptimizerProfile in com.itextpdf.pdfoptimizer.statistics
Methods in com.itextpdf.pdfoptimizer.statistics that return PdfOptimizerProfileModifier and TypeMethodDescriptionProfileNameStatisticsEvent.getPdfOptimizerProfile()
Gets name of profile used in PDF document during optimization of which these event was send.Constructors in com.itextpdf.pdfoptimizer.statistics with parameters of type PdfOptimizerProfileModifierConstructorDescriptionProfileNameStatisticsEvent
(PdfOptimizerProfile pdfOptimizerProfile, com.itextpdf.commons.actions.data.ProductData productData) Creates an instance of this class based on theProductData
and the profile name.