Skip to main content
Participant
September 26, 2011
Question

export all hyperlinks

  • September 26, 2011
  • 1 reply
  • 472 views

Hi!  I using indesign cs 5.5. (mac)

I have a long document with hundreds of hyperlinks and want to export ALL hyperlinks into a new text frame on a new page so I can have a list of all hyperlinks in the document...

any help would be appreciated....

This topic has been closed for replies.

1 reply

Inspiring
September 29, 2011

I don't have access to 5.5, but this seems to work for me to gather the URLs in CS4:

tell application "Adobe InDesign CS4"

  tell document 1

      set myHyperlinks to destination URL of destination of every hyperlink

  end tell

end tell

Does that help?