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 | Field and Description |
---|---|
static CertifiedFor |
Constants.FORM_FILLING
Constant for the certified PDF.
|
static CertifiedFor |
Constants.FORM_FILLING_AND_ANNOTATIONS
Constant for the certified PDF.
|
static CertifiedFor |
Constants.NO_CHANGES_ALLOWED
Constant for the certified PDF.
|
Modifier and Type | Method and Description |
---|---|
static CertifiedFor |
CertifiedFor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertifiedFor[] |
CertifiedFor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CertifiedForValidator |
CertifiedForValidator.isCertifiedFor(CertifiedFor expectedCertificiedFor)
This method compares the name of 'certified for' of the current document with
the given parameter.
|
DocumentValidator |
DocumentValidator.isCertifiedFor(CertifiedFor expectedCertificationLevel)
Verifying that the certification level of the current PDF document is equal to the
expected certification level.
|
MultiDocumentValidator |
MultiDocumentCertifiedForValidator.isCertifiedFor(CertifiedFor expectedCertificationLevel) |
MultiDocumentValidator |
MultiDocumentValidator.isCertifiedFor(CertifiedFor expectedCertificationLevel)
This method verifies that each document of the given set of
PDF documents is certified for the expected level.
|
Copyright (C) PDFUnit.com. See here for license.