toPdf
Contents
[
Hide
]toPdf(String presPath, String outPath) function
Converts Presentation to PDF.
Parameters
Name | Type | Description |
---|---|---|
presPath | String | Path of the input presentation |
outPath | String | Output path |
toPdf(String presPath, String outPath, PdfOptions options) function
Converts Presentation to PDF.
Parameters
Name | Type | Description |
---|---|---|
presPath | String | Path of the input presentation |
outPath | String | Output path |
options | PdfOptions | Output PDF options |
toPdf(Presentation pres, String outPath) function
Converts Presentation to PDF.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Input presentation |
outPath | String | Output path |
toPdf(Presentation pres, String outPath, PdfOptions options) function
Converts Presentation to PDF.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Input presentation |
outPath | String | Output path |
options | PdfOptions | Output PDF options |