What is the best free way to clean up Word HTML? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T02:33:00Z http://stackoverflow.com/feeds/question/67964 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/67964/what-is-the-best-free-way-to-clean-up-word-html 4 What is the best free way to clean up Word HTML? codeflunky 2008-09-15T23:36:21Z 2009-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#67973 6 Answer by irixman for What is the best free way to clean up Word HTML? irixman 2008-09-15T23:38:00Z 2008-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#67976 2 Answer by Scott S. for What is the best free way to clean up Word HTML? Scott S. 2008-09-15T23:38:08Z 2008-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#67983 1 Answer by foxxtrot for What is the best free way to clean up Word HTML? foxxtrot 2008-09-15T23:38:45Z 2008-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#67984 0 Answer by Rich B for What is the best free way to clean up Word HTML? Rich B 2008-09-15T23:38:53Z 2008-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 -2 Answer by Chris Upchurch for What is the best free way to clean up Word HTML? Chris Upchurch 2008-09-15T23:42:49Z 2008-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#68050 2 Answer by Porges for What is the best free way to clean up Word HTML? Porges 2008-09-15T23:53:06Z 2008-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#68094 9 Answer by Joel Spolsky for What is the best free way to clean up Word HTML? Joel Spolsky 2008-09-16T00:02:52Z 2008-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#68473 0 Answer by Allan Wind for What is the best free way to clean up Word HTML? Allan Wind 2008-09-16T01:15:40Z 2008-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#68703 1 Answer by dsh0105 for What is the best free way to clean up Word HTML? dsh0105 2008-09-16T01:55:16Z 2008-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#106545 3 Answer by Pavel Chuchuva for What is the best free way to clean up Word HTML? Pavel Chuchuva 2008-09-20T00:23:02Z 2008-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#1799170 1 Answer by Derek for What is the best free way to clean up Word HTML? Derek 2009-11-25T18:53:22Z 2009-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#1813798 1 Answer by darkporter for What is the best free way to clean up Word HTML? darkporter 2009-11-28T21:11:38Z 2009-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>