Forum


Replies: 3   Views: 1254
Table of content not displayed during transform from word to html
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 06-11-2020 - 06:59

Hello,

The current version of Word to HTML doesn't support transforming the TOC. On https://www.phpdocx.com/documentation/introduction/word-to-html-PHP you can read the supported contents and styles and how they are transformed. Instead of TOC we recommend you using links with bookmarks or cross-reference contents.

Using the conversion plugin based on libreoffice or msword (https://www.phpdocx.com/documentation/conversion-plugin) you can generate the TOC contents and then transform the DOCX output to HTML with TransformDocAdvHTML.

Regards.