Category "adobe-indesign"

How to create automatic catalog in InDesign with scripting in JavaScript

I have a following code which works great for importing excel to InDesign and creating automatic grid catalog. var doc = app.activeDocument; // get a text from

Check if the selection contains graphics

I'm trying to write a script where part of it is to find out if there is an image in the objects selected, or the objects are empty shapes. I need to check if t