Question
Configure All Links In Document To Open In The Same Browser Window/Tab
I want to setup links in my document to always open in the same browser tab or window. Currently, every time a link is clicked, a new browser tab is created. I want to prevent these addtional tabs from being opened and just limit it to one. I know this can be done on the web with Javascript using Window.Open(). I'm wondering if and how this can be implemented in a PDF document.
Thanks
