PdfARule
Overview
PdfARule is a interface in Aspose.PDF FOSS for Java.
A single PDF/A validation rule.
This interface provides 1 method for working with PdfARule objects in Java programs.
Available methods include: validate.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
validate(parser: PDFParser, format: PdfFormat, result: PdfAValidationResult) | Validates the document against this rule. |