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…...Bold = false; var html = " <p><strong>Some Bold Text...ng</p>"; builder.InsertHtml(html, HtmlInsertOptions.UseBuilderFormatting);...