WinWord to HTML converter

From jhartik@csc.fi Tue May 24 11:56:07 1994
Article: 17053 of comp.infosystems.www
From: jhartik@csc.fi (Jorma Hartikka)
Subject: htmtl060.zip - RTF to HTML converter/filter for Windows 3.x
Date: Sun, 22 May 94 20:50:39 GMT-1:00

I have uploaded to the SimTel Software Repository (available by anonymous
ftp from the primary mirror site OAK.Oakland.Edu and its mirrors):

SimTel/msdos/windows3/
htmtl060.zip    RTF to HTML converter/filter for Windows 3.x

This distribution contains a conversion DLL and a document template for
WinWord 2.0. RTFTOHTM.DLL survives with most of HTML features I use in
'plain' HTML documents. Additionally there is a HTML style in template
allowing user to write markups himself.

This sotware (rtftohtm.dll and html.dot) when used together, allows
transparent conversion from WinWord to HTML, not only from RTF to HTML.
DLL does the conversion and template is only an integration tool.

There is also a small application written in C demonstrating the use of
the converter from C language.

This version replaces previous version 0.50.

Changes and corrections from 0.50 to 0.60
 - Some entities have been removed.
 - Handling of \par\par correct now.
   Thanks to Robert Thompson to notice this bug.
 - Some internal structures changed to be more robust.
 - The function RTFtoHTM returns the length of the destination correctly.

ShareWare.  Uploaded by the author.

Name: Jorma Hartikka Senior Programmer Analyst
Org: VTKK Government Systems ltd/Information Systems.
Email: Jorma.Hartikka@csc.fi
Phone: +358 0 4572505

From Jorma.Hartikka@csc.fi Tue Mar 22 09:15:10 1994
Article: 10970 of comp.infosystems.www
From: Jorma.Hartikka@csc.fi (Jorma Hartikka)
Subject: ANNOUNCE: Yet another RTF to HTML tool.
Date: Mon, 21 Mar 1994 16:07:34

Here is yet an other announcement of RTF to HTML converter.

HTMTools RTF to HTML converter/filter for Windows.

Last times there have been several announcements in this area.

I put my spoon in that soup too. My distribution contains
a conversion DLL and a document template for WinWord 2.0.
RTFTOHTM.DLL survives with most of HTML features I use in
'plain' HTML documents. Additionally there is a HTML style in
template allowing user to write markups himself.

This distribution (rtftohtm.dll and html.dot) when used together,
allows transparent conversion from WinWord to HTML, not only
from RTF to HTML. DLL does the conversion and template is
only an integration tool.

I have uploaded HTMTools to 
ftp://ftp.funet.fi/pub/msdos/incoming/htmtl050.zip and proposed directory
as /pub/msdos/windows/winword. 

Here is a readme.txt also included in distribution.

======================================================================

RTF to HTML converter DLL version 0.50 alpha.

This package includes following files:

HTML.DOT		WinWord 2.0 template file including some
			styles for writing and some macros to handle
			document as HTML.

RTFTOHTM.DLL		The conversion DLL.
RTFTOHTM.LIB		The import library for the DLL.
RTFTOHTM.H		Public interface of the DLL.

HTMTOOLS.DOC		Some documentation about the converter.
HTMTOOLS.HTM		Documentation converted to .HTM.

RTF2HTM.EXE		QuickWin application for converting files.
RTF2HTM.C		Source for above.
RTF2HTM.MAK		Makefile for above.

README.TXT		This file.

The DLL exports one function: 
long FAR PASCAL RTFtoHTM(LPSTR inbuf,long inlen,LPSTR outbuf,long outlen).

See HTMTOOLS.DOC for documentation of the conversion function.
This converter can do a conversion from the file or a buffer to the
file or a buffer. All combinations are possible. 

There is WinWord template in the package. It demonstrates interfacing 
to the Word macro language (and to Basic).

This version of the converter does its best to survive with RTF written
by WinWord 2.0c. I haven't test it with any other RTF generator.

There is also a small application written in C demonstrating the
use of the converter from C language.

DISCLAIMER

This alpha version is totally free, but I am very pleased if You
tell me any ideas for developing further or problems in using it.

Any ideas or problems?
Email to:

Name: Jorma Hartikka Senior Programmer Analyst
Org: VTKK Government Systems ltd/Information Systems.
Email: Jorma.Hartikka@csc.fi


---------------------------------------------------------------
Jorma Hartikka VTKK Government Systems ltd./Information Systems
Email: Jorma.Hartikka@csc.fi
---------------------------------------------------------------