LdmPdfWriter

Overview

LdmPdfWriter is a class in Aspose.Words FOSS for Python.

Converts a light_document_model.Document to a PDF file.

This class provides 2 methods for working with LdmPdfWriter objects in Python programs. Available methods include: __init__, write. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: options.

Properties

NameTypeAccessDescription
options``ReadGets the options.

Methods

SignatureDescription
__init__(options: Optional[PdfSaveOptions])
write(doc: ldm.Document, output_path: Union[str, Path])Convert doc to PDF and write to output_path.

See Also

 English