Class PDOutputIntent
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent
- All Implemented Interfaces:
COSObjectable
An Output Intent describes the colour reproduction characteristics of a possible output
device or production condition.
Output intents provide a means for matching the colour characteristics of a PDF document with
those of a target output device or production environment in which the document will be printed.
- Author:
- Guillaume Bailleul
-
Constructor Summary
ConstructorsConstructorDescriptionPDOutputIntent
(COSDictionary dictionary) PDOutputIntent
(PDDocument doc, InputStream colorProfile) -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.getInfo()
void
void
setOutputCondition
(String value) void
void
setRegistryName
(String value)
-
Constructor Details
-
PDOutputIntent
- Throws:
IOException
-
PDOutputIntent
-
-
Method Details
-
getCOSObject
Description copied from interface:COSObjectable
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-
getDestOutputIntent
-
getInfo
-
setInfo
-
getOutputCondition
-
setOutputCondition
-
getOutputConditionIdentifier
-
setOutputConditionIdentifier
-
getRegistryName
-
setRegistryName
-