I need some guidance.
I have an large index that I need to place a fields linked to that specific page in the document. Is there an easy way of doing this? I am currently making a button for each page number. But, thinks there should be a way it can read the page number and automatically place a button with the correct page destination on it.
Any help?
thanks,
sj
Help anyone?
for (var p = 0; p < this.numPages; p++)
{var numWords = this.getPageNumWords(p);
for (var i=0; i