DocFileReader
Oversigt over de forskellige former for støtte
DocFileReader er en klasse i Aspose.Words for Python. Arvelige af: DocFileReaderCore.
Fuld DOC-læser med LDM (Light Document Model) -konstruktionsmulighed.
Metoder til at anvende
| 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. |