toPdf

Contents
[ ]

toPdf(String presPath, String outPath) function

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path

toPdf(String presPath, String outPath, PdfOptions options) function

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path
optionsPdfOptionsOutput PDF options

toPdf(Presentation pres, String outPath) function

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPresentationInput presentation
outPathStringOutput path

toPdf(Presentation pres, String outPath, PdfOptions options) function

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPresentationInput presentation
outPathStringOutput path
optionsPdfOptionsOutput PDF options