iw2evk
Magenta (Italy), 27.05.2015, 21:00 |
from M$ word to hmtl converter (Developers) |
Hi,
actually most of text are written from m$ software users.
No one of this thinks they are others O.s. and save the files in ms standard format.This is true expecially for doc files.
http://word2x.sourceforge.net/index.html
I've found this converter from ms to html (good for browser or word processor like FLWRITER) or Latex.
Unfortunly don't exist DOS binaries.
i've tried to compile with DJGCC, but cause my inexperience the compilation stopped.
Someone want to try to compile for obtain a binaries?
Thanks
Roberto iw2evk |
georgpotthast

Germany, 28.05.2015, 21:49
@ iw2evk
|
from M$ word to hmtl converter |
Hi Roberto,
I tried to compile it too but the code is so old it will not compile with a current gcc /djgpp. As far as I could make out the program was done on a SUN machine.
So it will require quite some changes to get it to work. And then it will only support very old Microsoft DOC versions so I am not sure if it will be of much use today. Microsoft uses a XML based format now and that is easier to convert to other formats.
Georg |
Rugxulo

Usono, 29.05.2015, 09:47
@ georgpotthast
|
from M$ word to hmtl converter |
> So it will require quite some changes to get it to work. And then it will
> only support very old Microsoft DOC versions so I am not sure if it will be
> of much use today. Microsoft uses a XML based format now and that is easier
> to convert to other formats.
Weren't there already several such tools pre-compiled in years past? I haven't used them much, but you could also give them a try (e.g. Catdoc, Antiword):
http://www.bttr-software.de/freesoft/txtutil5.htm#antiword |
iw2evk
Magenta (Italy), 29.05.2015, 20:30
@ Rugxulo
|
from M$ word to hmtl converter |
Hi Guys
> Weren't there already several such tools pre-compiled in years past? I
> haven't used them much, but you could also give them a try (e.g. Catdoc,
> Antiword):
>
> http://www.bttr-software.de/freesoft/txtutil5.htm#antiword
together the 2 programs convert word text in .TXT (not formatting, no importing bold, italic,etc) or .PS (not modificable from word processor).
The goal it's convert in .html.
They are Wvware able to this purpose, but also without DOS binaries..
http://wvware.sourceforge.net/
Roberto |
georgpotthast

Germany, 29.05.2015, 22:33
@ iw2evk
|
from M$ word to hmtl converter |
I looked at catdoc and the descriptions mentioned "Additional output formats, such as HTML can be easily defined."
However, this probably means that the text that catdoc is designed to output is wrapped into a html document.
I guess wvware works well but it is difficult to port to DOS.
Georg |
iw2evk
Magenta (Italy), 05.06.2015, 17:59
@ georgpotthast
|
from M$ word to hmtl converter |
They are also UNOCONV (required Pyton lib)
http://freecode.com/projects/unoconv
Roberto |
iw2evk
Magenta (Italy), 20.06.2015, 15:58
@ iw2evk
|
WVware convert .Doc to HTML with HX extender |
Hi Guys,
this for inform that WVWARE for win convert .doc or rtf files in html
wvware con convert .doc to .htm with use of hx extender on DOS
Go to GNUWIN32 page on sourceforge. Select wv page.
Download the full package.
Load doslfn
expand in c:\
goes in \gnuwin\bin and pestubbing wvware.exe
goes in \gnuwin\share\wv and copy all. XML files to \gnuwin\bin
now copy file.doc to convert in \gnuwin\bin
invoke wvware.exe -x c:\gnuwin\bin\wvhtml.xml file.doc > file.dat
(this is a trick suggest from Georg Potthast)
ren file.dat file.htm
open with flwriter or your preferred dos browser
you can also create a batch file (.bat) :
gnuwin.exe -x c:\gnuwin\bin\wvhtml.xml %1.doc > %1.dat
ren %1.dat %1.htm
You can also pestubbed others converter and utilities associated.
Good tests
Roberto iw2evk |
georgpotthast

Germany, 21.06.2015, 22:00
@ iw2evk
|
WVware convert .Doc to HTML and other formats |
I compiled wvWare for DOS now using djgpp. It can be downloaded here:
wvWare at Sourceforge
The program converts from Microsoft DOC to html, LaTeX, WML, plain text and DocBook format.
I hope someone besides Roberto will use it.
Georg |
DOS386
23.06.2015, 18:24
@ georgpotthast
|
WVware convert .Doc to HTML and other formats |
> I compiled wvWare for DOS now using djgpp
COOL ... I'll test occasionally. --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |