DocFileReader
General
DocFileReader is a class in Aspose.Words for Python.
Inherits from: DocFileReaderCore.
DocFileReader és una classe en Aspose.Words per a Python. Hereta de: ゚DocFileReaderCore⌒ .
Lector de DOC complet amb capacitat d’edificació LDM (Light Document Model).
Mètodes
| 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. |
to_light_document() → ldm.Document | Builds a light_document_model.Document from the loaded .doc |