Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PDOutputIntent> |
PDDocumentCatalog.getOutputIntent() |
Get the list of OutputIntents defined in the document.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.addOutputIntent(PDOutputIntent outputIntent) |
Add an OutputIntent to the list.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.setOutputIntents(java.util.List<PDOutputIntent> outputIntents) |
Replace the list of OutputIntents of the document.
|