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.p
Solution 1:
At the end I used a script from this site:
http://try67.blogspot.de/2011/09/convert-javascript-links-to-real-web.html
Its a java tool which does exactly that - if you need a quick solution.
It seems that JAVA will be the approach to interpret the javascript inside the PDF. Pythons PDF does
Post a Comment for "Acrobat Javascript - Convert Javascript Page Links To "real Links""