Hello there
Recently bookmarks lose styling when filled with InsertHtml
method
My C# program reads a Word document and insert HTML in Word document inside Bookmarks.
Since May, it worked perfectly. The styling of each bookmark on the document (font, size, color…) was applied.
But not anymore despite no change in my code. Every bookmark is in the same font (Times new roman), same size (12), same color (black).
The inner html styling (balises <b></b>
are bold etc…) works fine still.
I download the newest DLL of Aspose.Words for .NET but no luck.
Any ideas on the cause of a sudden change?
Thanks