DocFileReader

Přehled

DocFileReader je třída v Aspose.Words pro Python. Dědici: DocFileReaderCore.

Plný čteč DOC s možností budování LDM (Light Document Model).

Metody

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.
 Čeština