i would use xhtml to docx converter, but some attributes are ignored or only partially recognized.
For example, css style nested in some tags to format text, like:
- Code: Select all
<span style="color: red;">red text</span>
or
<div style="color: #FF0000;">all text in red</div>
does not produce any effect in the docx result..
How can I manage with font style and positioning ?
thanks in advance
Fiorenzo