from_file method

from_file

def from_file(cls, html_file_path, resource_folder_path):
    ...
Parameter Type Description
html_file_path str
resource_folder_path str

Returns: EditableDocument

See Also