| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.config | |
| org.verapdf.features.pb | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| Constructor and Description |
|---|
FeaturesReporter(FeaturesConfig config) |
FeaturesReporter(FeaturesConfig config,
List<FeaturesExtractor> extractors)
Creates new FeaturesReporter
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesConfig |
FeaturesConfig.Builder.build() |
static FeaturesConfig |
FeaturesConfig.fromXml(InputStream toConvert)
Converts XML file to PluginsCollectionConfig,
|
static FeaturesConfig |
FeaturesConfig.fromXml(String toConvert)
Converts XML file to PluginsCollectionConfig,
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FeaturesConfig.toXml(FeaturesConfig toConvert,
Boolean prettyXml)
Converts PluginsCollectionConfig to XML,
|
static void |
FeaturesConfig.toXml(FeaturesConfig toConvert,
OutputStream stream,
Boolean prettyXml)
Converts PluginsCollectionConfig to XML,
|
| Modifier and Type | Method and Description |
|---|---|
static FeaturesCollection |
PBFeatureParser.getFeaturesCollection(PDDocument document,
FeaturesConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
static FeaturesCollection |
PBFeatureParser.getFeaturesCollection(PDDocument document,
List<FeaturesExtractor> extractors,
FeaturesConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesCollection |
PDFParser.getFeatures(FeaturesConfig config) |
FeaturesCollection |
PDFParser.getFeatures(FeaturesConfig config,
List<FeaturesExtractor> extractors) |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.