Uses of Interface
com.qoppa.preflight.profiles.PreflightProgress

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

Uses of PreflightProgress in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess with parameters of type PreflightProgress
 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.