Package | Description |
---|---|
org.apache.pdfbox.multipdf | |
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.
|
Modifier and Type | Method | Description |
---|---|---|
PDMetadata |
PDFMergerUtility.getDestinationMetadata() |
Set the destination metadata that is to be set in
PDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting) . |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFMergerUtility.setDestinationMetadata(PDMetadata meta) |
Set the destination metadata that is to be set in
PDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting) . |
Modifier and Type | Method | Description |
---|---|---|
PDMetadata |
PDDocumentCatalog.getMetadata() |
Get the metadata that is part of the document catalog.
|
PDMetadata |
PDPage.getMetadata() |
Get the metadata that is part of the document catalog.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.setMetadata(PDMetadata meta) |
Sets the metadata for this object.
|
void |
PDPage.setMetadata(PDMetadata meta) |
Set the metadata for this object.
|
Modifier and Type | Method | Description |
---|---|---|
PDMetadata |
PDStream.getMetadata() |
Get the metadata that is part of the document catalog.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDStream.setMetadata(PDMetadata meta) |
Set the metadata for this object.
|
Modifier and Type | Method | Description |
---|---|---|
PDMetadata |
PDImageXObject.getMetadata() |
Returns the metadata associated with this XObject, or null if there is none.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDImageXObject.setMetadata(PDMetadata meta) |
Sets the metadata associated with this XObject, or null if there is none.
|
Copyright © 2002–2018. All rights reserved.