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.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. 
com.qoppa.preflight.results   
 

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.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.pdfAssemble
 

Methods in com.qoppa.pdfAssemble that return DocumentInfo
 DocumentInfo PDFAssemble.getDocumentInfo()
          Returns a DocumentInfo object containing the information section of a PDF document (author, title, etc.)
 

Uses of DocumentInfo in com.qoppa.pdfFields
 

Methods in com.qoppa.pdfFields that return DocumentInfo
 DocumentInfo PDFFields.getDocumentInfo()
          Returns a DocumentInfo object containing the information section of a PDF document (author, title, etc.)
 

Uses of DocumentInfo in com.qoppa.pdfImages
 

Methods in com.qoppa.pdfImages that return DocumentInfo
 DocumentInfo PDFImages.getDocumentInfo()
          Returns a DocumentInfo object containing the information section of a PDF document (author, title, etc.)
 

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.).
 

Methods in com.qoppa.pdfProcess with parameters of type DocumentInfo
 void PDFDocument.setDocumentInfo(DocumentInfo newInfo)
          Deprecated. The DocumentInfo object returned by getDocumentInfo() is now a mutable object, so any changes to the object using any of its set methods will be saved with the document. Calls to this method will have no effect.
 

Uses of DocumentInfo in com.qoppa.pdfSecure
 

Methods in com.qoppa.pdfSecure that return DocumentInfo
 DocumentInfo PDFSecure.getDocumentInfo()
          Returns a DocumentInfo object containing the information section of a PDF document (author, title, etc.)
 

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.)
 

Uses of DocumentInfo in com.qoppa.preflight.results
 

Methods in com.qoppa.preflight.results that return DocumentInfo
 DocumentInfo PreflightResults.getDocumentInfo()
          Gets the information for the document that was preflighted.