to_pdf method
Contents
[
Hide
]to_pdf
Converts Presentation to PDF.
@staticmethod
def to_pdf(pres_path, out_path):
...
| Parameter | Type | Description |
|---|---|---|
| pres_path | str | Path of the input presentation |
| out_path | str | Output path |
to_pdf
Converts Presentation to PDF.
@staticmethod
def to_pdf(pres, out_path):
...
| Parameter | Type | Description |
|---|---|---|
| pres | Presentation | Input presentation |
| out_path | str | Output path |
to_pdf
Converts Presentation to PDF.
@staticmethod
def to_pdf(pres_path, out_path, options):
...
| Parameter | Type | Description |
|---|---|---|
| pres_path | str | Path of the input presentation |
| out_path | str | Output path |
| options | IPdfOptions | Output PDF options |
to_pdf
Converts Presentation to PDF.
@staticmethod
def to_pdf(pres, out_path, options):
...
| Parameter | Type | Description |
|---|---|---|
| pres | Presentation | Input presentation |
| out_path | str | Output path |
| options | IPdfOptions | Output PDF options |
See Also
- class
Convert - class
IPdfOptions - class
Presentation - module
aspose.slides.lowcode - library
Aspose.Slides