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.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
Modifier and Type | Method and Description |
---|---|
PDDocumentInformation |
PDFMergerUtility.getDestinationDocumentInformation()
Get the destination document information that is to be set in
PDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting) . |
Modifier and Type | Method and Description |
---|---|
void |
PDFMergerUtility.setDestinationDocumentInformation(PDDocumentInformation info)
Set the destination document information that is to be set in
PDFMergerUtility.mergeDocuments(org.apache.pdfbox.io.MemoryUsageSetting) . |
Modifier and Type | Method and Description |
---|---|
PDDocumentInformation |
PDDocument.getDocumentInformation()
This will get the document info dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocument.setDocumentInformation(PDDocumentInformation info)
This will set the document information for this document.
|
Modifier and Type | Method and Description |
---|---|
PDDocumentInformation |
PDThread.getThreadInfo()
Get info about the thread, or null if there is nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
PDThread.setThreadInfo(PDDocumentInformation info)
Set the thread info, can be null.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.