| Package | Description | 
|---|---|
| org.apache.pdfbox.cos | 
 These are the low level objects that make up a PDF document. 
 | 
| org.apache.pdfbox.pdfparser | 
 The pdfparser package contains classes to parse PDF documents and objects within the document. 
 | 
| org.apache.pdfbox.pdfwriter | 
 This is the persistence layer used to write the PDFBox documents to a stream. 
 | 
| org.apache.pdfbox.preflight.process | 
| Modifier and Type | Method and Description | 
|---|---|
COSObjectKey | 
COSDocument.getKey(COSBase object)
Returns the COSObjectKey for a given COS object, or null if there is none. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<COSObjectKey,Long> | 
COSDocument.getXrefTable()
Returns the xrefTable which is a mapping of ObjectKeys
 to byte offsets in the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
COSObjectKey.compareTo(COSObjectKey other)  | 
COSObject | 
COSDocument.getObjectFromPool(COSObjectKey key)
This will get an object from the pool. 
 | 
COSObject | 
COSDocument.removeObject(COSObjectKey key)
Removes an object from the object pool. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
COSDocument.addXRefTable(Map<COSObjectKey,Long> xrefTableValues)
Populate XRef HashMap with given values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<COSObjectKey,Long> | 
XrefTrailerResolver.getXrefTable()
Gets the resolved xref table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XrefTrailerResolver.setXRef(COSObjectKey objKey,
       long offset)
Populate XRef HashMap of current XRef object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
COSObjectKey | 
COSWriterXRefEntry.getKey()
This will get the Object key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<COSBase,COSObjectKey> | 
COSWriter.getObjectKeys()
This will get all available object keys. 
 | 
| Constructor and Description | 
|---|
COSWriterXRefEntry(long start,
                  COSBase obj,
                  COSObjectKey keyValue)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
CatalogValidationProcess.validateICCProfile(COSBase destOutputProfile,
                  Map<COSObjectKey,Boolean> mapDestOutputProfile,
                  PreflightContext ctx)
This method checks the destOutputProfile which must be a valid ICCProfile. 
 | 
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.