PdfUaValidateOptions
Overview
PdfUaValidateOptions is a class in Aspose.PDF FOSS for Python.
Container for batch PDF/UA validation settings.
This class provides 2 methods for working with PdfUaValidateOptions objects in Python programs.
Available methods include: __init__, add_input.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: inputs, limits.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
inputs | list[Path | bytes] | Read | Return a copy of the stored inputs. |
limits | `` | Read | Gets the limits. |
Methods
| Signature | Description |
|---|---|
__init__(limits: PdfLoadLimits | None) | Calls init(limits) on this PdfUaValidateOptions instance. |
add_input(source: str | Path | bytes | bytearray | BinaryIO) → PdfUaValidateOptions | Add an input file or stream for PDF/UA validation. |