Hi,
I have this code:
[TestMethod]
public void GenerateWordWithStrong()
{
Document doc = new Document();
// We can position where we want the table to be inserted and specify any extra formatting to the t…...html = " <p><strong>Some Bold Text </strong></p><p>Testing</p>";...SaveFormat.Docx); } the text “Some bold text” is not inserted as...