How to Customize/Edit the Actual HyperLink Code in a PDF
I have a PDF book catalog with hyperlinks on each book's title and cover art. I need for the link to trigger a JavaScript action using a class selector. In normal page code the link would look like this:
<a href="#" class="book_3">
I'm assuming the HyperLink editor in Acrobat is only set up to accept the basic URL which, in this case, there isn't one. This one includes a class declaration. Is there a way to back my way into the actual link code on a PDF once it's been set by the link editor so I can edit, or another way of doing this?
Thanks.
