How to create an interactive tool to display and edit PDF links and destinations?

Q: I would like to have a graphical representation of the destination
at the location of the destination. This would allow me to view the PDF
in a PDFViewer and see exactly were destinations are located. Then if I
see that a destination is not located in the correct location, I would
like to click on the visible destination and move it to the proper
location.
---

A:
Yes, this is possible to implement using the current PDFNet SDK API.
For an example, showing how to 'activate' existing links you could
take a look at the following sample code
(http://www.pdftron.com/net/samplecode/PDFViewLinkSample.zip. Also make
sure that you are working with the latest PDFNet SDK:
http://www.pdftron.com/downloads/PDFNetDemo.zip) .

Although this is not exactly the same functionality that you are
looking for, you can use similar ideas to implement an interactive tool
for displaying and visual editing of existing PDF links and
destinations.