Hi,
I am having an issue with the DocumentBuilder.InsertHtml method. Consider the following call.
docBuilder.InsertHtml("<0.21 value A
>= 2.2 value B");
I would expect the result in the document to be:
<0.21 value A
>= 2.2 value B
Instead I get the following:
>= 2.2 value B
The document throws out the first line.
Any idea?
BTW - I am using Aspose Words for .NET v 5.2.2