These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Bounding box coordinates, help required please...

TecNik
Registered: Feb 25 2008
Posts: 17

Hi There,

Please can anyone tell me if it's possible to create bounding box coordinates, for a link annotation, from text highlighted using the Text Touchup Tool?

I've had a look through the JS Reference and have found selStart and selEnd, can anything be derived using these positions.

Thanks in advance.

Regards,

Nick

P.S. Am I in the right direction with:-

doc.getPageNthWord()
doc.getPageNthWordQuads()

My Product Information:
Acrobat Pro 7.0.9, Macintosh
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4308
Look at the "addLink" method in JS API Reference. The quads, "oCoords", used for the link are the same as for the words.

George Kaiser

TecNik
Registered: Feb 25 2008
Posts: 17
Thanks for the help.
I'll have a play and see how I get on.

Regards,

Nick