Hi Stefan,
That's actually not what I need. I have static content, and I don't need to show page numbers in the TOC. The only requirement is that when component is exported to PDF, clicking on the item in the TOC leads to a section in the PDF document.
If you can take another look at my StackBlitz example, you can see that I have three static TOC items, and three section in the component. When you export component to the PDF, clicking on the TOC item (eg. Section 1) leads to an external link (localhost://...) instead of leading to the corresponding PDF document section.
What would I like to accomplish -> when component is exported to PDF via Chrome's print to PDF, clicking on the TOC item, leads to the PDF document section. Can Kendo PDF replicate that?