DocumentFormatReader
Prehľad
DocumentFormatReader je trieda v Aspose.Words pre Python.
Dedičom je: Protocol.
Protokol definujúci rozhranie, ktoré musia implementovať všetci čitatelia dokumentov.
Metódy
| Podpis | Popis |
|---|---|
load_file(filepath: Union[str, Path]) | |
load_stream(stream: BinaryIO) | |
load_bytes(data: bytes) | |
to_light_document() → ldm.Document |