Uses of Interface
com.qoppa.preflight.results.PreflightResults

Packages that use PreflightResults
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of PreflightResults in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess that return PreflightResults
 PreflightResults PDFDocument.preflightDocument(VerificationProfile profile)
          This method runs this document through a preflight profile and returns the results.
 PreflightResults PDFDocument.preflightDocument(VerificationProfile profile, PreflightProgress progress)
          This method runs this document through a preflight profile and returns the results.
 PreflightResults PDFDocument.preflightDocument(ConversionProfile profile, PreflightProgress progress, OutputStream outStream)
          This method runs this document through a preflight profile and returns the results.
 PreflightResults PDFDocument.preflightDocument(Profile profile, PreflightProgress progress)
          This method runs this document through a preflight profile and returns the results.
 PreflightResults PDFDocument.preflightDocument(Profile profile)
          This method runs this document through a preflight profile and returns the results.