AutoHotkey Community

It is currently May 25th, 2012, 11:39 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: February 5th, 2008, 4:51 am 
Offline

Joined: February 21st, 2007, 5:52 am
Posts: 51
Location: Australia
This is a nice utility available from the author of pdf hacks. It works in Acrobat and Acrobat reader (I only tested with Version 7)

It lets you place a bookmark to any pdf file page on any (local?) directory. I love it because I browse between mulitple files often, and it saves your favourite spots in each file.

Download: Javascript Bookmark Utility

You add the bookmark_page.js file to your C:\Program Files\Adobe\Acrobat 7.0\Reader\Javascripts directory.

Next time you run Acrobat Reader, four new menu items appear at the bottom of the View menu:

Bookmark this page 5
Go to Bookmarks 6
Remove a bookmark
Clear Bookmark

Notice that there are no keyboard shortcuts to the last two items.

I edited the javascript file and added in keys 7 & 8 to the last two items (just search for "&6" in the .js file) before I copied it to the javascript directory.

Here's a simple script to run these commands from a single keystroke:

Code:
#IfWinActive, ahk_class AdobeAcrobat
b:: SendInput, !v5
g:: Sendinput, !v6
l:: Sendinput, !v7 ;edit: x intereferes with another function
c:: Sendinput, !v8
return


PS I tried hard to work out where the bookmark info is stored. There is some info at: PDF hack#15 but this appears to be incorrect...


Last edited by supergrass on October 17th, 2008, 12:38 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2008, 10:56 am 
Thanks. It works well.

And I find the bookmark info is stored at "C:\Documents and Settings\xxx\Application Data\Adobe\Acrobat\7.0\JavaScripts" directory, the file is glob.js.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: infogulch, Opal Monkey, tidbit and 9 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group