using extend script to push a variable into an array it\'s basically javascript. any idea what I am doing wrong?
I\'m trying to automate data merge process. Here\'s what I have: First of all have created a working datamerge script:
I need to know how to read data from tabbed delimited text file in order to export merged documents to correct location.
function showMyLayers() { var Mylayers = [ [\"ISO\"], [\"ODO\"], [\"Black Round Mask\"], [\"red glow on gauges\"],
How can I do some manipulations with the t开发者_开发百科ext in a TextBox on resize in Adobe InDesign CS5?
I\'m trying to integrate a web service that serves PNG images into Photoshop using JSX/ExtendScript. To accomplish this, I create a Socket (TCP) and write the user configurable parameters in the GET r
I\'m writing a script that allows me to do some basic imposition within InDesign CS3, and one of my tasks is to open a dialog allowing the user to select a file to place. I\'m currently doing this wit
How can I have my .jsx script when finished execute another .jsx script? Maybe this will help understand what I am trying to do:
I am scripting Illustrator CS5 with the Extendscript Toolkit. I set several breakpoints in my code, they show up as red dots next to the line number. But when I run the script, it executes all the wa
I\'m creating a Custom Google M开发者_Go百科ap based on an image in an Adobe Illustrator file.I need to cut the file into 256px x 256px PNGs to feed into the Google Maps API.