Forum


Replies: 11   Views: 4933
Addtablecontents in a specific page
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  · 19-07-2016 - 14:29

Hello,

Sorry, but what do you mean by 'but nothing happend'? If your template has a TOC and you add headings to the document, when you update the TOC in Word the headings must appear.

Another approach, maybe it's easier for your specific case:

1. Create the first and second pages standalone in a DOCX.

2. Create the table of content using addTableContents in another DOCX.

3. Create the other content of the document in another DOCX.

4. Merge all DOCX using mergeDocx (http://www.phpdocx.com/api-documentation/docxutilities/merge-Word-documents-with-PHP)

Regards.