Writing a Word hyperlink to a specific page of a local stored pdf
I'm writing because I haven't been able to solve this problem.
I'm generating a DOCX file using Microsoft Word.
I need to insert hyperlinks to specific pages in several PDF files stored on my computer's local drive.
When I click a hyperlink, the PDF opens at the location where I left it during my last viewing, but it ignores the page number I specify at the end of the link using the #page=12 syntax (where 12 is the page that should open immediately).
