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
| Name | Type | Access | Description |
|---|---|---|---|
base_dir | str | None | Read | Get or set the base directory for resolving relative paths. |
Methods
| Signature | Description |
|---|---|
__init__(base_dir: str | None) | Initialize HTML load options. |