DocFileReaderCore

DocFileReaderCore

Overview

DocFileReaderCore 是Python的Aspose.Words FOSS中的一个类.

读取 Word 97-2003 (.doc) 文件的核心阅读器.

这个类提供了4种方法,用于在Python程序中使用DocFileReaderCore 对象. 有的方法包括: __init__, load_bytes, load_file, load_stream. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序.

Methods

SignatureDescription
__init__()
load_file(filepath: Union[str, Path])从文件路径上加载.doc.
load_stream(stream: BinaryIO)载入.doc从流程中.
load_bytes(data: bytes)通过字节加载.doc.

See Also

 中文