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.pdfAssemble |
jPDFAssemble main classes, used to assemble PDF documents.
|
com.qoppa.pdfFields |
jPDFFields main classes, used to work with PDF interactive forms and fields.
|
com.qoppa.pdfImages |
jPDFImages main classes, used to convert PDF documents to images and images to PDF documents.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfSecure |
jPDFSecure main classes, used encrypt and digitally sign PDF documents.
|
com.qoppa.pdfText |
jPDFText main classes, used to extract text content from PDF documents.
|
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 |
PDFAssemble.getDocumentInfo()
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
PDFFields.getDocumentInfo()
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
PDFImages.getDocumentInfo()
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
PDFDocument.getDocumentInfo()
Returns an object representing the document metadata information (author, title, etc.).
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
PDFSecure.getDocumentInfo()
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
PDFText.getDocumentInfo()
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|
static DocumentInfo |
PDFText.getDocumentInfo(InputStream inStream,
IPassword password)
Returns a DocumentInfo object containing the information
section of a PDF document (author, title, etc.)
|