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 TypeMethodDescriptionvoid
Image.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_Profile
ICC_Profile.getInstance
(byte[] data) static ICC_Profile
ICC_Profile.getInstance
(byte[] data, int numComponents) static ICC_Profile
ICC_Profile.getInstance
(InputStream file) static ICC_Profile
ICC_Profile.GetInstance
(String fname) Methods in com.itextpdf.text.pdf with parameters of type ICC_ProfileModifier and TypeMethodDescriptionvoid
PdfACopy.setOutputIntents
(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) void
PdfAStamperImp.setOutputIntents
(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) void
PdfAWriter.setOutputIntents
(String outputConditionIdentifier, String outputCondition, String registryName, String info, ICC_Profile colorProfile) void
PdfWriter.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