DocFileReader

Übersicht über die

DocFileReader ist eine Klasse in Aspose.Words für Python. Erben von: DocFileReaderCore.

Vollständiger DOC-Leser mit LDM (Light Document Model) -Fähigkeit.

Methoden und Verfahren

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.
 Deutsch