Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.messages |
Classes for error messages, used as a key in messages.properties.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Field and Description |
---|---|
static Standard |
Constants.PDFA_1A
This constant let PDFUnit validate against PDF/A-1a.
|
static Standard |
Constants.PDFA_1B
This constant let PDFUnit validate against PDF/A-1b.
|
Modifier and Type | Method and Description |
---|---|
static Standard |
Standard.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Standard[] |
Standard.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PDFAComplianceMessage(com.pdfunit.internal.spi.IDocument testDocument,
Standard pdfAStandard,
org.apache.pdfbox.preflight.ValidationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
CompliesWithValidator.pdfStandard(Standard standard) |
MultiDocumentCompliesWithValidator |
MultiDocumentCompliesWithValidator.pdfStandard(Standard standard) |
Copyright (C) PDFUnit.com. See here for license.