LdmPdfWriter
Overview
LdmPdfWriter is a class in Aspose.Words for Python.
Converts a light_document_model.Document to a PDF file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Provides access to configurable settings that affect PDF generation |
Methods
| Signature | Description |
|---|---|
__init__(options: Optional[PdfSaveOptions]) | |
write(doc: ldm.Document, output_path: Union[str, Path]) | Convert doc to PDF and write to output_path. |