Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Viewing all articles
Browse latest Browse all 37788

Re: Auto save

$
0
0

copy the script in "startup scripts" folder and restart the indesign application

 

#targetengine "MySnazzyEngine";

var eventListener;

main();

function main()

{

        eventListener = app.addEventListener("afterOpen", openEvent, false);

}

 

function openEvent(eventInfo)

{

    //Here You  call your script

        alert('open');

}

 

Mi_D


Viewing all articles
Browse latest Browse all 37788

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>