| Package | Description |
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.pdf |
| Modifier and Type | Field | Description |
|---|---|---|
protected ICC_Profile |
Image.profile |
ICC Profile attached
|
| Modifier and Type | Method | Description |
|---|---|---|
ICC_Profile |
Image.getICCProfile() |
Gets the images ICC profile.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Image.tagICC(ICC_Profile profile) |
Tags this image with an ICC profile.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ICC_Profile |
PdfWriter.colorProfile |
| Modifier and Type | Method | Description |
|---|---|---|
ICC_Profile |
PdfWriter.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(java.io.InputStream file) |
|
static ICC_Profile |
ICC_Profile.GetInstance(java.lang.String fname) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PdfACopy.setOutputIntents(java.lang.String outputConditionIdentifier,
java.lang.String outputCondition,
java.lang.String registryName,
java.lang.String info,
ICC_Profile colorProfile) |
|
void |
PdfAStamperImp.setOutputIntents(java.lang.String outputConditionIdentifier,
java.lang.String outputCondition,
java.lang.String registryName,
java.lang.String info,
ICC_Profile colorProfile) |
|
void |
PdfAWriter.setOutputIntents(java.lang.String outputConditionIdentifier,
java.lang.String outputCondition,
java.lang.String registryName,
java.lang.String info,
ICC_Profile colorProfile) |
|
void |
PdfWriter.setOutputIntents(java.lang.String outputConditionIdentifier,
java.lang.String outputCondition,
java.lang.String registryName,
java.lang.String info,
ICC_Profile colorProfile) |
Sets the values of the output intent dictionary.
|
| Constructor | Description |
|---|---|
PdfICCBased(ICC_Profile profile) |
Creates an ICC stream.
|
PdfICCBased(ICC_Profile profile,
int compressionLevel) |
Creates an ICC stream.
|
Copyright © 1998–2018. All rights reserved.