public static class PDFACompat.PDFACompliance
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
Destroy(long impl) |
static int |
GetError(long impl,
int idx) |
static int |
GetErrorCount(long impl) |
static java.lang.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,
byte[] buf,
int numbyte,
java.lang.String password,
int[] exceptions,
int numexceptions) |
static long |
PDFAComplianceCreate(boolean convert,
byte[] buf,
int numbyte,
java.lang.String password,
int conf,
int[] exceptions,
int numexceptions,
int max_ref_objs) |
static long |
PDFAComplianceCreate(boolean convert,
byte[] buf,
int numbyte,
java.lang.String password,
int conf,
int[] exceptions,
int numexceptions,
int max_ref_objs,
boolean first_stop) |
static long |
PDFAComplianceCreate(boolean convert,
java.lang.String file_path,
java.lang.String password,
int[] exceptions,
int numexceptions) |
static long |
PDFAComplianceCreate(boolean convert,
java.lang.String file_path,
java.lang.String password,
int conf,
int[] exceptions,
int numexceptions,
int max_ref_objs) |
static long |
PDFAComplianceCreate(boolean convert,
java.lang.String file_path,
java.lang.String password,
int conf,
int[] exceptions,
int numexceptions,
int max_ref_objs,
boolean first_stop) |
static byte[] |
Save(long impl,
boolean linearized) |
static void |
Save(long impl,
java.lang.String file_path,
boolean linearized) |
public static long PDFAComplianceCreate(boolean convert, java.lang.String file_path, java.lang.String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs, boolean first_stop) throws PDFNetException
PDFNetException
public static long PDFAComplianceCreate(boolean convert, java.lang.String file_path, java.lang.String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs) throws PDFNetException
PDFNetException
public static long PDFAComplianceCreate(boolean convert, java.lang.String file_path, java.lang.String password, int[] exceptions, int numexceptions) throws PDFNetException
PDFNetException
public static long PDFAComplianceCreate(boolean convert, byte[] buf, int numbyte, java.lang.String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs, boolean first_stop) throws PDFNetException
PDFNetException
public static long PDFAComplianceCreate(boolean convert, byte[] buf, int numbyte, java.lang.String password, int conf, int[] exceptions, int numexceptions, int max_ref_objs) throws PDFNetException
PDFNetException
public static long PDFAComplianceCreate(boolean convert, byte[] buf, int numbyte, java.lang.String password, int[] exceptions, int numexceptions) throws PDFNetException
PDFNetException
public static void Save(long impl, java.lang.String file_path, boolean linearized) throws PDFNetException
PDFNetException
public static byte[] Save(long impl, boolean linearized) throws PDFNetException
PDFNetException
public static int GetErrorCount(long impl) throws PDFNetException
PDFNetException
public static int GetError(long impl, int idx) throws PDFNetException
PDFNetException
public static int GetRefObjCount(long impl, int id) throws PDFNetException
PDFNetException
public static int GetRefObj(long impl, int id, int obj_idx) throws PDFNetException
PDFNetException
public static java.lang.String GetPDFAErrorMessage(int id) throws PDFNetException
PDFNetException
public static void Destroy(long impl) throws PDFNetException
PDFNetException