Seeking guidance on how to embed an Acrobat Javascript within Adobe Acrobat in order to generate a link annotation. The current method involves using the "addLink" function within the document object, which triggers a Javascript action upon clicking the link to redirect to a new location or URL.
However, I am looking to create a Link annotation specifically with a simple URL, rather than a Javascript action. Is there a way to achieve this through the Adobe Acrobat API?
(Please refrain from recommending plug-ins as a solution, as my focus is on exploring the possibilities within the existing Adobe Acrobat features).