Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
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 |
---|---|
DocumentInfo |
IPDFDocument.getDocumentInfo()
Returns a DocumentInfo object containing the PDF standard document info
if present.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
PDFDocument.getDocumentInfo()
Returns an object representing the document metadata information (author, title, etc.).
|