Uses of Class
com.itextpdf.text.pdf.ICC_Profile
Packages that use ICC_Profile
-
Uses of ICC_Profile in com.itextpdf.text
Fields in com.itextpdf.text declared as ICC_ProfileMethods in com.itextpdf.text that return ICC_ProfileMethods in com.itextpdf.text with parameters of type ICC_ProfileModifier and TypeMethodDescriptionvoidImage.tagICC(ICC_Profile profile) Tags this image with an ICC profile. -
Uses of ICC_Profile in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ICC_ProfileMethods in com.itextpdf.text.pdf that return ICC_ProfileModifier and TypeMethodDescriptionPdfWriter.getColorProfile()static ICC_ProfileICC_Profile.getInstance(byte[] data) static ICC_ProfileICC_Profile.getInstance(byte[] data, int numComponents) static ICC_ProfileICC_Profile.getInstance(InputStream file) static ICC_ProfileICC_Profile.GetInstance(String fname) Methods in com.itextpdf.text.pdf with parameters of type ICC_ProfileModifier and TypeMethodDescriptionvoidPdfACopy.setOutputIntents(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) voidPdfAStamperImp.setOutputIntents(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) voidPdfAWriter.setOutputIntents(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) voidPdfWriter.setOutputIntents(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) Sets the values of the output intent dictionary.Constructors in com.itextpdf.text.pdf with parameters of type ICC_ProfileModifierConstructorDescriptionPdfICCBased(ICC_Profile profile) Creates an ICC stream.PdfICCBased(ICC_Profile profile, int compressionLevel) Creates an ICC stream. -
Uses of ICC_Profile in com.itextpdf.text.pdf.codec
Fields in com.itextpdf.text.pdf.codec declared as ICC_Profile