Hi Aspose,
When I’m converting docx to html with SaveFormat.HTML, bookmark is not displayed in html
Test file: test.zip (12.7 KB)
Output: output.zip (466 Bytes)
Source Code:
Document doc = new Document(@"c:\test.docx"); doc.Save(@"c:\output.html", SaveFormat.Html);
Thanks,