Hi,
we are using embedHTML to convert an html text into a docx document and our goal is to create a table of content as well. We started by adding several anchors such as <a href="#abc">abc</a> and then the relative chapter with their header, like <h4 id="abc">abc</h4>
If we open the docx file with openoffice the summary works fine and we can jump from the summary to the chapters.
If we open it in microsoft word instead we found that it prepend a relative path to the anchor path and
the jump operation does not work. The table of content appears to not be created as well.
The solution suggested by Microsoft Support does not seem to have any effect.
Thanks