Acrobat JavaScript - convert JavaScript page links to “real links”
问题 The situation: I have ~1,000,000 PDF files. I am using Acrobat JavsScript to search for certain keywords in each of the PDFs, and then give the keyword a link by setAction("this.pageNum = n") . The pageNum value, n, is generated by my script, too. The result is that the user can go to page number n directly by clicking the link. The problem: I do not want the links to trigger JavaScript actions. Instead, I want to them to be "real links" . Each of the "real link" should point to the same page