PdfAValidateOptions
Overview
PdfAValidateOptions is a class in Aspose.PDF FOSS for Python.
Options for a PDF/A validation run.
This class provides 5 methods for working with PdfAValidateOptions objects in Python programs.
Available methods include: __init__, add_input, get_options, reset, set_option.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: inputs, is_low_memory_mode, log_output_source, optimize_file_size, pdfa_version.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pdfa_version | Any | Read | Gets the pdfa version. |
optimize_file_size | Any | Read | Gets the optimize file size. |
is_low_memory_mode | Any | Read | Gets the is low memory mode. |
log_output_source | Any | Read | Gets the log output source. |
inputs | `` | Read | Gets the inputs. |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize the validation options. |
add_input() | Register an input source for validation. |
reset() | Clear all stored options and inputs, returning to a clean state. |
set_option(key: str, value: Any) | Set a single option value. |
get_options() → dict[str, Any] | Return a shallow copy of the stored options dictionary. |