| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.document.PdfVersion | |
PDF versions supported by PSPDFKit.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PdfVersion | PDF_1_0 | PDF 1.0 | |||||||||
| PdfVersion | PDF_1_1 | PDF 1.1 | |||||||||
| PdfVersion | PDF_1_2 | PDF 1.2 | |||||||||
| PdfVersion | PDF_1_3 | PDF 1.3 | |||||||||
| PdfVersion | PDF_1_4 | PDF 1.4 | |||||||||
| PdfVersion | PDF_1_5 | PDF 1.5 | |||||||||
| PdfVersion | PDF_1_6 | PDF 1.6 | |||||||||
| PdfVersion | PDF_1_7 | PDF 1.7 | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getMajorVersion()
Get major version number of this PDF version.
| ||||||||||
| int |
getMaxEncryptionKeyLength()
Returns the maximum length for the encryption key for this version.
| ||||||||||
| int |
getMinorVersion()
Get minor version number of this PDF version.
| ||||||||||
| static PdfVersion | valueOf(String name) | ||||||||||
| final static PdfVersion[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Get major version number of this PDF version.
Returns the maximum length for the encryption key for this version.
Get minor version number of this PDF version.