source: trunk/gsdl/packages/wv-0.5.44-gs/src/README@ 1468

Last change on this file since 1468 was 1468, checked in by paynter, 24 years ago

The wv Packages from www.wvware.com is used to convert Word documents into
HTML. This is an adaptation of wv version 0.5.44 for greenstone; it is
called by the gsConvert.pl script.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1Read INSTALL for install information, basically pretty standard
2requirements for a modern unix program plus libwmf to convert
3wmf files to something useful.
4
5Theres now a small herd of programs based upon libwv.
6
71) wvHtml, this is what you are looking for, it converts
8word 6,7.8,9 files to html, man wvHtml for its details
9
102) wvHtml --config wvLaTeX.xml attempt to convert word
11documents to latex
12
133) wvSummary, displays the summary information stream of *all*
14ole2 files, i.e excel, powerpoint, visio, access etc etc etc,
15ive sent wvSummary as a patch to the file program, so that utility
16should in the future have this ability to know what windows application
17created the ole2 document.
18
194) wvSimpleCLX, helps distinguish between fast and full saved
20files
21
225) wvVersion, outputs the version of the word format which the document
23is stored as.
24
25Also...
26
276) There are helper applications in the helper-scripts dir
28that allow both lynx and netscape to view word 8 docs easily
29
307) The gateway dir contains the cgi script that allows the
31online demo page that some people wanted for themselves.
32
33
34The webpage with the online demo facility is at
35http://www.wvWare.com
36
37Finally...
38
398) libwv can be used as a library by third party programs, abiword
40uses it as its word importer, and kword may use it in the future.
41wvHtml is a sample application for the use of wv, as is abiword
42itself. The library (will be some day) documented in the
43Documentation dir
44
459) the config file format is (beginning to be) documented in the
46Documentation dir, so it may be possible to achieve the conversion
47that you desire without writing your own program. It also allows
48you to customize the html and latex output to your own tastes.
49
50C.
51
52(Projects for someone to try out with libwv include, could be
53commercial applications)
54
55a) wvMacroRemove, deletes macros out of word files, for the security
56concious
57
58b) wvFastToFull, converts fastsaved docs to full saved, shrinking their
59size usually by quite a lot, and also making them safe for security
60consious firms
61
62c) wvCrackProtection, take the wvDecrypt97 code and make a cracker
63that uses the rc4 algorithm and other known bit of information to
64crack word documents, ala http://www.crak.com
65
Note: See TracBrowser for help on using the repository browser.