DocFileReader

Общ преглед

DocFileReader е клас в Aspose.Words за Python. Наследници от: DocFileReaderCore.

Пълен читач на DOC с възможност за изграждане на LDM (Light Document Model).

Методи за изчисляване на данните

SignatureDescription
to_light_document()ldm.DocumentConverts 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.
 Български