DocFileReader
Přehled
DocFileReader je třída v Aspose.Words pro Python. Dědici: DocFileReaderCore.
Plný čteč DOC s možností budování LDM (Light Document Model).
Metody
| 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. |