views:

10

answers:

0

I have schematic product which can have many sheets, each having many graphics. And I can create PDF from this which will have a page for each sheet.

I can also have graphics in a sheet referring to another graphics in other sheets. What I need is to create hyper-links for among these.

But each graphics can link to many other graphics in many other sheets. So I don't want to create just hyper link but create a context menu showing all other sheets and user can choose the sheet it wants to go.

My question is is there a way I can create context menu having hyper link ? It is possible using just PDF api or can I need to use some java script and embed that in PDF document.