Uses of Interface
org.verapdf.pdfa.PDFAParser
-
Packages that use PDFAParser Package Description org.verapdf.gf.model org.verapdf.metadata.fixer.gf org.verapdf.pdfa Interfaces for PDF/A validation and Metadata repair.org.verapdf.pdfa.validation.validators -
-
Uses of PDFAParser in org.verapdf.gf.model
Classes in org.verapdf.gf.model that implement PDFAParser Modifier and Type Class Description classGFModelParser -
Uses of PDFAParser in org.verapdf.metadata.fixer.gf
Methods in org.verapdf.metadata.fixer.gf with parameters of type PDFAParser Modifier and Type Method Description MetadataFixerResultGFMetadataFixerImpl. fixMetadata(PDFAParser parser, OutputStream outputRepaired, ValidationResult result) -
Uses of PDFAParser in org.verapdf.pdfa
Methods in org.verapdf.pdfa that return PDFAParser Modifier and Type Method Description PDFAParserVeraPDFFoundry. createParser(File pdfFile)Method that returns a PDFParser instance, parsing file passed aspdfStreamparameter.PDFAParserVeraPDFFoundry. createParser(File pdfFile, PDFAFlavour flavour)Method that returns a PDFParser instance, parsing file passed aspdfFileparameter.PDFAParserVeraPDFFoundry. createParser(File pdfFile, PDFAFlavour flavour, PDFAFlavour defaultFlavour)PDFAParserVeraPDFFoundry. createParser(InputStream pdfStream)Method that returns a PDFParser instance, parsing the passedpdfStreamparameter.PDFAParserVeraPDFFoundry. createParser(InputStream pdfStream, PDFAFlavour flavour)Method that returns a PDFParser instance, parsing the passedpdfStreamparameter.Methods in org.verapdf.pdfa with parameters of type PDFAParser Modifier and Type Method Description MetadataFixerResultMetadataFixer. fixMetadata(PDFAParser parser, OutputStream outputRepaired, ValidationResult result)ValidationResultPDFAValidator. validate(PDFAParser toValidate)This method validates an InputStream, presumably believed to be a PDF/A document of a specific flavour that matches the ValidationProfile supported by the PDFAValidator instance. -
Uses of PDFAParser in org.verapdf.pdfa.validation.validators
Methods in org.verapdf.pdfa.validation.validators with parameters of type PDFAParser Modifier and Type Method Description ValidationResultBaseValidator. validate(PDFAParser toValidate)
-