mike-edel / ID-MultiPageImporter

Script for automating the placing (import) of PDF and InDesign files inside Adobe InDesign
119 stars 24 forks source link

var myPageName #35

Open Marantz5779 opened 8 months ago

Marantz5779 commented 8 months ago

I saw an addition someone named DMD add to the script: 'Start placing on Doc page' automatically pulls the page you are currently on I would appreciate it if you could add it in the next version

var myPageName = app.activeWindow.activePage.name

// Doc start page dLog.pan1.add('statictext', [10,94,190,109], "Start Placing on Doc Page:"); dLog.docStartPG = dLog.pan1.add('edittext', [10,114,70,137], myPageName); dLog.docStartPG.onChange = docStartPGValidator;

THANKS!