source: main/trunk/greenstone2/build-src/packages/rtftohtml/rtftohtml-gs.txt@ 31836

Last change on this file since 31836 was 2581, checked in by jrm21, 23 years ago

added rtftohtml to packages directory.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1RTF TO HTML
2-----------
3
4This is based on version 2.7.5 of rtftohtml, which was last modified in
5November, 1994.
6It contains the text:
7###
8Initial Implementation by Chris Hector ([email protected])
9(c) 1994 by Chris Hector
10May be freely distributed.
11This translator was based on rtfskel.
12###
13The last known email address I can find for him is <[email protected]>.
14I think that <[email protected]> might reach him, but I'm not sure.
15
16
17Versions 3.0 of rtftohtml and up are released under a shareware license,
18and available from http://www.logictran.com (although it now has a new
19name). You can download a free binary version of the software for most
20platforms from this site.
21
22
23
24
25rtftohtml is based on RTF Tools, which is (c) April 1994 by Paul DuBois
26<[email protected]>
27
28RTF Tools has the notice:
29##
30Distribution Availability
31This software may be redistributed without restriction and used for any
32purpose whatsoever.
33##
34
35The supplied version understands RTF version 1.2, while the
36latest version of the specification is RTF 1.6 (May 1999).
37
38I have added some of the newer rtf codes that were preventing some files from
39being parsed properly, but they are not acted on. Most of them do not
40actually affect the content anyway. Depending on how the rtf was created,
41there might be tags that cause us to trip up and fail. If you have
42rtf files that Greenstone is not extracting text from, please send me
43some email ([email protected]).
44
45Note - we extract but do not convert Windows Metafile Format (.wmf) images.
46On unix systems, these can be converted with newer versions of ImageMagick
47(ie "convert" version 4.2.9 or newer).
48Also, libwmf (for unix and windows) is available for conversion at:
49http://wvware.sourceforge.net/projects/libwmf.html
50but we do not include it here due to its dependencies
51(eg libttf for truetype fonts).
52
53Embedded images such as jpegs and pngs are extracted fine, though.
54
55John McPherson ([email protected])
56June 2001.
Note: See TracBrowser for help on using the repository browser.