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.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of DocumentInfo in com.qoppa.pdf
 

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

Uses of DocumentInfo in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return DocumentInfo
 DocumentInfo IPDFDocument.getDocumentInfo()
          Returns a DocumentInfo object containing the PDF standard document info if present.
 

Uses of DocumentInfo in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess that return DocumentInfo
 DocumentInfo PDFDocument.getDocumentInfo()
          Returns an object representing the document metadata information (author, title, etc.).