getPresentationText

getPresentationText(String file, int mode) function

Retrieves the raw text from the slides

Parameters

NameTypeDescription
fileStringInput file
modeintExtraction mode

Result

PresentationText


getPresentationTextFromStream (PresentationFactory presentationfactory, ReadStream stream, int mode, Function callback) function

Retrieves the raw text from the slides

Parameters

NameTypeDescription
presentationfactoryPresentationFactorylink to self
streamReadStreamInput stream
modeintExtraction mode
callbackFunctioncallback(error, result) - Callback to be called when the method has completed

Result

PresentationText


getPresentationTextFromStream (PresentationFactory presentationfactory, ReadStream stream, int mode, LoadOptions options, Function callback) function

Retrieves the raw text from the slides

Parameters

NameTypeDescription
presentationfactoryPresentationFactorylink to self
streamReadStreamInput stream
modeintExtraction mode
optionsLoadOptionsLoad options
callbackFunctioncallback(error, result) - Callback to be called when the method has completed

Result

PresentationText