%!PS
/Helvetica findfont 20 scalefont setfont
20 dup moveto (Comparator) show newpath
[ /Rect [ 20 dup moveto (Comparator) false charpath pathbbox newpath ]
/DST /Color [.7 0 0] %use Page 2 to make this work temporary
/Subtype /Link
/ANN pdfmark
showpage
For the above postscript, I donot know the destination page number until the full pdf is generated.The description for Comparator is found at the end of pdf in a description table.I tried to link it via Latex with \hypertarget but didn't work. Comparator in pdf can exists more than once and they should be be linked to my description table at the end. Which way is best to complete my task? please advise.