| Package | Description |
|---|---|
| org.verapdf.metadata.fixer.gf | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.pdfa.results |
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
|
| org.verapdf.processor | |
| org.verapdf.processor.reports |
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
GFMetadataFixerImpl.fixMetadata(InputStream toFix,
OutputStream outputRepaired,
ValidationResult result) |
MetadataFixerResult |
GFMetadataFixerImpl.fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
PDFAValidator.validate(PDFAParser toValidate)
This method validates an InputStream, presumably believed to be a PDF/A
document of a specific flavour that matches the ValidationProfile
supported by the PDFAValidator instance.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
MetadataFixer.fixMetadata(InputStream toFix,
OutputStream outputRepaired,
ValidationResult result) |
MetadataFixerResult |
MetadataFixer.fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResults.defaultResult()
Returns an immutable default instance of a ValidationResult.
|
static ValidationResult |
ValidationResults.resultFromValues(PDFAFlavour flavour,
ProfileDetails profileDetails,
Set<TestAssertion> assertions) |
static ValidationResult |
ValidationResults.resultFromValues(PDFAFlavour flavour,
ProfileDetails profileDetails,
Set<TestAssertion> assertions,
boolean isCompliant) |
static ValidationResult |
ValidationResults.resultFromValues(PDFAFlavour flavour,
ProfileDetails profileDetails,
Set<TestAssertion> assertions,
boolean isCompliant,
int totalAssertions) |
static ValidationResult |
ValidationResults.resultFromXmlString(String xmlSource) |
static ValidationResult |
ValidationResults.stripPassedTests(ValidationResult toStrip)
Strips any
TestAssertions where
assertion.getStatus() == TestAssertion.Status.PASSED from
toStrip and returns a new ValidationResult without the
passed assertions. |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResults.stripPassedTests(ValidationResult toStrip)
Strips any
TestAssertions where
assertion.getStatus() == TestAssertion.Status.PASSED from
toStrip and returns a new ValidationResult without the
passed assertions. |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ProcessorResult.getValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationDetails |
Reports.fromValues(ValidationResult result,
boolean logPassedChecks,
int maxFailedChecks)
Creates a new
ValidationDetails instance from the passed
parameters |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.