| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.gf | |
| org.verapdf.features.gf.objects | |
| org.verapdf.features.gf.tools | |
| org.verapdf.features.tools | |
| org.verapdf.gf.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 |
GFFeatureParser.getFeaturesCollection(PDDocument document,
FeatureExtractorConfig config)
Parses the document and returns Feature collection by using given
Features Reporter
|
static FeatureExtractionResult |
GFFeatureParser.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 |
GFTilingPatternFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFSignatureFeaturesObject.reportFeatures(FeatureExtractionResult featureExtractionResult) |
FeatureTreeNode |
GFShadingPatternFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFShadingFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFPropertiesDictFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFPostScriptXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFPageFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFOutputIntentsFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFOutlinesFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFMetadataFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFLowLvlInfoFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
GFInfoDictFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
GFImageXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFICCProfileFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
GFFormXObjectFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFFontFeaturesObject.reportFeatures(FeatureExtractionResult collection) |
FeatureTreeNode |
GFExtGStateFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
GFEmbeddedFileFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
GFDocSecurityFeaturesObject.reportFeatures(FeatureExtractionResult collection) |
FeatureTreeNode |
GFColorSpaceFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
FeatureTreeNode |
GFAnnotationFeaturesObject.reportFeatures(FeatureExtractionResult collection)
Reports featurereport into collection
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureTreeNode |
GFCreateNodeHelper.addDeviceColorSpaceNode(String name,
double[] color,
FeatureTreeNode parent,
FeatureExtractionResult collection)
Creates new node for device color space
|
static FeatureTreeNode |
GFCreateNodeHelper.createDateNode(String nodeName,
FeatureTreeNode parent,
Calendar date,
FeatureExtractionResult collection)
Creates node with date value formatted in XML format from the given
Calendar
|
static FeatureTreeNode |
GFCreateNodeHelper.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 |
GFModelParser.getFeatures(FeatureExtractorConfig config) |
FeatureExtractionResult |
GFModelParser.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–2016 The veraPDF Consortium. All rights reserved.