Uses of Class
com.qoppa.pdf.DocumentInfo

Packages that use DocumentInfo
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. 
 

Uses of DocumentInfo in com.qoppa.pdf
 

Methods in com.qoppa.pdf that return DocumentInfo
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 DocumentInfo in com.qoppa.pdfText
 

Methods in com.qoppa.pdfText that return DocumentInfo
 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.)