PdfAValidator

Overview

PdfAValidator is a class in Aspose.PDF FOSS for Python.

Plugin that runs PDF/A validation on one or more inputs.

This class provides 1 method for working with PdfAValidator objects in Python programs. Available methods include: process. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
process(options: PdfAValidateOptions)list[PdfAValidationResult]Validate every input defined in options.

See Also