function GetWswConfiguration(sConfiguration)AsString
Reads a property from the WebSite-Watcher program configuration.
Parameters
•
sConfiguration ... String value. Program configuration that should be read.
Valid values of sConfiguration:
Value
Description
pdftotext.exe
Reads path+filename of the configured "pdftotext.exe".
Example:
Sub Wsw_PreProcessPage(Handle, ByRef sMemWeb, ByRef sStatusMessage, ByRef iStatusCode) Dim sConvertExe sConvertExe = GetWswConfiguration("pdftotext.exe") ' Code to convert a pdf file to a text or html file EndSub