When I call Remove() on a bookmark that has been found but is later in the document, an exception is thrown "
Cannot find bookmark ‘Bookmark_Name’ in the document.
at .(Node , String , BookmarkStart )
at Aspose.Words.Bookmark.get_BookmarkEnd()
at Aspose.Words.Bookmark.()
at Aspose.Words.Bookmark.set_Text(String value)
"
I am using an version of the library without applying the license. We will be purchasing the library shortly.
However, we need to be sure the library can remove bookmarks correctly.
The library should return null if the bookmark is not found. Otherwise it should be able to set text.
When I move the bookmark earlier in the document it works.
Then I add a paragraph and the error occurs.
Are there limitations which would be resolved with the paid version or is this a bug?