|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IPassword | |
| com.qoppa.pdf | General classes used by different objects throughout the library. |
| com.qoppa.pdfImages | Main jPDFImages package. |
| Uses of IPassword in com.qoppa.pdf |
| Classes in com.qoppa.pdf that implement IPassword | |
class |
PDFPassword
Implementation of the IPassword interface that can hold either a single password or a list of passwords. |
| Methods in com.qoppa.pdf with parameters of type IPassword | |
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(InputStream inStream,
IPassword password)
Static method to get the document information from a document from an InputStream. |
static DocumentInfo |
DocumentInfo.getDocumentInfo(URL url,
IPassword password)
Static method to get the document information from a document from a URL. |
| Uses of IPassword in com.qoppa.pdfImages |
| Constructors in com.qoppa.pdfImages with parameters of type IPassword | |
PDFDocument(String fileName,
IPassword password)
Loads a PDF document from a file. |
|
PDFDocument(InputStream inStream,
IPassword password)
Loads a PDF document from an InputStream. |
|
PDFDocument(URL url,
IPassword password)
Loads a PDF document from a URL. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||