clipped from bluedragon.blog-city.com
Jump to a PDF page or section via a URL request
Heres something pretty cool. Did you know you can cause a URL request for a PDF to go right to a specific page, or even a specific section of the document? Just use the format for HTML anchors, as in #page=nn, to tell the PDF to be loaded on page nn. Use #sectionname to go to a section name instead.
For example, the following would jump to page 29 of the BlueDragon Compatibility Guide:
http://www.newatlanta.com/products/bluedragon/self_help/docs/6_1/BlueDragon_61_CFML_Compatibility_Guide.pdf#page=29
Or, to go to�the section on our available CFIMAP tag (a section titled, specifically "4.5.7 CFIMAP"), use:
http://www.newatlanta.com/products/bluedragon/self_help/docs/6_1/BlueDragon_61_CFML_Compatibility_Guide.pdf#4.5.7%20CFIMAP
Note the space between the section number and title (4.5.7 and CFIMAP) which Ive indicated here as %20, the standard character code for URLs to represent a space.