| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.features.pb.tools | |
| org.verapdf.features.tools | |
| org.verapdf.model | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.report |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
FeaturesReporter.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
IFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractionResult |
PBFeatureParser.getFeaturesCollection(PDDocument document,
FeatureExtractorConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
static FeatureExtractionResult |
PBFeatureParser.getFeaturesCollection(PDDocument document,
List<AbstractFeaturesExtractor> extractors,
FeatureExtractorConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
PBFontFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBTilingPatternFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBSignatureFeaturesObject.reportFeatures(FeatureExtractionResult collection) |
FeatureTreeNode |
PBShadingPatternFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBShadingFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPropertiesDictFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPostScriptXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBOutputIntentsFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBOutlinesFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBMetadataFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBLowLvlInfoFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBImageXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBFormXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBExtGStateFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBEmbeddedFileFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBDocSecurityFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBInfoDictFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBICCProfileFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBColorSpaceFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBAnnotationFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPageFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureTreeNode |
PBCreateNodeHelper.addDeviceColorSpaceNode(String name,
PDColor color,
FeatureTreeNode parent,
FeatureExtractionResult collection)
Creates new node for device color space
|
static FeatureTreeNode |
PBCreateNodeHelper.createDateNode(String nodeName,
FeatureTreeNode parent,
Calendar date,
FeatureExtractionResult collection)
Creates node with date value formatted in XML format from the given
Calendar
|
static FeatureTreeNode |
PBCreateNodeHelper.parseMetadata(PDMetadata metadata,
String nodeName,
FeatureTreeNode parent,
FeatureExtractionResult collection)
Creates FeatureTreeNode with name
nodeName, parent
parent, and content which is a stream r epresentation of the
metadata content. |
| Modifier and Type | Method and Description |
|---|---|
static String |
ErrorsHelper.addErrorIntoCollection(FeatureExtractionResult collection,
FeatureTreeNode element,
String errorMessageArg)
Adds an error to a
FeaturesCollection |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
ModelParser.getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
ModelParser.getFeatures(FeatureExtractorConfig config,
List<AbstractFeaturesExtractor> extractors) |
| Modifier and Type | Method and Description |
|---|---|
FeatureExtractionResult |
PDFAParser.getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
PDFAParser.getFeatures(FeatureExtractorConfig config,
List<AbstractFeaturesExtractor> extractors) |
| Modifier and Type | Method and Description |
|---|---|
static FeaturesReport |
FeaturesReport.fromValues(FeatureExtractionResult collection) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.