Quote:
Ok what I am trying to do is find an easy way to convert .Doc's into
something
useable by Dreamweaver. |
That's not that easy.
Some options:
- Use Open Office. Open the Word Doc in OO and then SAVE AS html.
- look at HTMLTidy...a command line app/service that supposedly can parse
word docs fairly well
- cut and paste from word to notepad to DW. This cleans out ALL crud, but
also all structural markup.
- look at Word 2003, which supposedly stores it's docs as XML. Use an XSLT
to convert from XML to clean HTML.
- save them as PDFs and let them be.
-Darrel