Reference a specific page in a URL for a PDF file

This is a great tip if you want to send someone a link to a PDF document and want to point them directly to a specific page in the document.
Jump to a PDF page or section via a URL request

Here's 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 I've indicated here as %20, the standard character code for URLs to represent a space.

 powered by clipmarksblog it

Comments

Popular posts (all time)

Unsync and Remove iPhone Contacts From Facebook

WhatsApp from your Phone & Computer at the same time (PC/Mac)

How I Fixed Mac OSX Lion NTFS issue

How to get an SSH server running on a Mac