| Package | Description |
|---|---|
| com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdfInputBuffer
Provides low-level methods for reading portions of a PDF document.
|
class |
PdfInputFile
Provides low-level methods for reading portions of a PDF document.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdfInput |
PdfReader._pdfInput |
| Modifier and Type | Method and Description |
|---|---|
PdfInput |
PdfReader.getInput()
Returns the
PdfInput instance associated with
this document. |
protected PdfInput |
PdfReader.getPdfInput() |
| Constructor and Description |
|---|
PdfReader(PdfInput pdfInput)
Creates a reader for a PDF document to be read from a
PdfInput source. |