Menu

#2 Bookmark implementation

open
nobody
None
5
2008-08-04
2008-08-04
Anonymous
No

Hi,
I'm currently using phprtflite class which is really nice and easy to use.
Something miss me. Is is possible to add a "bookmark" feature.
By Bookmark I mean an inside hyperlink (like thoses used in the index of a document).
To do that, I manually edit my rtf files and do the following for each link:
- replace the original line:
{\*\fldinst {HYPERLINK "http://about:blank"}}{\fldrslt
by that
{\*\fldinst {HYPERLINK \\l "anchor_1"}}{\fldrslt
-at the place where I want my hyperlink goes, I add that:
{\*\bkmkstart "anchor_1"}{\*\bkmkend "anchor_1"}

et voilà!

Is it possible ?

Discussion


Log in to post a comment.