Products | Versions |
---|---|
Spotfire Statistica | 13.3.0 and later versions |
2. Download this installer: http://invisible-island.net/datafiles/release/lynx-cs-setup.exe and install it on the machine
3. Copy the following files from "C:\Program Files (x86)\Lynx - web browser" to [Statistica Installation Folder]\support\lynx directory
lynx.exe
lynx.cfg
libbz2.dll
4. Create a file called lynx.cmd at the destination folder (along with lynx.exe) with the following content:
set lynx="%~dp0\lynx.exe" |
set cfg="%~dp0\lynx.cfg" |
%lynx% -dump -cfg %cfg% -nolist -hiddenlinks ignore -display_charset UTF-8 -force_html "%1" > "%2" |