DocumentFormatReader
Pregled
DocumentFormatReader je klasa u Aspose.Words za Python.
Nasleđuje od: Protocol.
Protokol koji definiše interfejs koji svi čitači dokumenata moraju da implementiraju.
Metode
| Potpis | Opis |
|---|---|
load_file(filepath: Union[str, Path]) | |
load_stream(stream: BinaryIO) | |
load_bytes(data: bytes) | |
to_light_document() → ldm.Document |