PresentationToHtmlConverter

PresentationToHtmlConverter class #

Plugin for converting the PowerPoint 97-2003 and Microsoft Office Open XML presentations into HTML format.

process #

Name Description
process (String, String) Converts the input presentation to HTML format.

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, HtmlConverterOptions) Converts the input presentation to HTML format with custom options.

Parameters:

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

Error

Error Condition
null ArgumentException

processFromStream ToStream {#processFromStream ToStream } #

Name Description
processFromStream ToStream (PresentationToHtmlConverter, ReadStream, WriteStream) Converts the input presentation to HTML format.

Parameters:

Name Type Description
presentationtohtmlconverter PresentationToHtmlConverter link to self
inputStream ReadStream The input presentation stream.
outputStream WriteStream The output stream.

Error

Error Condition
null ArgumentException

processFromStream ToStream {#processFromStream ToStream } #

Name Description
processFromStream ToStream (PresentationToHtmlConverter, ReadStream, WriteStream, HtmlConverterOptions) Converts the input presentation to HTML format with custom options.

Parameters:

Name Type Description
presentationtohtmlconverter PresentationToHtmlConverter link to self
inputStream ReadStream The input presentation stream.
outputStream WriteStream The output stream.
options HtmlConverterOptions HTML converter options.

Error

Error Condition
null ArgumentException