Convert javascript links in PDF to real annotations
问题 We are using javascript in PDFs to facilitate the automated creation of Goto page.. etc links, or based on certain keywords. LIke this: this.pageNum = 2 This works fine, as long the PDF is opened inside a viewer that supports javascript. I am now looking for a way, preferably i Java, to convert these annotations to real annotations, which will then be usable outside of Acrobat. I have done quite some research on the net so far (i think. ,) - but couldnt find an approach how to go on with that