HtmlLoadOptions

HtmlLoadOptions

Overview

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

Options for loading HTML documents.

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

Properties

NameTypeAccessDescription
base_dirstr | NoneReadGet or set the base directory for resolving relative paths.

Methods

SignatureDescription
__init__(base_dir: str | None)Initialize HTML load options.

See Also