• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Fwd: Acrobat Bookmarks in OsX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Acrobat Bookmarks in OsX


  • Subject: Fwd: Acrobat Bookmarks in OsX
  • From: Paul Gobble <email@hidden>
  • Date: Tue, 12 Nov 2002 14:25:55 -0500

No takers on this one? Anyone have any Acrobat scripting experience they could share?

Begin forwarded message:

From: Paul Gobble <email@hidden>
Date: Mon Nov 11, 2002 4:06:13 PM America/Detroit
To: AppleScrit User <email@hidden>
Subject: Acrobat Bookmarks in OsX

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.

  • Prev by Date: Re: Illustrator 10 Dictionary
  • Next by Date: Re: handler failure
  • Previous by thread: Acrobat Bookmarks in OsX
  • Next by thread: RE:Acrobat Bookmarks in OsX
  • Index(es):
    • Date
    • Thread