| Package | Description |
|---|---|
| org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected XrefTrailerResolver |
PDFParser.xrefTrailerResolver |
Collects all Xref/trailer objects and resolves them into single
object using startxref reference.
|
| Constructor | Description |
|---|---|
PDFXrefStreamParser(COSStream strm,
COSDocument doc,
boolean forceParsing,
XrefTrailerResolver resolver) |
Constructor.
|