DocFileReaderCore

DocFileReaderCore

Overview

DocFileReaderCore is a class in Aspose.Words FOSS for Python.

Core reader for Word 97-2003 (.doc) files.

Methods

SignatureDescription
__init__()
load_file(filepath: Union[str, Path])Load .doc from file path.
load_stream(stream: BinaryIO)Load .doc from stream.
load_bytes(data: bytes)Load .doc from bytes.