Package | Description |
---|---|
com.qoppa.pdf.source |
PDFSource interface and implementations.
|
Modifier and Type | Method and Description |
---|---|
PDFContent |
ByteArrayPDFSource.getContent() |
PDFContent |
EmptyPDFSource.getContent() |
PDFContent |
FilePDFSource.getContent() |
PDFContent |
InputStreamPDFSource.getContent() |
PDFContent |
MBBPDFSource.getContent() |
PDFContent |
PDFSource.getContent()
Returns an object that implements PDFContent, that contains and can deliver the contents of the PDF document.
|
PDFContent |
RAFilePDFSource.getContent() |
PDFContent |
URLOnDemandPDFSource.getContent()
Create an object to implement PDFContent.
|
PDFContent |
URLPDFSource.getContent() |