CFBWriter

Overview

CFBWriter is a class in Aspose.Email FOSS for Python.

Deterministic serializer for Compound File Binary (CFB) containers.

This class provides 2 methods for working with CFBWriter objects in Python programs. Available methods include: to_bytes, write_file. All public members are accessible to any Python application after installing the Aspose.Email FOSS for Python package.

Methods

SignatureDescription
to_bytes(document: CFBDocument)bytesSerializes the given CFBDocument into a bytes object
write_file(document: CFBDocument, path: Path | str)Writes the serialized CFBDocument to the specified file path

See Also