PdfCompliance
Inheritance: java.lang.Object
public final class PdfCompliance
Allowing user to set PDF conversion’s Compatibility
Fields
Field | Description |
---|---|
NONE | Pdf format compatible with PDF 1.4 |
PDF_14 | Pdf format compatible with PDF 1.4 |
PDF_15 | Pdf format compatible with PDF 1.5 |
PDF_16 | Pdf format compatible with PDF 1.6 |
PDF_17 | Pdf format compatible with PDF 1.7 |
PDF_A_1_A | Pdf format compatible with PDF/A-1a(ISO 19005-1) |
PDF_A_1_B | Pdf format compatible with PDF/A-1b(ISO 19005-1) |
PDF_A_2_A | Pdf format compatible with PDF/A-2a(ISO 19005-2) |
PDF_A_2_B | Pdf format compatible with PDF/A-2b(ISO 19005-2) |
PDF_A_2_U | Pdf format compatible with PDF/A-2u(ISO 19005-2) |
PDF_A_3_A | Pdf format compatible with PDF/A-3a(ISO 19005-3) |
PDF_A_3_B | Pdf format compatible with PDF/A-3b(ISO 19005-3) |
PDF_A_3_U | Pdf format compatible with PDF/A-3u(ISO 19005-3) |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
NONE
public static final int NONE
Pdf format compatible with PDF 1.4
Remarks
NOTE: This member is now obsolete. Instead, please use PDF_14 property. This property will be removed 6 months later since November 2023. Aspose apologizes for any inconvenience you may have experienced.
PDF_14
public static final int PDF_14
Pdf format compatible with PDF 1.4
PDF_15
public static final int PDF_15
Pdf format compatible with PDF 1.5
PDF_16
public static final int PDF_16
Pdf format compatible with PDF 1.6
PDF_17
public static final int PDF_17
Pdf format compatible with PDF 1.7
PDF_A_1_A
public static final int PDF_A_1_A
Pdf format compatible with PDF/A-1a(ISO 19005-1)
PDF_A_1_B
public static final int PDF_A_1_B
Pdf format compatible with PDF/A-1b(ISO 19005-1)
PDF_A_2_A
public static final int PDF_A_2_A
Pdf format compatible with PDF/A-2a(ISO 19005-2)
PDF_A_2_B
public static final int PDF_A_2_B
Pdf format compatible with PDF/A-2b(ISO 19005-2)
PDF_A_2_U
public static final int PDF_A_2_U
Pdf format compatible with PDF/A-2u(ISO 19005-2)
PDF_A_3_A
public static final int PDF_A_3_A
Pdf format compatible with PDF/A-3a(ISO 19005-3)
PDF_A_3_B
public static final int PDF_A_3_B
Pdf format compatible with PDF/A-3b(ISO 19005-3)
PDF_A_3_U
public static final int PDF_A_3_U
Pdf format compatible with PDF/A-3u(ISO 19005-3)
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |