PdfAValidateOptions

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

NameTypeAccessDescription
pdfa_versionAnyReadGets the pdfa version.
optimize_file_sizeAnyReadGets the optimize file size.
is_low_memory_modeAnyReadGets the is low memory mode.
log_output_sourceAnyReadGets the log output source.
inputs``ReadGets the inputs.

Methods

SignatureDescription
__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.

See Also