| 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 |
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturesCollection |
FeaturesReporter.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
FeatureTreeNode |
IFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
| 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 |
|---|---|
FeatureTreeNode |
PBTilingPatternFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBSignatureFeaturesObject.reportFeatures(FeaturesCollection collection) |
FeatureTreeNode |
PBShadingPatternFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBShadingFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPropertiesDictFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPostScriptXObjectFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBPageFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBOutputIntentsFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBOutlinesFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBMetadataFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBLowLvlInfoFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBInfoDictFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBImageXObjectFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBICCProfileFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBFormXObjectFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBFontFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBExtGStateFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBEmbeddedFileFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBDocSecurityFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports all features from the object into the collection
|
FeatureTreeNode |
PBColorSpaceFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
FeatureTreeNode |
PBAnnotationFeaturesObject.reportFeatures(FeaturesCollection collection)
Reports featurereport into collection
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureTreeNode |
PBCreateNodeHelper.addDeviceColorSpaceNode(String name,
PDColor color,
FeatureTreeNode parent,
FeaturesCollection collection)
Creates new node for device color space
|
static FeatureTreeNode |
PBCreateNodeHelper.createDateNode(String nodeName,
FeatureTreeNode parent,
Calendar date,
FeaturesCollection collection)
Creates node with date value formatted in XML format from the given Calendar
|
static FeatureTreeNode |
PBCreateNodeHelper.parseMetadata(PDMetadata metadata,
String nodeName,
FeatureTreeNode parent,
FeaturesCollection 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(FeaturesCollection collection,
FeatureTreeNode element,
String errorMessageArg)
Adds an error to a
FeaturesCollection |
| Modifier and Type | Method and Description |
|---|---|
FeaturesCollection |
ModelParser.getFeatures(FeaturesConfig config) |
FeaturesCollection |
ModelParser.getFeatures(FeaturesConfig config,
List<FeaturesExtractor> extractors) |
| Modifier and Type | Method and Description |
|---|---|
FeaturesCollection |
PDFParser.getFeatures(FeaturesConfig config) |
FeaturesCollection |
PDFParser.getFeatures(FeaturesConfig config,
List<FeaturesExtractor> extractors) |
| Modifier and Type | Method and Description |
|---|---|
static FeaturesReport |
FeaturesReport.fromValues(FeaturesCollection collection) |
static MachineReadableReport |
MachineReadableReport.fromValues(File file,
ValidationProfile profile,
ValidationResult validationResult,
boolean reportPassedChecks,
int maxFailuresDisplayed,
MetadataFixerResult fixerResult,
FeaturesCollection collection,
TaskDetails taskDetails) |
static MachineReadableReport |
MachineReadableReport.fromValues(ItemDetails item,
ValidationProfile profile,
ValidationResult validationResult,
boolean reportPassedChecks,
int maxFailuresDisplayed,
MetadataFixerResult fixerResult,
FeaturesCollection collection,
TaskDetails taskDetails) |
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.