Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFXRefStream.addEntry(COSWriterXRefEntry entry)
Add an new entry to the XRef stream.
|
Modifier and Type | Method and Description |
---|---|
static COSWriterXRefEntry |
COSWriterXRefEntry.getNullEntry()
This will return a null entry: 0000000000 65535 f.
|
Modifier and Type | Method and Description |
---|---|
protected List<COSWriterXRefEntry> |
COSWriter.getXRefEntries()
This will get the xref entries.
|
Modifier and Type | Method and Description |
---|---|
protected void |
COSWriter.addXRefEntry(COSWriterXRefEntry entry)
add an entry in the x ref table for later dump.
|
int |
COSWriterXRefEntry.compareTo(COSWriterXRefEntry obj) |
Modifier and Type | Method and Description |
---|---|
protected Long[] |
COSWriter.getXRefRanges(List<COSWriterXRefEntry> xRefEntriesList)
check the xref entries and write out the ranges.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.