Uses of Class
org.apache.pdfbox.preflight.graphic.ICCProfileWrapper
Packages that use ICCProfileWrapper
-
Uses of ICCProfileWrapper in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as ICCProfileWrapperModifier and TypeFieldDescriptionprivate ICCProfileWrapperPreflightContext.iccProfileWrapperThis wrapper contains the ICCProfile used by the PDF file.Methods in org.apache.pdfbox.preflight that return ICCProfileWrapperMethods in org.apache.pdfbox.preflight with parameters of type ICCProfileWrapperModifier and TypeMethodDescriptionvoidPreflightContext.setIccProfileWrapper(ICCProfileWrapper iccProfileWrapper) -
Uses of ICCProfileWrapper in org.apache.pdfbox.preflight.graphic
Fields in org.apache.pdfbox.preflight.graphic declared as ICCProfileWrapperModifier and TypeFieldDescriptionprotected ICCProfileWrapperStandardColorSpaceHelper.iccpwThe ICCProfile contained in the DestOutputIntentMethods in org.apache.pdfbox.preflight.graphic that return ICCProfileWrapperModifier and TypeMethodDescriptionstatic ICCProfileWrapperICCProfileWrapper.getOrSearchICCProfile(PreflightContext context) private static ICCProfileWrapperICCProfileWrapper.searchFirstICCProfile(PreflightContext context) This method read all outputIntent dictionary until on of them have a destOutputProfile stream.