Hi,
In my application I have a requirement in which I have to generate html with table of contents.I know that this feature is not directly supported in Aspose so I found a way around.
Using documentbuilder’s insertTableofContent method by passing field codes I created a document with TOC. I opened that document manually and updated the doc to make toc appear on doc. Now when I generate html by using this new generated document it is coming fine with proper TOC. Now my question is that is there any way by which i can avoid this manual update of document and can generate html directly or do we have any other way to achieve the same.
Please suggest.