PresentationConverter class #
Plugin for converting the PowerPoint 97-2003 and Microsoft Office Open XML presentations into various presentation formats.
process #
| Name | Description |
|---|---|
| process (String, String) | Converts the input presentation using the output file extension to determine the required convert format. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileName | String | The name of the input presentation file. |
| outputFileName | String | The name of the output presentation file. |
Error
| Error | Condition |
|---|---|
| null | ArgumentException |
process #
| Name | Description |
|---|---|
| process (String, String, int) | Converts the input presentation to a file with the specified format. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileName | String | The name of the input presentation file. |
| outputFileName | String | The name of the output presentation file. |
| convertFormat | int | The format to which the presentation should be converted. |
Error
| Error | Condition |
|---|---|
| null | ArgumentException |
processFromStream ToStream {#processFromStream ToStream } #
| Name | Description |
|---|---|
| processFromStream ToStream (PresentationConverter, ReadStream, WriteStream, int) | Converts the input presentation to the specified format. |
Parameters:
| Name | Type | Description |
|---|---|---|
| presentationconverter | PresentationConverter | link to self |
| inputStream | ReadStream | The input presentation stream. |
| outputStream | WriteStream | The output stream. |
| convertFormat | int | The format to which the presentation should be converted. |
Error
| Error | Condition |
|---|---|
| null | ArgumentException |