Uses of Class
com.qoppa.preflight.profiles.Profile

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

Uses of Profile in com.qoppa.pdfProcess
 

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

Uses of Profile in com.qoppa.preflight.profiles
 

Subclasses of Profile in com.qoppa.preflight.profiles
 class PDFA_1_B_Conversion
           
 class PDFA_1_B_Verification
           
 class PDFA_1_Profile
           
 class PDFX_1a_2001
          Implementation of the PDF/X-1a:2001 profile.
 class PDFX_1a_2003
          Implementation of the PDF/X-1a:2003 profile.
 class PDFX_1a_Profile
          Abstract implementation of the PDF/X-1a profile.
 class PDFX_3_2002
          Implementation of the PDF/X-3:2002 profile.
 class PDFX_3_2003
          Implementation of the PDF/X-3:2003 profile.
 class PDFX_3_Profile
          Abstract implementation of the PDF/X-3 profile.