Convert

Convert class

Represents a group of methods intended to convert Presentation.

Convert

NameDescription
Convert()

Returns: Convert


autoByExtension

NameDescription
autoByExtension (String, String)Converts Presentation using the passed output path extension to determine the required export format.

Parameters:

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path

Returns: void

Exception

ErrorCondition
ArgumentOutOfRangeExceptionIf unknown or unsupported format

toPdf

NameDescription
toPdf (String, String)Converts Presentation to PDF.

Parameters:

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path

Returns: void


toPdf

NameDescription
toPdf (String, String, PdfOptions)Converts Presentation to PDF.

Parameters:

NameTypeDescription
presPathStringPath of the input presentation
outPathStringOutput path
optionsPdfOptionsOutput PDF options

Returns: void


toPdf

NameDescription
toPdf (Presentation, String)Converts Presentation to PDF.

Parameters:

NameTypeDescription
presPresentationInput presentation
outPathStringOutput path

Returns: void


toPdf

NameDescription
toPdf (Presentation, String, PdfOptions)Converts Presentation to PDF.

Parameters:

NameTypeDescription
presPresentationInput presentation
outPathStringOutput path
optionsPdfOptionsOutput PDF options

Returns: void


toSvg

NameDescription
toSvg (String)Converts Presentation to SVG.

Parameters:

NameTypeDescription
presPathStringPath of the input presentation

Returns: void


toSvg

NameDescription
toSvg (String, Convert.GetOutPathCallback)Converts Presentation to SVG.

Parameters:

NameTypeDescription
presPathStringPath of the input presentation
getOutPathConvert.GetOutPathCallbackCallback that returns the SVG output path for each slide in the presentation

Returns: void


toSvg

NameDescription
toSvg (Presentation, Convert.GetOutPathCallback)Converts Presentation to SVG.

Parameters:

NameTypeDescription
presPresentationInput presentation
getOutPathConvert.GetOutPathCallbackCallback that returns the SVG output path for each slide in the presentation

Returns: void


toSvg

NameDescription
toSvg (Presentation, SVGOptions)Converts Presentation to SVG.

Parameters:

NameTypeDescription
presPresentationInput presentation
optionsSVGOptionsSVG export options

Returns: void


toSvg

NameDescription
toSvg (Presentation, Convert.GetOutPathCallback, SVGOptions)Converts Presentation to SVG.

Parameters:

NameTypeDescription
presPresentationInput presentation
getOutPathConvert.GetOutPathCallbackCallback that returns the SVG output path for each slide in the presentation
optionsSVGOptionsSVG export options

Returns: void