Dear Aspose Team,
we are experiencing issues on converting an html fragment into docx format using Aspose.Words Version 14.7.0.0.
It includes a text part, which is formatted with background coloring and bold (strong) in a specific order. After the conversion to Docx the whole text part is removed.
Please find the input file as attachment.
The code to reproduce this issue:
Document document = new Document(“bgColor_test.html”);document.Save(“bgColor_test.docx”, SaveFormat.Docx);
Could you please provide a hint, how to workaround or fix this issue?
Also we are not able to change the format or order of html text, since this is an output result from another tool.
Thanks and kind regards,
Wolfgang