Sign in to follow, share, and participate in this community.
I have written a script and used it for several years to take metadata and place it on a PSD file as a layer as 12 point text. This script runs fine on my main desktop computer running Win7 and Photoshop CS 6.... Hi there, I know that ExtendScript is a dialect of Javascript, so if I want to learn scripting, should I first study Javascript or just plough straight into ExtendScript? Regards, David I have created the below script to create an XML settings file, that will be recalled upon every execution of a script. I am able to successfully execute the script and get it created, but I'm not so sure how to modif... Hi, I'd like to write a script that does the following: Gets text from a (non-structured) Framemaker file using paragraph formats. Prints the file to a PDF. Sets the respective metadata fields for th... As most of you know, Bridgetalk is a way to send and receive, information and scripts, from one Adobe application to another. Does anyone actively use this object? What do you use it for? Launching one product from ... I'm updating my portfolio to include PHP, however, I'm having trouble getting the PHP to work on a HTML page. The HTML works on the PHP page as expected. How do I connect the PHP to the HTML page. Right now when I vie... Sir,
We would like to purchase Adobe, if we can find INDIC UNICODE SUPPORT (COMPLEX SCRIPT SUPPORT) in all products of DTP and DESIGNING kind. If anyone can help us whether we can expect such one in the future.
Th... I wrote a simple script which should sequentially execute individual scripts with different applications utilizing BridgeTalk. The script is working fine if I load it in the ExtendScript Toolkit and press <F5> ... We are looking to do the following things via javascript in AfterEffects CS3. It does seem straight-forward, but am unable to find a good reference or example.
* Add at startup a menu item under "File" (or similar ... Hallo everybody, i'm new to this forum and this is my first post. May someone can help me: I have got 12 images (jpg) of the same size and i want to do an random array of these for a high quality ditigtal pri... Hey there adobe Users Ive been given the Task to Make a small vertual Interface for a program for tech support to help the advisor troubleshoot with customers so bassically i have a bunch of screee... I have the following scenario: I need to distribute my swf and flv files acoording to client IP origin. I am using ISAPI Filter to do the URL redirect. My apllication uses HTML/Flash AS2/Javascript My ISAPI... Hi - forgive me if this is the wrong forum, but I can't find a topic called "how to use Acrobat"
I need to create a PDF that will open in Acrobat Reader with the bookmarks displayed. The file will be distributed a... I run a repo company and have zero experience in the developing applications and I could use some help from anybody that is willing to give it.... Here is a basic idea of what I need... let's say there are 3 sta... Dear all,
I want to add a new function to my preflight script which should check color settings chosen in Photoshop. My major problem is that I cant get result outside of bt.onResult function.
Here is where I got ... I have this simple jsx script where I want to get the bounds of a selection: try { var s = app.activeDocument.selection.bounds  ... Applicaton: CS5 and javascript The doc.pathItems.add() and line.strokePath() scripting commands have inconsistent results with document resolution setting. In a for loop I create a pathite... Alright, Totally new at this extendscript stuff, but it will be my 6th coding/scripting language if I can become profficiant in it. ( after C++, Objective-C, AppleScript, AutoHotKey and Bash... I don't count HTML/CSS)... I'm not sure if this is the right place for this questions, and if not, please forgive me, but I've been working on this issue for a few weeks now, and have yet to find a solution... When I try to access anyth... Hello everybody, I have this script to scroll a movieclip on Ipad: import fl.transitions.Tween; import fl.transitions.easing.*; text_asco.addEventListener(TransformGestureEvent.GESTURE_SWIPE, onSwipe8); ...