Hi,
Since I updated my Aspose.Words.dll to the latest version (14.6.0.0) I’m havving some issues with the BookmarkEnd object (it used to work correctly when using version 14.2.1)
I have a report containing 2 tables:
- First table has its bookmark named “AnotherTable”, and its first row has a bookmark named “DeletedBookmark”
- Second table has its bookmark named “Table_DET”.
- A bookmark is added in the space between the two tables, named “Table_DER”
Now in my code, each time I delete a bookmark that ends with _DET, I delete similar bookmarks ending with _DER. When bookmark “Table_DER” is removed, the end of bookmark “DeletedBookmark” is being removed too! Why is that?!
Please find attached my input doc and a project containing the code I’m using to delete the bookmarks, I hope you can help me fix this, it’s so urgent, since it was working well before the new version of Aspose.Words.dll.
Thanks in advance,
Saleem