| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
| org.apache.pdfbox.pdmodel.graphics.image |
This package deals with images that are stored in a PDF document.
|
| org.apache.pdfbox.preflight.font.descriptor | |
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.features.pb.tools | |
| org.verapdf.model.impl.pb.pd |
| Modifier and Type | Method and Description |
|---|---|
PDMetadata |
PDPage.getMetadata()
Get the metadata that is part of the document catalog.
|
PDMetadata |
PDDocumentCatalog.getMetadata()
Get the metadata that is part of the document catalog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDPage.setMetadata(PDMetadata meta)
Set the metadata for this object.
|
void |
PDDocumentCatalog.setMetadata(PDMetadata meta)
Sets the metadata for this object.
|
| Modifier and Type | Method and Description |
|---|---|
PDMetadata |
PDStream.getMetadata()
Get the metadata that is part of the document catalog.
|
PDMetadata |
PDMemoryStream.getMetadata()
Get the metadata that is part of the document catalog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDStream.setMetadata(PDMetadata meta)
Set the metadata for this object.
|
void |
PDMemoryStream.setMetadata(PDMetadata meta)
Set the metadata for this object.
|
| Modifier and Type | Method and Description |
|---|---|
PDMetadata |
PDImageXObjectProxy.getMetadata()
Returns the metadata associated with this XObject, or null if there is none.
|
PDMetadata |
PDImageXObject.getMetadata()
Returns the metadata associated with this XObject, or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDImageXObject.setMetadata(PDMetadata meta)
Sets the metadata associated with this XObject, or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
FontDescriptorHelper.getMetaDataStreamAsBytes(PDMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
static MetadataFeaturesObject |
PBFeaturesObjectCreator.createMetadataFeaturesObject(PDMetadata metadata)
Creates new PBMetadataFeaturesObjectAdapter
|
| Constructor and Description |
|---|
PBMetadataFeaturesObjectAdapter(PDMetadata metadata)
Constructs new Metadata Feature Object adapter
|
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
PBAdapterHelper.getMetadataStream(PDMetadata metadata) |
| Constructor and Description |
|---|
PBoxPDMetadata(PDMetadata simplePDObject,
Boolean isMainMetadata,
PDDocument document,
PDFAFlavour flavour) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.