• 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
InDesign Scripting - Getting Links of Active Spread
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InDesign Scripting - Getting Links of Active Spread


  • Subject: InDesign Scripting - Getting Links of Active Spread
  • From: "Simon, Garry" <email@hidden>
  • Date: Sun, 4 Mar 2007 19:06:47 -0600
  • Thread-topic: InDesign Scripting - Getting Links of Active Spread

Hello everybody.

I need a script to return a list of all the links in the active spread of an InDesign document for the purpose of updating them. Getting links for the entire document is easy:

 

tell application "Adobe InDesign CS2"

            tell document 1

                        every link

            end tell

end tell

 

but I can’t figure out how to get just the active spread’s links. For example,

 

tell application "Adobe InDesign CS2"

         tell document 1

                   every link of active spread of window 1

         end tell

end tell

 

doesn’t work. Any ideas?

Thanks,

Garry Simon

 

 

 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: InDesign Scripting - Getting Links of Active Spread
      • From: Shane Stanley <email@hidden>
  • Prev by Date: re: regex
  • Next by Date: Re: InDesign Scripting - Getting Links of Active Spread
  • Previous by thread: re: regex
  • Next by thread: Re: InDesign Scripting - Getting Links of Active Spread
  • Index(es):
    • Date
    • Thread