[thelist] Convert Word Doc to HTML
Liam Delahunty
thelist at lists.evolt.org
Wed Nov 13 17:08:00 2002
Feingold Josh S wrote:
>What is the best free way that you have found to convert a MS Word Document
>to HTML? How clean is the code and how close is the formatting?
Save as html, then use HTML tidy
http://www.w3.org/People/Raggett/tidy/
http://tidy.sourceforge.net/
If on windows run it as a dos application thus
tidy -config config.txt m file.name
with the config.txt containing
word-2000: yes
best,
Liam