DocFileReaderCore

DocFileReaderCore

Overview

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

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

This class provides 4 methods for working with DocFileReaderCore objects in Python programs. Available methods include: __init__, load_bytes, load_file, load_stream. All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.

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.

See Also