DocFileReader
Overzicht
DocFileReader is een klasse in Aspose.Words voor Python.
Leest Word 97-2003 (.doc) bestanden en produceert dezelfde datastructuren
als DocumentReader (voor .docx), waardoor transparante formatondersteuning mogelijk is.
Methoden
| Signature | Description |
|---|---|
__init__() | |
load_file(filepath: Union[str, Path]) | Laad .doc vanaf bestandspad. |
load_stream(stream: BinaryIO) | Laad .doc vanaf stream. |
load_bytes(data: bytes) | Laad .doc vanaf bytes. |
to_light_document() → ldm.Document | Bouw een light_document_model.Document op basis van het geladen DOC-bestand. |