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 Go programs.
Available methods include: __init__, write.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: options.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Gets the options. |
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. |