PresentationToPngConverter

PresentationToPngConverter class #

Plugin for converting the PowerPoint 97-2003 and Microsoft Office Open XML presentations into a set of PNG images.

process #

Name Description
process (String) Converts the input presentation to a set of PNG format images and saves them in the folder of the input presentation. If the input file name is given as “myPath/myFilename.pptx”, the result will be saved as a set of “myPath/myFilename_N.png” files, where N is a slide number.

Parameters:

Name Type Description
inputFileName String The name of the input presentation file.

Error

Error Condition
null ArgumentException

process #

Name Description
process (String, String) Converts the input presentation to a set of PNG format images. If the output file name is given as “myPath/myFilename.png”, the result will be saved as a set of “myPath/myFilename_N.png” files, where N is a slide number.

Parameters:

Name Type Description
inputFileName String The name of the input presentation file.
outputFileName String The output file name.

Error

Error Condition
null ArgumentException

process #

Name Description
process (String, String, ImageConverterOptions) Converts the input presentation to a set of PNG format images with custom options. If the output file name is given as “myPath/myFilename.png”, the result will be saved as a set of “myPath/myFilename_N.png” files, where N is a slide number.

Parameters:

Name Type Description
inputFileName String The name of the input presentation file.
outputFileName String The output file name.
options ImageConverterOptions Image converter options.

Error

Error Condition
null ArgumentException