Is there a way to include static content in the table of contents in Scroll PDF Exporter?
The current scenario that I have is as follows:
Any suggestions as to how the <PAGE_TITLE> page can be incorporated into the table of contents is very much appreciated.
Hi Ana,
you can add arbitrary elements to the toc by using this replacement:
${toc.addTocEntry("<THE_TOC_LABEL>")}
The replacement generates an ID which must be added to an HTML element where the link in the toc should point to.
For example:
<h1 id="${toc.addTocEntry("My included page")}">My included page</h1>
Hi Jens,
I tried your suggestion as follows:
<p id=${toc.addTocEntry("<THE_TOC_LABEL>")}></p>
...and it worked perfectly well!
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.