PdfAValidator

PdfAValidator

Overview

PdfAValidator is a class in Aspose.Pdf FOSS for Java.

PDF/A and PDF/X validation orchestrator.

Properties

NameTypeAccessDescription
rulesList<PdfARule>ReadReturns the list of rules registered in this validator.

Methods

SignatureDescription
PdfAValidator()Creates a validator with the default set of all built-in rules.
PdfAValidator(rules: List<PdfARule>)Creates a validator with a custom set of rules.
validate(parser: PDFParser, format: PdfFormat)PdfAValidationResultValidates the parsed PDF document against the specified format.
getRules()List<PdfARule>Returns the list of rules registered in this validator.

See Also