If you were to log in, you'd be able to get more information on your fellow community member.
- Use Gmail to Convert Word Docs to HTML
If you have a MS Word doc that you want to convert to HTML, the last thing youýd ever use is the ýSave as Web Pageýý command in Word. Instead, you can send the attachment to your Gmail account and use the ýView as HTMLý link. Once the page is displayed in your browser, go to ýView Sourceý and copy the code. Most of it is very clean and quite useable.
FROM: oreillynet.com 2006: use_gmail_to_convert_word_docsI tried GMail on one document, it said: The attachment cannot be viewed as HTML. Download the attachment to view it in its original format. :)
- I also tried
HTMLTIDY -raw -clean -omit infile.html > outfile.html
It decreased the file size from 690 kb to 580 kb, but did not clean useless tags.
- I did not try but my friend suggested three services doc2html that do not convert images:
<...