| Package | Description |
|---|---|
| org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConformingPDFParser |
COSUnread.getParser() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
COSUnread.setParser(ConformingPDFParser parser) |
| Constructor | Description |
|---|---|
COSDictionaryLateBinding(ConformingPDFParser parser) |
|
COSUnread(long objectNumber,
long generation,
ConformingPDFParser parser) |
| Modifier and Type | Method | Description |
|---|---|---|
ConformingPDFParser |
ConformingPDDocument.getParser() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConformingPDDocument.setParser(ConformingPDFParser parser) |