Answered
I want to programmatically generate a link on the page. I have managed to do so with the help of addLink() function. The problem is I am unable to generate links from multiple words/phrases like "Click Here". As soon as there is a blank space character the getNthWord() or getNthWordQuads() function become useless. Is there a way around this? Any help is appreciated. Thank you.
If you find the word "Click" you just need to check if the next word after that is "Here". If so, take both of their quads and use them to create your link.
PS - this is not really a 3D question. You should post this kind of questions in the JavaScript forum.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com