public interface PDFParser extends Closeable
| Modifier and Type | Method and Description |
|---|---|
FeaturesCollection |
getFeatures(FeaturesConfig config) |
FeaturesCollection |
getFeatures(FeaturesConfig config,
List<FeaturesExtractor> extractors) |
PDFAFlavour |
getFlavour() |
PDFDocument |
getPDFDocument() |
Object |
getRoot() |
Object getRoot() throws ModelParsingException
CosDocument element that is the root object of the
validation model instance.ModelParsingException - when there's a problem establishing the model root.PDFAFlavour getFlavour()
PDFDocument getPDFDocument()
PDFDocument parsed.FeaturesCollection getFeatures(FeaturesConfig config)
FeaturesCollection getFeatures(FeaturesConfig config, List<FeaturesExtractor> extractors)
extractors - extractors for features reportingCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.