Skip to main content
Participant
June 13, 2024
Answered

Internal link

  • June 13, 2024
  • 1 reply
  • 526 views

Hello everyone,

i would like to make a PDF more interactive and jump to certain pages via an internal link.
The internal links are not the problem.
However, I am looking for a way to return from the linked page to my starting point, the page on which I clicked the link.
Is there a possibility?
best regards
Max

This topic has been closed for replies.
Correct answer try67

You can create a link that executes the Previous View command, but that would only work (correctly) if the user didn't scroll or change the view at all after they clicked the first link. Otherwise you could do it using a more complex solution, with a script that keeps track of the last page viewed, and then jumps to it when the "Back" button is clicked.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 13, 2024

You can create a link that executes the Previous View command, but that would only work (correctly) if the user didn't scroll or change the view at all after they clicked the first link. Otherwise you could do it using a more complex solution, with a script that keeps track of the last page viewed, and then jumps to it when the "Back" button is clicked.