Category "adobe-indesign"

Indesign extended Script unable to create a file in Mac OS 10.16

I have a jsx script which i use for indesign scripting. The function below is used to write to a file. It works perfectly in windows. In mac it is not able to c

Adobe InDesign script to affect only selected Table/Text Frame

I am new to scripting and copied this one below and it works great but not all tables are the same in the document and I just want to affect the selected tables

How to draw a graphicLines in InDesign using CEP / ExtendScript?

I saw that there was a similar question but my problem is not the same : This is how I create my graphicLines : var myArr = [ [x1, y1], [x2, y2], ... ]

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