public final class PDOutputIntent extends Object implements COSObjectable
| Constructor and Description |
|---|
PDOutputIntent(COSDictionary dictionary) |
PDOutputIntent(PDDocument doc,
InputStream colorProfile)
Create an output intent of GTS_PDFA1 subtype.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
COSStream |
getDestOutputIntent() |
String |
getInfo() |
String |
getOutputCondition() |
String |
getOutputConditionIdentifier() |
String |
getRegistryName() |
void |
setInfo(String value) |
void |
setOutputCondition(String value) |
void |
setOutputConditionIdentifier(String value) |
void |
setRegistryName(String value) |
public PDOutputIntent(PDDocument doc, InputStream colorProfile) throws IOException
doc - The document.colorProfile - the ICC color profile input stream. You can close it after construction.IOException - If an I/O error occurs while reading the stream.IllegalArgumentException - If the stream does not contain valid ICC Profile data.public PDOutputIntent(COSDictionary dictionary)
public COSDictionary getCOSObject()
COSObjectablegetCOSObject in interface COSObjectablepublic COSStream getDestOutputIntent()
public String getInfo()
public void setInfo(String value)
public String getOutputCondition()
public void setOutputCondition(String value)
public String getOutputConditionIdentifier()
public void setOutputConditionIdentifier(String value)
public String getRegistryName()
public void setRegistryName(String value)
Copyright © 2002–2026 The Apache Software Foundation. All rights reserved.