| Package | Description |
|---|---|
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.pdfa.validators | |
| org.verapdf.report |
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationBatchReport |
BatchValidator.process(File toProcess) |
ValidationBatchReport |
BatchValidator.processArchive(File toProcess) |
ValidationBatchReport |
BatchValidator.processDirectory(File toProcess) |
| Modifier and Type | Method and Description |
|---|---|
ValidationBatchReport |
ReferenceBatchValidator.process(File toProcess) |
ValidationBatchReport |
ReferenceBatchValidator.processArchive(File toProcess) |
ValidationBatchReport |
ReferenceBatchValidator.processDirectory(File toProcess) |
| Modifier and Type | Method and Description |
|---|---|
ValidationBatchReport |
ValidationBatchReport.Builder.build() |
static ValidationBatchReport |
ValidationBatchReport.fromValues(BatchSummary batchSummary,
List<ValidationSummary> taskSummaries) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValidationBatchReport.toXml(ValidationBatchReport toConvert,
OutputStream stream,
Boolean prettyXml) |
static void |
ValidationBatchReport.toXml(ValidationBatchReport toConvert,
Writer writer,
Boolean prettyXml) |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.