getPresentationText
Contents
[
Hide
]getPresentationText(String file, int mode) function
Retrieves the raw text from the slides
Parameters
Name | Type | Description |
---|---|---|
file | String | Input file |
mode | int | Extraction mode |
Result
getPresentationTextFromStream (PresentationFactory presentationfactory, ReadStream stream, int mode, Function callback) function
Retrieves the raw text from the slides
Parameters
Name | Type | Description |
---|---|---|
presentationfactory | PresentationFactory | link to self |
stream | ReadStream | Input stream |
mode | int | Extraction mode |
callback | Function | callback(error, result) - Callback to be called when the method has completed |
Result
getPresentationTextFromStream (PresentationFactory presentationfactory, ReadStream stream, int mode, LoadOptions options, Function callback) function
Retrieves the raw text from the slides
Parameters
Name | Type | Description |
---|---|---|
presentationfactory | PresentationFactory | link to self |
stream | ReadStream | Input stream |
mode | int | Extraction mode |
options | LoadOptions | Load options |
callback | Function | callback(error, result) - Callback to be called when the method has completed |