java.lang.Object
org.sejda.sambox.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 TypeMethodDescriptiongetInfo()voidvoidsetOutputCondition(String value) voidvoidsetRegistryName(String value)
-
Constructor Details
-
PDOutputIntent
- Throws:
IOException
-
PDOutputIntent
-
-
Method Details
-
getCOSObject
- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The
COSBasethat matches this Java object.
-
getDestOutputIntent
-
getInfo
-
setInfo
-
getOutputCondition
-
setOutputCondition
-
getOutputConditionIdentifier
-
setOutputConditionIdentifier
-
getRegistryName
-
setRegistryName
-