Package | Description |
---|---|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.preflight |
Modifier and Type | Field and Description |
---|---|
private XrefTrailerResolver |
PDFXrefStreamParser.xrefTrailerResolver |
protected XrefTrailerResolver |
COSParser.xrefTrailerResolver
Collects all Xref/trailer objects and resolves them into single
object using startxref reference.
|
Constructor and Description |
---|
PDFXrefStreamParser(COSStream stream,
COSDocument document,
XrefTrailerResolver resolver)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private XrefTrailerResolver |
PreflightContext.xrefTrailerResolver
Contains all Xref/trailer objects and resolves them into single object using startxref reference.
|
Modifier and Type | Method and Description |
---|---|
XrefTrailerResolver |
PreflightContext.getXrefTrailerResolver() |
Modifier and Type | Method and Description |
---|---|
void |
PreflightContext.setXrefTrailerResolver(XrefTrailerResolver xrefTrailerResolver) |