DocumentFormatReader
Tổng quan
DocumentFormatReader là một lớp trong Aspose.Words cho Python.
Kế thừa từ: Protocol.
Giao thức định nghĩa giao diện mà tất cả các trình đọc tài liệu phải triển khai.
Phương pháp
| Chữ ký | Mô tả |
|---|---|
load_file(filepath: Union[str, Path]) | |
load_stream(stream: BinaryIO) | |
load_bytes(data: bytes) | |
to_light_document() → ldm.Document |