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);...