Answered
How to create new indesign object to the indesign app?
Script to create new indesign object into the indesign app
example app.dataset()
Like this I want to create in indesign. Is this possible?
<Title renamed by moderator>
Script to create new indesign object into the indesign app
example app.dataset()
Like this I want to create in indesign. Is this possible?
<Title renamed by moderator>
Take a look at the links below for InDesign's Data Merge...
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#DataMerge.html
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#DataMergePreference.html#d1e416434
//Example
app.activeDocument.dataMergeProperties.selectDataSource();
app.activeDocument.dataMergeProperties.mergeRecords();
Regards,
Mike
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.