public static class

PDFACompat.PDFACompliance

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.pdfa.PDFACompat.PDFACompliance

Summary

Public Methods
static void Destroy(long impl)
static int GetError(long impl, int idx)
static int GetErrorCount(long impl)
static String GetPDFAErrorMessage(int id)
static int GetRefObj(long impl, int id, int obj_idx)
static int GetRefObjCount(long impl, int id)
static long PDFAComplianceCreate(boolean convert, String file_path, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs, boolean first_stop)
static long PDFAComplianceCreate(boolean convert, String file_path, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs)
static long PDFAComplianceCreate(boolean convert, byte[] buf, int numbyte, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs, boolean first_stop)
static long PDFAComplianceCreate(boolean convert, String file_path, String password, int[] exceptions, int numexceptions)
static long PDFAComplianceCreate(boolean convert, byte[] buf, int numbyte, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs)
static long PDFAComplianceCreate(boolean convert, byte[] buf, int numbyte, String password, int[] exceptions, int numexceptions)
static byte[] Save(long impl, boolean linearized)
static void Save(long impl, String file_path, boolean linearized)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void Destroy (long impl)

public static int GetError (long impl, int idx)

public static int GetErrorCount (long impl)

public static String GetPDFAErrorMessage (int id)

public static int GetRefObj (long impl, int id, int obj_idx)

public static int GetRefObjCount (long impl, int id)

public static long PDFAComplianceCreate (boolean convert, String file_path, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs, boolean first_stop)

public static long PDFAComplianceCreate (boolean convert, String file_path, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs)

public static long PDFAComplianceCreate (boolean convert, byte[] buf, int numbyte, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs, boolean first_stop)

public static long PDFAComplianceCreate (boolean convert, String file_path, String password, int[] exceptions, int numexceptions)

public static long PDFAComplianceCreate (boolean convert, byte[] buf, int numbyte, String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs)

public static long PDFAComplianceCreate (boolean convert, byte[] buf, int numbyte, String password, int[] exceptions, int numexceptions)

public static byte[] Save (long impl, boolean linearized)

public static void Save (long impl, String file_path, boolean linearized)