| Package | Description |
|---|---|
| org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
| org.apache.pdfbox.io |
This package contains IO streams.
|
| org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
| Constructor | Description |
|---|---|
COSDocument(ScratchFile scratchFile) |
Constructor that will use the provide memory handler for storage of the
PDF streams.
|
COSStream(ScratchFile scratchFile) |
Creates a new stream with an empty dictionary.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ScratchFile |
ScratchFile.getMainMemoryOnlyInstance() |
Getter for an instance using only unrestricted main memory for buffering
(same as
new ScratchFile(MemoryUsageSetting.setupMainMemoryOnly())). |
| Constructor | Description |
|---|---|
PDFParser(RandomAccessRead source,
java.lang.String decryptionPassword,
java.io.InputStream keyStore,
java.lang.String alias,
ScratchFile scratchFile) |
Constructor.
|
PDFParser(RandomAccessRead source,
java.lang.String decryptionPassword,
ScratchFile scratchFile) |
Constructor.
|
PDFParser(RandomAccessRead source,
ScratchFile scratchFile) |
Constructor.
|
Copyright © 2002–2018. All rights reserved.