ID スプレッド中のpsd画像を選択

facebookで公開済み

#InDesign CS5

#スプレッド中のpsd画像を選択。適当にオブジェクトを選択してから実行。

tell document 1 of application "Adobe InDesign CS5"

set {a4, a2} to {{}, all graphics of parent of selection}

repeat with a3 in a2

if ".psd" is in name of item link of a3 then set a4 to a4 & parent of a3

end repeat

select a4's items

end tell