Table Of Contents
Hi ,
I am new to html-pdf package. Can someone please tell how to create TOC (table of contents) for a pdf file.
Thanks in advance.
I am interested too. At the moment I have a toc like the one shown to build here: https://css-tricks.com/automatic-table-of-contents/
However I would like to be able to add support for displaying of page numbers, if anyone has ideas would be great thanks
maybe we can do this if we can also print {{page}} inside the body.
<span style="display:none;" id="section-id" page="{{page}}">Section title</span>
then we can add js script on table of contents to get the page of that section.
but the problem is I cant use {{page}} inside pdf body. 😢
Hi, Is there a solution to make Table of Contents work in pdf using html-pdf?
Hi, Is there a solution to make Table of Contents work in pdf using html-pdf?
@sireeshapatibandla hey did you find solution to this ? Can you share working repo or any other library ?