com.qoppa.preflight.profiles
Class PDFX_3_2003

java.lang.Object
  extended bycom.qoppa.preflight.profiles.Profile
      extended bycom.qoppa.preflight.profiles.PDFX_3_Profile
          extended bycom.qoppa.preflight.profiles.PDFX_3_2003

public class PDFX_3_2003
extends PDFX_3_Profile

Implementation of the PDF/X-3:2003 profile.

Author:
Qoppa Software

Constructor Summary
PDFX_3_2003()
          Constructs a new PDF/X-3:2003 profile.
 
Method Summary
 String getDescription()
          Returns a short, human readable description of this profile.
 String getName()
          Returns the name of this profile: "PDF/X-3:2003".
 
Methods inherited from class com.qoppa.preflight.profiles.Profile
getContentRules, getOperatorRules, getProfileList, getStructureRules, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFX_3_2003

public PDFX_3_2003()
Constructs a new PDF/X-3:2003 profile.

Method Detail

getName

public String getName()
Returns the name of this profile: "PDF/X-3:2003".

Specified by:
getName in class Profile
Returns:
The name of this profile.

getDescription

public String getDescription()
Returns a short, human readable description of this profile.

Specified by:
getDescription in class Profile
Returns:
A short description of the profile.