Open dv opened 6 years ago
I have removed
<xsl:if test="contains($style, 'bullet')">
<w:rPr>
<w:rFonts w:ascii="Symbol" w:hAnsi="Symbol" w:hint="default"/>
</w:rPr>
</xsl:if>
From the numbering.xslt
file and that seems to work for us as a workaround.
It seems list item bullets render as corrupt characters in Microsoft Word. No issue in other software we tried (Pages, Preview, ...).
Result:
htmltoword-1.0.0
After an initial comparison of the
xml
files of the corrupted list versus of a working list, it seems removing these lines:from the
numbering.xml
file solves this problem (but might cause others, I'm not sure what these lines do), which might give a hint towards how to solve this.