DocFileReader
المعلومات العامة
DocFileReader هي فئة في Aspose.Words لـ Python. الميراث من: DocFileReaderCore.
قارئ DOC كامل مع قدرة بناء LDM (نموذج وثيقة خفيفة).
الطرق
| Signature | Description |
|---|---|
to_light_document() → ldm.Document | Converts the source file into a lightweight ldm.Document object |
__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. |