| 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.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| Class | Description |
|---|---|
| ConformingPDFParser |
| Class | Description |
|---|---|
| BaseParser |
This class is used to contain parsing logic that will be used by both the
PDFParser and the COSStreamParser.
|
| PDFParser |
This class will handle the parsing of the PDF document.
|
| PDFXRef | |
| XrefTrailerResolver |
This class will collect all XRef/trailer objects and creates correct
xref/trailer information after all objects are read using startxref
and 'Prev' information (unused XRef/trailer objects are discarded).
|
| Class | Description |
|---|---|
| BaseParser |
This class is used to contain parsing logic that will be used by both the
PDFParser and the COSStreamParser.
|
| ConformingPDFParser |