Interface | Description |
---|---|
PDFContent |
Interface used to read PDF content.
|
PDFSource |
Represents a source of PDF content.
|
Class | Description |
---|---|
ByteArrayPDFSource |
Implementation of the PDFSource interface when the document comes from a byte array.
|
EmptyPDFSource |
Implementation of the PDFSource interface when the document has no source, such as when creating a new document.
|
FilePDFSource |
Implementation of the PDFSource interface when the document comes from a file.
|
InputStreamPDFSource |
Implementation of the PDFSource interface when the document comes from an input stream.
|
MBBPDFSource |
Implementation of the PDFSource interface that uses a MappedByteBuffer.
|
RAFilePDFSource |
Implementation of the PDFSource interface that uses a RandomAccessFile.
|
URLOnDemandPDFSource |
Implementation of the PDFSource interface that will load sections of a PDF on demand.
|
URLPDFSource |
Implementation of the PDFSource interface when the document comes from a URL.
|