Uses of Class
com.qoppa.pdf.DocumentInfo

Packages that use DocumentInfo
com.qoppa.pdf General classes used by different objects throughout the library. 
 

Uses of DocumentInfo in com.qoppa.pdf
 

Methods in com.qoppa.pdf that return DocumentInfo
static DocumentInfo DocumentInfo.getDocumentInfo(String fileName, IPasswordHandler pwdHandler)
          Static method to get the document information from a document in a file.
static DocumentInfo DocumentInfo.getDocumentInfo(InputStream inStream, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from an InputStream.
static DocumentInfo DocumentInfo.getDocumentInfo(URL url, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from a URL.