Acrobat Bookmarks in OsX
Acrobat Bookmarks in OsX
- Subject: Acrobat Bookmarks in OsX
- From: Paul Gobble <email@hidden>
- Date: Mon, 11 Nov 2002 16:06:13 -0500
AppleScripting Acrobat anyone?
Back in the Os 9 days, I was able to programmatically create bookmarks
in Acrobat files with the following code
on makeBookmark(thisName, insertionPoint)
tell application "Acrobat 4.0"
set myBook to make new PDBookmark
set the destination page number of myBook to insertionPoint
set the name of myBook to (thisName as string)
end tell
end makeBookmark
But now in Os X and Acrobat 5 this does not work. Anyone know what has
changed?
Thanks for any help,
Paul
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.