PdfAValidator
Overview
PdfAValidator is a class in Aspose.Pdf FOSS for Java.
PDF/A and PDF/X validation orchestrator.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rules | List<PdfARule> | Read | Returns the list of rules registered in this validator. |
Methods
| Signature | Description |
|---|---|
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) → PdfAValidationResult | Validates the parsed PDF document against the specified format. |
getRules() → List<PdfARule> | Returns the list of rules registered in this validator. |