Page 1 of 1

Adding linked (pdf-)Bookmarks

Posted: Thu Apr 14, 2022 6:19 am
by OGaertner
Hey Guys,
i am looking for a way to add bookmarks for a pdf-table of content via code. Adding a simple bookmark or bookmark tree is quite easy and straight forward.

Code: Select all

Bookmark.Add("My bookmark 1");
Bookmark.Add("My bookmark 1.1");
Bookmark["My bookmark 1.1"].ParentComponent = Bookmark["My bookmark 1"];
Unfortunately I was not able to find some example or code documentation to link those bookmarks to a specific content of my report. I would expect some method (Bookmark["..."].AddTarget ) or a property to set link target, but there is nothing obvious in the class documentation. PageIndex seems a bit unspecific (and i dont know page index at build time).

Has anyone a idea hot to link a bookmark with a report content?

Cheers,
Oliver

Re: Adding linked (pdf-)Bookmarks

Posted: Tue Apr 19, 2022 7:22 pm
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.

Re: Adding linked (pdf-)Bookmarks

Posted: Wed Jun 08, 2022 7:24 am
by OGaertner
Hey Lech,
is anyone investigating here??

Re: Adding linked (pdf-)Bookmarks

Posted: Mon Jun 13, 2022 9:00 am
by Lech Kulikowski
Hello,

We are still investigating the issue, we will let you know about the result.

Thank you.