| 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.
|
| Constructor and Description |
|---|
COSDocument(ICOSParser parser)
Constructor.
|
COSDocument(org.apache.pdfbox.io.RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction,
ICOSParser parser)
Constructor that will use the provided function to create a stream cache for the storage of the PDF streams.
|
COSObject(COSBase object,
ICOSParser parser)
Constructor.
|
COSObject(COSObjectKey key,
ICOSParser parser)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BruteForceParser
Brute force parser to be used as last resort if a malformed pdf can't be read.
|
class |
COSParser
COS-Parser which first reads startxref and xref tables in order to know valid objects and parse only these objects.
|
class |
FDFParser |
class |
PDFParser |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.