extendscript Questions

2

Solved

I have a set of images and X-ray data generated from coupled scanning electron microscopy and energy dispersive spectroscopy. Here's my problem: I imaged transects of a rock surface like this (pur...
Siddra asked 13/3, 2020 at 17:51

2

Solved

I’m writing an app in typescript to compile to adobe extendscript (an es3-based javascript syntax). I am trying to use the extendscript-only syntax #include "path_to_file"; which is not ...
Stipe asked 30/7, 2020 at 15:42

1

I often work with icons and need to quickly check how they look with pixel preview. When I'm building them I have the grid enabled, and artboards visible. I really want a script that will do the fo...
Schist asked 25/8, 2022 at 6:0

6

Is Adobe Media Encoder (AME) Scriptable? I've heard people mention it was "officially scriptable" but I can't find any reference to its scriptable object set. Has anyone had any experience script...
Mannuela asked 31/1, 2010 at 1:12

5

When I catch an error in ExtendScript, I would like to be able to log its stack trace. It appears that errors do not contain stack traces in ExtendScript, so I'm playing around with the idea of add...
Lowminded asked 24/4, 2013 at 20:29

7

Solved

Typically when you're writing a .jsx script to automate an Adobe product (like InDesign, Illustrator or Photoshop), you write, debug and execute the script from the ExtendScript IDE. Is it possible...
Jessiajessica asked 2/10, 2010 at 16:43

3

Javascript's setTimeout function is a method of the window object. This object doesn't exist in ExtendScript and is therefore not available to scripts made for Adobe InDesign or Illustrator. What c...
Boarer asked 22/5, 2012 at 11:48

2

Solved

I am working on processing meta data information of my Indesign document links, using ExtentdScript. I want to convert the object to string using JSON.stringify but when I use it, I am getting err...
Chiles asked 30/5, 2019 at 9:11

5

Solved

I want to get the absolute folder path of current running Extendscript. i.e __DIR__ in php (or) __dirname in nodejs. Equivalent in Extendscript.
Ludewig asked 16/5, 2012 at 21:20

0

This script takes the last filter that was applied and repeats it on all selected layers and masks. (It is designed to avoid the need to collapse layers into a smart object in order to batch-apply ...

2

I created a extendscript that automatically creates layersets for asset textures for a game. After creating a layerset, the set is expanded by default. I want the layerset to be collapsed as shown...
Rout asked 12/9, 2015 at 14:16

2

Solved

My only prior experience with #targetengine is when I've used #targetengine "session"; to turn a dialog into a palette when scripting in InDesign. But as I'm trying to figure out how to script a me...
Normandnormandy asked 27/12, 2012 at 21:43

4

We're writing a bunch of .jsx scripts and in each I have to mock out some functions so I can use things like Array.map() and String.trim(), but I don't want to have to include that code at the top ...
Affiliate asked 1/4, 2013 at 15:30

3

Solved

Not a programming problem per se, but rather a programming environment problem that I have been unable to find a solution to. The problem relates to Adobe's Extendscript Toolkit (both 3.5 and 4), ...
Landholder asked 20/11, 2018 at 9:54

1

In After Effects, a lot of my time is spent in the graph editor, and a lot of the motion I create is similar. I've used Ease and Wizz to use expressions to duplicate easing motion between layers, b...
Comedy asked 21/8, 2013 at 18:8

3

Solved

I'm writing a script for After Effects that collects all properties from a layer and write them into an XML file. When I retrieve the values from the XML, some values are readOnly and the toolkit t...
Burgoo asked 2/8, 2015 at 13:1

2

Solved

I've started a project where I need to use Adobe Indesign and ExtendScript to programmatically extract some data from a series of INDD files. The version of Javascript used for scripting in these p...
Bureaucracy asked 8/2, 2016 at 17:51

1

I am working on After Effects scripts and using AE scripting guide as a base of learning. I have one After Effect project which includes two AE projects in it and each of the project having multi...
Kanchenjunga asked 15/10, 2015 at 10:23

1

I'm trying to create a script in ExtendScript for Premiere Pro that will load-in specified video files, clip them at specified start and stop times, place them into a sequence and then export the r...
Dav asked 7/10, 2013 at 20:39

2

Solved

I'm a JavaScript developer, who has just begun to dive into Adobe's ExtendScript technology, aiming to improve productivity and workflow on many of my enterprise's daily tasks on Illustrator PDF fo...
Ghiselin asked 20/6, 2013 at 20:11

1

Solved

I'm trying to place an svg in illustrator using extendscript. Here's basically what I'm doing var doc = app.documents.add(); var p = doc.placedItems.add(); p.file = new File(svgfilepath); This f...
Jory asked 3/3, 2015 at 18:21

1

Solved

How does one loop through all the compositions in the currently opened After Effects project?
Megrims asked 11/2, 2014 at 0:35

3

Solved

This seems like it would be a very easy problem to solve, but I've been banging my head against it for almost an hour. All I need is a snippet of javascript/extendscript code so that my InDesign CS...

3

Solved

I'm working on a Photoshop script in JavaScript using ExtendScript. My script allows some user input, and I'd like to save it between uses. That is, I'm looking for a way to save a simple string or...
Levenson asked 17/1, 2013 at 21:33

1

Solved

The only difference I have found so far: If a script that is run by app.doScript returns an error, the file and line number of the error are overridden by the file and line number of the app.doScri...
Ironing asked 25/2, 2013 at 18:51

© 2022 - 2024 — McMap. All rights reserved.