| Package | Description |
|---|---|
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.pdfa.validation.validators |
| Modifier and Type | Method and Description |
|---|---|
PDFAValidator |
VeraPDFFoundry.createFailFastValidator(PDFAFlavour flavour,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
requested fast failing behaviour and configured NOT to log passed checks. |
PDFAValidator |
VeraPDFFoundry.createFailFastValidator(ValidationProfile profile,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
requested fast failing behaviour and configured NOT to log passed checks. |
PDFAValidator |
VeraPDFFoundry.createValidator(PDFAFlavour flavour,
boolean logSuccess)
Creates a new
PDFAValidator instance that uses one of the
ValidationProfiles packaged as a core library resource. |
PDFAValidator |
VeraPDFFoundry.createValidator(ValidationProfile profile,
boolean logSuccess)
Creates a new
PDFAValidator initialised with the passed profile
and chosen passed test logging. |
PDFAValidator |
VeraPDFFoundry.createValidator(ValidatorConfig config)
Obtain a new
PDFAValidator instance. |
PDFAValidator |
VeraPDFFoundry.createValidator(ValidatorConfig config,
PDFAFlavour flavour)
Obtain a new
PDFAValidator instance that uses a custom
PDFAFlavour. |
PDFAValidator |
VeraPDFFoundry.createValidator(ValidatorConfig config,
ValidationProfile profile)
Obtain a new
PDFAValidator instance that uses a custom
ValidationProfile instance. |
| Modifier and Type | Method and Description |
|---|---|
static PDFAValidator |
ValidatorFactory.createValidator(PDFAFlavour flavour,
boolean logPassedChecks)
Creates a new
PDFAValidator instance that uses one of the
ValidationProfiles packaged as a core library resource. |
static PDFAValidator |
ValidatorFactory.createValidator(PDFAFlavour flavour,
boolean logPassedChecks,
int maxFailures)
Creates a new
PDFAValidator instance that uses one of the
ValidationProfiles packaged as a core library resource, see
Validators#createValidator(PDFAFlavour, boolean). |
static PDFAValidator |
ValidatorFactory.createValidator(PDFAFlavour flavour,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
requested fast failing behaviour and configured NOT to log passed checks. |
static PDFAValidator |
ValidatorFactory.createValidator(ValidationProfile profile)
Creates a new
PDFAValidator initialised with the passed profile
and configured NOT to log passed checks. |
static PDFAValidator |
ValidatorFactory.createValidator(ValidationProfile profile,
boolean logPassedChecks)
Creates a new
PDFAValidator initialised with the passed profile
and chosen passed test logging. |
static PDFAValidator |
ValidatorFactory.createValidator(ValidationProfile profile,
boolean logPassedChecks,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
chosen passed test logging and requested fast failing behaviour. |
static PDFAValidator |
ValidatorFactory.createValidator(ValidationProfile profile,
int maxFailures)
Creates a new
PDFAValidator initialised with the passed profile,
requested fast failing behaviour and configured NOT to log passed checks. |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.