| 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 and Description |
|---|---|
ConformingPDFParser |
COSUnread.getParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
COSUnread.setParser(ConformingPDFParser parser) |
| Constructor and Description |
|---|
COSDictionaryLateBinding(ConformingPDFParser parser) |
COSUnread(long objectNumber,
long generation,
ConformingPDFParser parser) |
| Modifier and Type | Method and Description |
|---|---|
ConformingPDFParser |
ConformingPDDocument.getParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConformingPDDocument.setParser(ConformingPDFParser parser) |
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.