Page 1 of 1
Bookmarks in PDF
Posted: Mon Sep 17, 2007 3:06 am
by bborg
Does stimulReport.net support creating bookmarks in PDF documents?
Bookmarks in PDF
Posted: Mon Sep 17, 2007 3:38 am
by Andrew
Yes, Stimulsoft Reports.Net supports bookmarks in PDF documents.
Thank you
Bookmarks in PDF
Posted: Mon Sep 17, 2007 8:39 am
by bborg
Im having problems confirming that bookmarks work in PDF.
Could you please shown me some code or point me to an example where bookmarks are added to the Exported PDF document in ASP.net 2.0 at runtime.
thank you for the quick reply
Bookmarks in PDF
Posted: Tue Sep 18, 2007 3:49 am
by bborg
Found it:
//Add bookmark - UserID
StiBookmarkExpression bookmarkExp = new StiBookmarkExpression();
bookmarkExp.Value = {"Users." + StiCodeDomSerializator.ReplaceSymbols(data.UserID) + "}";
dataBand.Bookmark = bookmarkExp;