| Package | Description |
|---|---|
| org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
| Modifier and Type | Field and Description |
|---|---|
protected XrefTrailerResolver |
COSParser.xrefTrailerResolver
Collects all Xref/trailer objects and resolves them into single
object using startxref reference.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BruteForceParser.bfSearchForObjStreams(XrefTrailerResolver trailerResolver,
SecurityHandler<? extends ProtectionPolicy> securityHandler)
Brute force search for all objects streams of a pdf.
|
void |
PDFXrefStreamParser.parse(XrefTrailerResolver resolver)
Parses through the unfiltered stream and populates the xrefTable HashMap.
|
protected COSDictionary |
BruteForceParser.rebuildTrailer(XrefTrailerResolver trailerResolver,
SecurityHandler<? extends ProtectionPolicy> securityHandler)
Rebuild the trailer dictionary if startxref can't be found.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.