Hello,
In our application, we cannot remove bookmarks from Word documents, before saving them in HTML.
We have created a small Java main application that reproduces this issue with Aspose.Words for Java 24.11.
The cod…...visitParagraphStart(Paragraph paragraph) { removeNodesOfType(paragraph, NodeType...BOOKMARK_START); removeNodesOfType(paragraph, NodeType.BOOKMARK_END); return...