com.pdfjet
Class Compliance

java.lang.Object
  extended by com.pdfjet.Compliance

public class Compliance
extends java.lang.Object

Used to set PDF/A compliance. See the constructors in the PDF class.


Field Summary
static int PDF_A_1B
           
static int PDF_UA
           
 
Constructor Summary
Compliance()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDF_A_1B

public static final int PDF_A_1B
See Also:
Constant Field Values

PDF_UA

public static final int PDF_UA
See Also:
Constant Field Values
Constructor Detail

Compliance

public Compliance()