Hi,
I'm having problems with html links added to a document builder - when I read the text back I get HYPERLINK \l inside the text. This is what I'm doing:
------
string someHtml = "test";
builder.InsertHtml(someHtml);
string text = builder.Document.GetText() -> returns "HYPERLINK \l "BLOCKED SCRIPT..." test "
-------
I expect to get back just "test". Any ideas what can be wrong ? (the apose.words version is 3.7.0.0).
Thanks, Paul