| Package | Description |
|---|---|
| org.verapdf.processor | |
| org.verapdf.report |
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
|
| Modifier and Type | Method and Description |
|---|---|
ItemDetails |
ProcessorResult.getProcessedItem() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorResult |
ItemProcessor.process(ItemDetails fileDetails,
InputStream toProcess)
Method performs pdf validation with given options
|
| Modifier and Type | Method and Description |
|---|---|
static ItemDetails |
ItemDetails.fromFile(File file) |
static ItemDetails |
ItemDetails.fromValues(String name) |
static ItemDetails |
ItemDetails.fromValues(String name,
long size) |
| Modifier and Type | Method and Description |
|---|---|
static MachineReadableReport |
MachineReadableReport.fromValues(ItemDetails item,
ValidationProfile profile,
ValidationResult validationResult,
boolean reportPassedChecks,
int maxFailuresDisplayed,
MetadataFixerResult fixerResult,
FeatureExtractionResult collection,
AuditDuration duration) |
static CliReport |
CliReport.fromValues(ItemDetails details,
ValidationResult result,
FeaturesReport features) |
static void |
ItemDetails.toXml(ItemDetails toConvert,
OutputStream stream,
Boolean prettyXml) |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.