| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.model.impl.pb.pd |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputIntentFeaturesObject |
PBFeaturesObjectCreator.createOutputIntentFeaturesObject(PDOutputIntent outInt,
String iccProfileID)
Creates new PBOutputIntentsFeaturesObjectAdapter
|
| Constructor and Description |
|---|
PBOutputIntentsFeaturesObjectAdapter(PDOutputIntent outInt,
String iccProfileID)
Constructs new OutputIntent Feature Object adapter
|
| Constructor and Description |
|---|
PBoxPDOutputIntent(PDOutputIntent simplePDObject,
PDDocument document,
PDFAFlavour flavour) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.