| Package | Description | 
|---|---|
| com.pdfunit | 
 This is the main package for testing PDF documents. 
 | 
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PDFVersion11
Class, representing the version PDF-1.1. 
 | 
class  | 
PDFVersion12
Class, representing the version PDF-1.2. 
 | 
class  | 
PDFVersion13
Class, representing the version PDF-1.3. 
 | 
class  | 
PDFVersion14
Class, representing the version PDF-1.4. 
 | 
class  | 
PDFVersion15
Class, representing the version PDF-1.5. 
 | 
class  | 
PDFVersion16
Class, representing the version PDF-1.6. 
 | 
class  | 
PDFVersion17
Class, representing the version PDF-1.7. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static PDFVersion | 
Constants.PDFVERSION_11
Instance representing the PDF version string "1.1". 
 | 
static PDFVersion | 
Constants.PDFVERSION_12
Instance representing the PDF version string "1.2". 
 | 
static PDFVersion | 
Constants.PDFVERSION_13
Instance representing the PDF version string "1.3". 
 | 
static PDFVersion | 
Constants.PDFVERSION_14
Instance representing the PDF version string "1.4". 
 | 
static PDFVersion | 
Constants.PDFVERSION_15
Instance representing the PDF version string "1.5". 
 | 
static PDFVersion | 
Constants.PDFVERSION_16
Instance representing the PDF version string "1.6". 
 | 
static PDFVersion | 
Constants.PDFVERSION_17
Instance representing the PDF version string "1.7". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PDFVersion | 
PDFVersion11.getInstance()  | 
static PDFVersion | 
PDFVersion12.getInstance()  | 
static PDFVersion | 
PDFVersion13.getInstance()  | 
static PDFVersion | 
PDFVersion14.getInstance()  | 
static PDFVersion | 
PDFVersion15.getInstance()  | 
static PDFVersion | 
PDFVersion16.getInstance()  | 
static PDFVersion | 
PDFVersion17.getInstance()  | 
static PDFVersion | 
PDFVersion.withValue(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
VersionValidator | 
VersionValidator.greaterThan(PDFVersion lowerLimitExclusive)
This method does what the name suggests. 
 | 
VersionValidator | 
VersionValidator.lessThan(PDFVersion upperLimitExclusive)
This method does what the name suggests. 
 | 
void | 
MultiDocumentVersionValidator.matching(PDFVersion expectedVersion)
This method checks that each PDF document has the expected PDF version. 
 | 
VersionValidator | 
VersionValidator.matching(PDFVersion expectedVersion)
This method does what the name suggests. 
 | 
Copyright (C) PDFUnit.com. See here for license.