toPdf

toPdf(String presPath, String outPath) method

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path

Returns

void


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

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path
optionsPdfOptionsOutput PDF options

Returns

void


toPdf(Presentation pres, String outPath) method

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPresentationInput presentation
outPathStringOutput path

Returns

void


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

Converts Presentation to PDF.

Parameters

NameTypeDescription
presPresentationInput presentation
outPathStringOutput path
optionsPdfOptionsOutput PDF options

Returns

void