How to open a PDF file at a specific page with a link
To target an HTML link to a specific page in a PDF file, add #page=[page number] to the end of the link's URL.
For example, this HTML tag opens page 4 of a PDF file named myfile.pdf:
<A HREF="http://www.example.com/myfile.pdf#page=4">
Note: If you use UNC server locations (\\servername\folder) in a link, then set the link to open to a set destination using the procedure in the following section. If you use URLS containing local hard drive addresses (c:\folder\), then you cannot link to page numbers or set destinations. With Adobe Acrobat 7.0 products, a link to a page number only works if you use HTTP or HTTPS locations. UNC server locations will only work if you use the set destinations method outlined in the following section of this document.