PresentationToPdfConverter class #
Plugin for converting the PowerPoint 97-2003 and Microsoft Office Open XML presentations into PDF format.
process #
| Name | Description |
|---|---|
| process (String, String) | Converts the input presentation to PDF 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, PdfConverterOptions) | Converts the input presentation to PDF format with custom options. |
Parameters:
| Name | Type | Description |
|---|---|---|
| inputFileName | String | The name of the input presentation file. |
| outputFileName | String | The output file name. |
| options | PdfConverterOptions | PDF converter options. |
Error
| Error | Condition |
|---|---|
| null | ArgumentException |
processFromStream ToStream {#processFromStream ToStream } #
| Name | Description |
|---|---|
| processFromStream ToStream (PresentationToPdfConverter, ReadStream, WriteStream) | Converts the input presentation to PDF format. |
Parameters:
| Name | Type | Description |
|---|---|---|
| presentationtopdfconverter | PresentationToPdfConverter | 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 (PresentationToPdfConverter, ReadStream, WriteStream, PdfConverterOptions) | Converts the input presentation to PDF format with custom options. |
Parameters:
| Name | Type | Description |
|---|---|---|
| presentationtopdfconverter | PresentationToPdfConverter | link to self |
| inputStream | ReadStream | The input presentation stream. |
| outputStream | WriteStream | The output stream. |
| options | PdfConverterOptions | PDF converter options. |
Error
| Error | Condition |
|---|---|
| null | ArgumentException |