Apparently you can open a .pdf file from a web page, to a specific page in the document by writing the link ..
<a href="my_pdf.pdf#page=7">
and this should open the pdf to page 7 automatically, from what I've read, elsewhere on the internet. When I tried to include a link from MS Word to a pdf in this manner, I right clicked on the text I wanted to hyperlink, selected hyperlink and entered "my_pdf.pdf#page=7" which is a file in the same directory as the MS word file. When I click on this link in Word, the .pdf opens, but it opens to the first page, not the 7th page, like I want it to.
Does anybody have any suggestions about what I'm doing wrong here?
<a href="my_pdf.pdf#page=7">
and this should open the pdf to page 7 automatically, from what I've read, elsewhere on the internet. When I tried to include a link from MS Word to a pdf in this manner, I right clicked on the text I wanted to hyperlink, selected hyperlink and entered "my_pdf.pdf#page=7" which is a file in the same directory as the MS word file. When I click on this link in Word, the .pdf opens, but it opens to the first page, not the 7th page, like I want it to.
Does anybody have any suggestions about what I'm doing wrong here?