What is the best free way to clean up Word HTML? - Stack Overflow most recent 30 from stackoverflow.com2009-12-23T02:33:00Zhttp://stackoverflow.com/feeds/question/67964http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html4What is the best free way to clean up Word HTML?codeflunky2008-09-15T23:36:21Z2009-11-28T21:11:38Z
<p>Please provide the single best option you are aware of.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/67973#679736Answer by irixman for What is the best free way to clean up Word HTML?irixman2008-09-15T23:38:00Z2008-09-15T23:38:00Z<p><a href="http://tidy.sourceforge.net/" rel="nofollow">HTML Tidy</a> does a very good job on Word 2000 HTML, but I'm not sure how well it works on newer Word output.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/67976#679762Answer by Scott S. for What is the best free way to clean up Word HTML?Scott S.2008-09-15T23:38:08Z2008-09-15T23:38:08Z<p>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.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/67983#679831Answer by foxxtrot for What is the best free way to clean up Word HTML?foxxtrot2008-09-15T23:38:45Z2008-09-15T23:38:45Z<p>In my opinion? Don't use it.</p>
<p>But in the real world, I've found that <a href="http://www.fckeditor.net/" rel="nofollow">FCKEditor</a> does a decent job of cleaning up Words fantastically hideous HTML.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/67984#679840Answer by Rich B for What is the best free way to clean up Word HTML?Rich B2008-09-15T23:38:53Z2008-09-15T23:38:53Z<p>How about <a href="http://bersoft.com/bwhcu/index.htm" rel="nofollow">Bersoft Word HTML CleanUp</a>?</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/68004#68004-2Answer by Chris Upchurch for What is the best free way to clean up Word HTML?Chris Upchurch2008-09-15T23:42:49Z2008-09-15T23:42:49Z<p>The single best option I am aware of? Don't use Word HTML.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/68050#680502Answer by Porges for What is the best free way to clean up Word HTML?Porges2008-09-15T23:53:06Z2008-09-15T23:53:06Z<p>Rather than cleaning up Word's HTML you could generate HTML directly from the Word document using Abiword. (<a href="http://wvware.sourceforge.net/" rel="nofollow">wv</a> is now deprecated in favour of Abiword; it's basically been absorbed.)</p>
<p>An example:</p>
<pre><code> AbiWord --to=html file.doc --exp-props="html4: yes"
</code></pre>
<p>See more <a href="http://www.abisource.com/help/en-US/howto/howtoexporthtml.html" rel="nofollow">in the documentation</a>.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/68094#680949Answer by Joel Spolsky for What is the best free way to clean up Word HTML?Joel Spolsky2008-09-16T00:02:52Z2008-09-16T00:02:52Z<p>Word 2007 has a "publish > blog" menu item on the Office menu (top left corner).</p>
<p>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").</p>
<p>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.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/68473#684730Answer by Allan Wind for What is the best free way to clean up Word HTML?Allan Wind2008-09-16T01:15:40Z2008-09-16T01:15:40Z<p>I have only used vim and it worked just fine.</p>
<p>/Allan</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/68703#687031Answer by dsh0105 for What is the best free way to clean up Word HTML?dsh01052008-09-16T01:55:16Z2008-09-16T01:55:16Z<p>Not exclusive to Word documents, but it is free (and open source). You might try Tidy:
<a href="http://www.w3.org/People/Raggett/tidy/" rel="nofollow">http://www.w3.org/People/Raggett/tidy/</a></p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/106545#1065453Answer by Pavel Chuchuva for What is the best free way to clean up Word HTML?Pavel Chuchuva2008-09-20T00:23:02Z2008-09-20T00:23:02Z<p><a href="http://www.codinghorror.com/blog/archives/000485.html" rel="nofollow" title="Coding Horror: Cleaning Word's Nasty HTML">C# solution</a> from Jeff Atwood.</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/1799170#17991701Answer by Derek for What is the best free way to clean up Word HTML?Derek2009-11-25T18:53:22Z2009-11-25T18:53:22Z<p>Try Wordoff: <a href="http://wordoff.org/" rel="nofollow">http://wordoff.org/</a> online</p>
http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html/1813798#18137981Answer by darkporter for What is the best free way to clean up Word HTML?darkporter2009-11-28T21:11:38Z2009-11-28T21:11:38Z<p>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:</p>
<p><a href="http://www.manglebracket.com/" rel="nofollow">http://www.manglebracket.com/</a></p>