/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#target "InDesign" with (app) { try { var myDoc = activeDocument; var myStory = selection[0].parentStory; } catch (error) { alert(error); } }