Hello,
I was wondering if there was anyway to jump to certain pages on certain files within a pdf portfolio.
Essentially what I want to have is a table of contents with various links that say jump to page 3 ...etc
I found something similar that might or might not help and here is the code:
xfa.host.setFocus("page2.TextField1")
This code within a button will jump to "TextField1" on page 2 when clicked.
It would be really neat if there was a way to somehow use this or another idea to jump to pages on different files within a pdf portfolio and essentially create a network between all the files.
thanks,
-vargs