This is a migrated thread and some comments may be shown as answers.

drawDOM and links

3 Answers 112 Views
Drawing API
This is a migrated thread and some comments may be shown as answers.
Niels
Top achievements
Rank 1
Niels asked on 07 Sep 2015, 06:17 AM

Hi,

I'm using drawing.drawDOM to create a PDF. I have to make a table of contents in the beginning of the PDF. I've got two issues:

- How do I link to another section of the PDF? <a href="#conclusion">Conclusion</a> and then later <a name="conclusion"></a> doesn't seem to work :-/

- How do I figure out on which page a specific part of the document is being rendered? In my TOC I would like to say "Conclusion....page 22".

I hope you can help me :-)

Thanks!

3 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 09 Sep 2015, 06:55 AM

Hello Niels,

 

Linking in a PDF exported web page is currently not supported. You can submit this as a feature request on UserVoice, so that it is considered for implementation in a future release.

 

As for the other question - there is no such configuration, you can manually put together the pages and put them in the requested other, but you need to do it with custom code using the Drawing API

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Niels
Top achievements
Rank 1
answered on 21 Sep 2015, 12:43 PM

[quote]You can submit this as a feature request on UserVoice, so that it is considered for implementation in a future release.[/quote]

 Two feature requests submitted:

- Links in PDF's

- Page numbers in table of content

0
Kiril Nikolov
Telerik team
answered on 22 Sep 2015, 06:29 AM

Hello Niels,

 

Thanks for that!

 

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Drawing API
Asked by
Niels
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Niels
Top achievements
Rank 1
Share this question
or