| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| Modifier and Type | Method and Description |
|---|---|
List<PDOutputIntent> |
PDDocumentCatalog.getOutputIntents()
Get the list of OutputIntents defined in the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocumentCatalog.addOutputIntent(PDOutputIntent outputIntent)
Add an OutputIntent to the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocumentCatalog.setOutputIntents(List<PDOutputIntent> outputIntents)
Replace the list of OutputIntents of the document.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.