Top "Extendscript" questions

ExtendScript is one of the scripting languages available for implementing custom functionality for Adobe products like Photoshop, Illustrator, etc.

add variable to array in a loop

using extend script to push a variable into an array it's basically javascript. any idea what I am doing wrong? …

javascript arrays variables loops extendscript
Is it possible to execute JSX scripts from outside ExtendScript?

Typically when you're writing a .jsx script to automate an Adobe product (like InDesign, Illustrator or Photoshop), you write, debug …

javascript adobe extendscript indesign-server
"Console.log" with Photoshop Scripting - ExtendedScript Toolkit

I'm doing a bit of Photoshop scripting for the first time and it sure would be great to have a …

photoshop extendscript jsx
Extendscript current script path

I want to get the absolute folder path of current running Extendscript. i.e __DIR__ in php (or) __dirname in …

extendscript
How do I create a folder using ExtendScript?

This seems like it would be a very easy problem to solve, but I've been banging my head against it …

javascript directory adobe-indesign extendscript create-directory
How to Change Default Path of File Open Dialog?

I'm writing a script that allows me to do some basic imposition within InDesign CS3, and one of my tasks …

javascript scripting shortcut adobe-indesign extendscript
Function to show/hide layer with Photoshop script (JSX)

I am writing a script that will loop through layers, trim them and export. So far I have most of …

photoshop extendscript
After Effects / ExtendScript: Using libraries and importing .jsx files?

I am new to After Effects scripting but have much experience with JavaScript in the browser. How do I import .…

extendscript after-effects jsx
Is there an equivalent of setTimeout in Adobe's ExtendScript

Javascript's setTimeout function is a method of the window object. This object doesn't exist in ExtendScript and is therefore not …

adobe settimeout extendscript adobe-indesign