Please provide the single best option you are aware of.
|
feedback
|
protected by Community♦ Sep 29 '11 at 15:34
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
HTML Tidy does a very good job on Word 2000 HTML, but I'm not sure how well it works on newer Word output. | |||
|
feedback
|
|
Word 2007 has a "publish > blog" menu item on the Office menu (top left corner). Using this feature seems to do an incredibly good job of cleaning the HTML, far better than any of the other HTML exporters built into Word (like "save as HTML Filtered"). I have actually set up a bogus free blog somewhere just to use this HTML-cleaning capability. Most long articles on Joel on Software originated in Word 2007 and was published to a fake blog just to clean up the HTML. Edit: as pointed in comments, be sure that you enter a title for the fake post. If you don't, Word will show a generic error "Can't publish your post" | |||||||||
feedback
|
|
In my opinion? Don't use it. But in the real world, I've found that FCKEditor does a decent job of cleaning up Words fantastically hideous HTML. | |||||
feedback
|
|
C# solution from Jeff Atwood. | |||
|
feedback
|
|
Rather than cleaning up Word's HTML you could generate HTML directly from the Word document using Abiword. (wv is now deprecated in favour of Abiword; it's basically been absorbed.) An example:
See more in the documentation. | |||
|
feedback
|
|
Try Wordoff: http://wordoff.org/ online | |||||
|
feedback
|
|
try this tool is based on tidy cleanuphtml | |||
feedback
|
|
Dreamweaver has a "clean up word HTML" option. Granted, I know it isn't perfect, but it also the only thing I have worked with. | |||
feedback
|
|
I found this tool: http://opilsoft.com/doctohtml.html, Opilion Software DocToHtml, it does a very good job. It produces the smallest HTML among all utilities that I tried. | |||
|
feedback
|
|
Not exclusive to Word documents, but it is free (and open source). You might try Tidy: http://www.w3.org/People/Raggett/tidy/ | |||
|
feedback
|
|
There is a tool I wrote awhile back, it's a web application for converting Word DOC files to HTML. You just upload the .doc file and you get this interactive view of the conversion with a bunch of different options to tweak it. It's up here if you want to give it a try: | |||||||
feedback
|
|
Some online solutions:
| |||
|
feedback
|
|
There is a solution for this on Coding Horror: Cleaning Word's Nasty HTML. | |||
|
feedback
|
|
Maybe you should try HTML Purifer Zapadoo Word Cleaner also perfectly worked for me | ||||
|
feedback
|
|
Note that most of the stuff that still remains with "Web Page, filtered" is to ensure that WYSIWYG. Stuff like MsoNormal in particular. Yea I agree it is divitis. | ||||
|
feedback
|
|
How about Bersoft Word HTML CleanUp? | |||
|
feedback
|