Re: Is it possible to strip ALL mso styles and Word formatting?
Word-2-Web Converter
Is it possible to strip ALL mso styles and Word formatting?
cspt
03-10-2010, 9:56 PM
Excellent product, we're very happy with it, mostly... however, the html output is really bloated by Word styles and badly constructed lists.
It would be really great if W2W would strip everything but naked <p>, <h1>, <h2> etc., which can then be styled in lightweight template css
Same thing with bullets and numerical lists, only worse. Could it output clean
<ul><li>...</li></ul> and <ol><li>...</li></ol>
instead of
<p class=MsoListParagraphCxSpFirst><span style='font-family:Symbol;'>·<span style='font:7.0pt "Times New Roman"'> </span></span>Actual text goes here...</p>
I know this must be the hardest part of your code to get right, but thought I'd ask!
Re: Is it possible to strip ALL mso styles and Word formatting?
David
03-11-2010, 9:53 PM
Thanks so much for your suggestions.
We are trying to develop addins do that.
Any advance we will inform you.
Welcome to give us more suggestions :)