Unplanned
Last Updated: 11 Sep 2026 08:15 by ADMIN
Niels
Created on: 14 Sep 2015 10:54
Category: Kendo UI for jQuery
Type: Feature Request
8
pdf link
I'm using drawing.drawDOM to create a PDF. I have to make a table of contents (TOC) in the beginning of the PDF. 

It would be great if I had the ability to link to the correct section directly from the TOC. 

So <a href="#conclusion">Conclusion</a> and then later <a name="conclusion"></a> would make a link in the PDF so the reader could click on the Conclusion-link in the TOC and jump directly to the conclusion-section.
2 comments
ADMIN
Angel Petrov
Posted on: 11 Sep 2026 08:15

Hi,

Here is an example how this can be achieved using the current implementation.

Regards,
Angel Petrov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Niels
Posted on: 21 Sep 2015 11:22
I'm using drawing.drawDOM to create a PDF. I have to make a table of contents (TOC) in the beginning of the PDF.

It would be great if I had the ability to print the page number for each section. E.g. I would like to say "Conclusion....page 22".