Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent
Packages that use PDOutputIntent
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of PDOutputIntent in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDOutputIntentModifier and TypeMethodDescriptionPDDocumentCatalog.getOutputIntents()Get the list of OutputIntents defined in the document.Methods in org.apache.pdfbox.pdmodel with parameters of type PDOutputIntentModifier and TypeMethodDescriptionvoidPDDocumentCatalog.addOutputIntent(PDOutputIntent outputIntent) Add an OutputIntent to the list.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDOutputIntentModifier and TypeMethodDescriptionvoidPDDocumentCatalog.setOutputIntents(List<PDOutputIntent> outputIntents) Replace the list of OutputIntents of the document.