Linking to a Page in a PDF File
June 7, 2007 by daynah
Filed under Tips and Tutorials
I was adding a link to a PDF file to my webpage, and was wondering if it was possible to link TO a page within the PDF. I did my google search, and found exactly how to do it.
Simply link to your PDF file as usual and append page=8 to link to the 8th page. Change the number accordingly.
So the HTML code would look like this:
<a href="http://www.mywebsite.com/myPDF.pdf#page=8">Page 8 in my PDF File</a>
Nice Trick. Thanks Planet PDF. :)
