Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdfText |
jPDFText main classes, used to extract text content from PDF documents.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFPassword
Implementation of the IPassword interface that can hold either a single password or a
list of passwords.
|
Modifier and Type | Method and Description |
---|---|
static DocumentInfo |
DocumentInfo.getDocumentInfo(InputStream inStream,
IPassword password)
Static method to get the document information from a document from an InputStream.
|
static DocumentInfo |
DocumentInfo.getDocumentInfo(String fileName,
IPassword passwords)
Static method to get the document information from a document in a file.
|
static DocumentInfo |
DocumentInfo.getDocumentInfo(URL url,
IPassword password)
Static method to get the document information from a document from a URL.
|
Modifier and Type | Method and Description |
---|---|
static DocumentInfo |
PDFText.getDocumentInfo(InputStream inStream,
IPassword password)
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|
Constructor and Description |
---|
PDFText(InputStream inStream,
IPassword password)
Creates a PDFText object from a PDF InputStream.
|
PDFText(String fileName,
IPassword password)
Loads a PDFText object from a file.
|
PDFText(URL url,
IPassword password)
Loads a PDFText object from a URL.
|