DocumentFormatReader
Przegląd
DocumentFormatReader jest klasą w Aspose.Words for Python.
Dziedziczy po: Protocol.
Protokół definiujący interfejs, który muszą implementować wszyscy czytniki dokumentów.
Metody
| Podpis | Opis |
|---|---|
load_file(filepath: Union[str, Path]) | |
load_stream(stream: BinaryIO) | |
load_bytes(data: bytes) | |
to_light_document() → ldm.Document |