Skip to content

joka/rtf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/*Copyright 2001
 *
 * rtf-converter
 *
 * Author: Gregory Ford greg@reddfish.co.nz
 *
 * This software was developed for: 
 * The Ministry for the Environment (NZ)
 * As part of the Kaitiaki Web Site Project 
 * A Sustainable Management Fund Project
 *
 * RTF token parser based on:
 *      rtf2html by Dmitry Porapov <dpotapov@capitalsoft.com>,
 *      based on earlier work of Chuck Shotton.
 *      distributed under BSD-style license
 * RTF token lists and hashing algorithm based on
 *      RTF Tools, Release 1.10 
 *      6 April 1994	
 *      Paul DuBois	dubois@primate.wisc.edu 
 *
 * Copying permitted under GNU licence (see COPYING)
 */ 

README
======

The rtf-converter is a standalone executable.
It is intended for command-line conversion of rtf to 
html. It produces only the html body code which will need 
to be wrapped in "body" tags and given an html header.
 
It attempts to produce HTML 4.0 (strict) compliant html code.

The fonts, colours and indenting are not converted, so that 
style-sheets may be used to set the look and feel of the 
generated pages.

Instructions for making and running the application 
are given in the INSTALL document.

Initial development was done on WinNT (Visual C++) so it should 
compile on most Windows and *NIX versions.

The rtf-converter does the following conversions:

Heading and normal styles --> H and P tags
Character styles --> b, i, u 
Tables --> html tables
Footnotes -->placed at end of document

The rtf-converter does not do:
Graphics 
Fields (beware hyperlink and page number fields may be lost).
Indenting

As the converter throws away all font information, it also
tends to convert bullet points from Symbol fonts to ordinary letters.


13 May 2001

About

make rtf-converter compile with current gcc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published