Preserve leading whitespace in XML dataset
Hi everyone, new XML question: what is a way I can preserve whitespace within the <p> tags of an Illustrator dataset XML file? The behavior I see is that no whitespace is saved in the leading and...
View ArticleIllustrator script to select multiple layers
I have about 74 layers in illustrator and i want to run a script to select combination of layers at a time. For e.g. I want 5 layers to be selected and save them as one .jpg. Then say i need to select...
View Articleillustrator Spiral Shrinking/Growin text, scaling down/up on spiral path
First of all thanks in advance for anyone who may assist, or make this even possible...... (please contanct me ADAM razo.ad1985 --->G.mail) In dire need of expertise assistante. Years ago I...
View ArticleIs it possible to have a keyboard shortcut run a script with CS6?
I see there is an option for it to go to "other scripts" with a keyboard shortcut, but that really doesn't help much. I want it to play a specific script that is already loaded. Thanks in advance!!
View ArticleIs it possible to get access to a graphic style library via scripting?
Is it possible to get access to a graphic style library via scripting?
View ArticleCalling functions from UI palette
Hello,From what I understand, you can't call complex functions from a scripted UI palette, only from "dialog" windows (which are usless in my case) because I need the persistance of a palette. I have...
View ArticlePg Number, File path and date automatically printed?
Is there a way to automatically print the page number, complete file path and date at bottom of each page (set to landscape)? Thanks!
View ArticleApplescript, XMP, and custom namespaces
Having had to switch gears from JS to AS to solve a database integration problem, I could use some help getting specific XMP out of my AI files via AppleScript. Extracted this from the InDesign...
View ArticleRemove namespaces from elements
There is a problem I am experiencing, that others have discussed here Illustrator retains unsavory namespaces in SVGs, can't open it's own export Basically the AI document retains namespace data from...
View ArticleDimension Illustrator CS6
Does anyone know of a script that will automatically put dimensions on rectangular shapes in Illustrator CS6?
View ArticleDelete unnecessary points
Please see this post in the main forum. I am looking for a script (if one exists) that will delete unnecessary/redundant points. My OP: Let's say I have a rectangle, and in addition to the corner...
View ArticleHow get rotate of TextFrame?
I have a TextFrame : Rotate 45 ange I want to get Rotate of this TextFrame and set to new TextFrame AddI find in document, only exist function set Rotate to TextFrame.How get rotate of TextFrame?
View ArticleStartup Script for Illustrator only
Hi, I've made a nice palette script for Illustrator CS6 on OSX 10.6.8.I put it into HD/Library/Application\ Support/Adobe/Startup\ Scripts\ CS6/Illustrator I works fine in Illustrator. BUT: If I start...
View ArticleFind and Replace Text script needed
Hi Firstly, I am a noob when it comes to scripting. I would like to be able to automate several search and replace text commands in an open text document. I have tried recording find and replace...
View ArticleSimple InDesign script -> Illustrator help
I have this script by Peter Kahrel that reverese the order of letters in InDesign. I need an Illustrator version of it. Can anybody help? ---------------------//ReverseText.jsx//An InDesign Javascript...
View ArticleBatch combine files into one illustrator document - how to open target document?
I am making a script which will: 1) Open a folder of Illustrator files2) Open each file in the folder (these files are called the source files)3) Select all the contents of the source file4) Copy the...
View ArticleRenaming selection with even or odd increments
I currently have an illustrator file that requires me to rename selections of objects. Currently I'm using: var docRef = activeDocument; with (docRef){ var sel = docRef.selection; for (var i=0; i...
View ArticleIllustrator script to select multiple layers
I have about 74 layers in illustrator and i want to run a script to select combination of layers at a time. For e.g. I want 5 layers to be selected and save them as one .jpg. Then say i need to select...
View ArticleAdvanced "Save as PDF" script that saves 2 PDF presets with 2 different names.
Hi Everyone, I am looking to improve a save as pdf workflow and was hoping to get some direction. Here is the background... I routinely have to save numerous files as 2 separate PDFs with different...
View Article