File: README

package info (click to toggle)
wv 1.0.2-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,428 kB
  • ctags: 6,733
  • sloc: ansic: 59,221; sh: 9,998; xml: 1,677; makefile: 36
file content (75 lines) | stat: -rw-r--r-- 2,507 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Read INSTALL for install information, basically pretty standard
requirements for a modern unix program plus libwmf to convert
wmf files to something useful.

There are now a small herd of programs based upon libwv.

1) wvWare: this is what you are looking for, it converts
Word 2,6,7,8,9 files to html and latex. The Word 2 conversion
is still incomplete (no formatting), but it will do a passable
job extracting the text, which is what you probably want anyway.

2) The small army of helper scripts:
	wvHtml
	wvLatex
	wvCleanLatex
	wvPS
	wvDVI
	wvPDF
	wvMime
	wvText
   Do: `man wvXXX` where "XXX" is Html, Latex, etc.. for more information

3) wvSummary, displays the summary information stream of *all*
ole2 files, i.e Excel, PowerPoint, Visio, Access etc etc etc,
I've sent wvSummary as a patch to the file program, so that utility
should in the future have this ability to know what windows application
created the ole2 document. `man wvSummary`

4) wvSimpleCLX, helps distinguish between fast and full saved
files

5) wvVersion, outputs the version of the word format which the document
is stored as. `man wvVersion`

Also...

6) There are helper applications in the helper-scripts dir
that allow both lynx and netscape to view word 8 docs easily

7) The gateway dir contains the cgi script that allows the
online demo page that some people wanted for themselves.


The webpage with the online demo facility is at
http://wvware.sourceforge.net/

Finally...

8) libwv can be used as a library by third party programs, abiword
uses it as its word importer, and kword may use it in the future.
wvWare is a sample application for the use of wv, as is abiword
itself. The library (will be some day) documented in the 
Documentation dir

9) the config file format is (beginning to be) documented in the
Documentation dir, so it may be possible to achieve the conversion
that you desire without writing your own program. It also allows
you to customize the html and latex output to your own tastes.

C.

(Projects for someone to try out with libwv include, could be
commercial applications)

a) wvMacroRemove, deletes macros out of word files, for the security
concious

b) wvFastToFull, converts fastsaved docs to full saved, shrinking their
size usually by quite a lot, and also making them safe for security 
consious firms

c) wvCrackProtection, take the wvDecrypt97 code and make a cracker
that uses the rc4 algorithm and other known bit of information to
crack word documents, ala http://www.crak.com