Forum Discussion

MikkoRiese's avatar
MikkoRiese
Copper Contributor
Jan 25, 2024

Word: Hyperlink to pdf with jump mark #

Hello,

i want to add an hyperlink to a worddocument to a specific position in an pdf.

The hyperlink to the pdf itself works.

But if i want to go to a specific page or jump mark only the pdf gets opend, but it does not navigate to the right position.

 

For a navigation to a specific page i thoughed the sysntax should be

xxxx.pdf#page=2

And for a jump mark named Test just

xxxx.pdf#Test

 

Any idea how i can get this to work?

2 Replies

  • I would suggest asking your question in a Word forum. This one is for the Microsoft Access relational database product.
    • MikkoRiese's avatar
      MikkoRiese
      Copper Contributor
      Thanks.
      I mixed up the forums.
      I thought it would be a general 365 forum.

      Anyway for everybody who should be intereseted in the answer:
      For some reasons it is only possible to reference to a specific page or jump mark, if the link to the file is an URL.
      Or using VBA (open file in acrobat reader and add the mark to the opening command)