Bookmark missing when converting from docx to html

Hi,

We have found a scenario where a bookmark is discarded when a docx file
gets converted to html using Aspose.Words.

Code:
Document sourceDoc = new Document(@".\test.docx");
sourceDoc.Save(@".\test.html");

In the docx you can see a bookmark named Title, but in the converted html, it is missing.
The zip file contains some files and pictures showing the issue.
test.zip (95.3 KB)

Would you be able to take a look into this?

Thank you

@ServerSide527

We have converted the shared DOCX to HTML and noticed that bookmark is lost in output document. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-19716. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.