Convert to vector and generate line drafts
Excuse me,I come from China and my English level is limited, so my question may not be accurate enough. I need a Illustrator plugin, realize the function of digital painting: Convert JPG images into...
View ArticleConvert to vector and generate line drafts
Excuse me,I come from China and my English level is limited, so my question may not be accurate enough. I need a Illustrator plugin, realize the function of digital painting: Convert JPG images into...
View ArticleAlert automatically
Hello All, I need a script to alert to a user if he edit some text on illustrator.Which will happen automatically like event Listener please help me. Thanks for any help.
View ArticleCreating Symbols from Layers
Is there a way to do this? Is there a script out there that can create individual Symbols from individual layers? EDIT: I pasted this in the wrong forum so i moved it over here.
View Articlehow to execute applescript .scpt from Javascript
I have put 'do shell script' to my .scpt which should run after the Javascript. Here, .scpt will be changed per file where I can't make that as '.app' to execute as application. Also kindly help me to...
View ArticleCreate swatch group and add existing spot colors to group
All, Thanks in advance for any help with this. I am trying to script the creation of a swatch group and then select all spot colors in the document and add them to the group. This is what I have so...
View ArticleObjects references issues
Hi, I have a document hosting several groupItems objects. I have this loop trying to isolate them one by one onto a new document.My main issue, is that one loop is run, the script seems to loose...
View ArticleHow to detect error in JavaScript script for corrupt Illustrator file
I am trying to open a corrupt Illustrator file using JavaScript method app.open().I am suppressing the warning dialog in the Illustrator before calling app.open(): app.userInteractionLevel =...
View ArticleGraphic Style / Aspect
Hello,I develop a plugin where I need to create/update/modify graphic style and/or Aspect for graphic item. I try many solutions, search on the web but for the moment it's not possible.Could you please...
View Articleimport a Graphic Style Library in Adobe Illustrator using Javascript?
I am creating a script to distribute to users.The package contains 1 script and a graphic style library that is required to apply a 3d effect in the script.Is there a way to open the graphic style...
View Articleexport PDF options
Hi everybody, I’m working on a script that I am saving in .pdf format. I want to get the lightest file possible but even if I tick all the possible options to reduce the file’s weight, the file I get...
View ArticleUsing Interop.Illustrator with VS2017 aand C# PlaceItem.File property...
C# code as example of problem: private void Run_OnCLick(object sender, RoutedEventArgs e) { Document doc = null; Illustrator.Application app = null; try...
View ArticleNumbering text frame Gradually
Good day, I search some one to programming for me Javascript code for adobe illustrator CC; the script will write number in multiple text frame from top to bottom and right to left or vis versa, from...
View Articleinsert and extract data in illustrator
Hi,is there any functionsapp.activeWindow.activePage.insertLabel ( "key","value")app.activeWindow.activePage.extractLabel ( "key") in illustrator scripting like in indesigni want to store some data in...
View ArticleImport Files To layers
I'm using this script below, but i want to place the eps files in the active open document not create a new document for them to be placed in. i see the line "myDocument = app.documents.add();" as the...
View ArticleESTK "Cannot execute script." after updating to Illustrator 2019
Happy Monday morning, Anyone update their "Illustrator 2019" & "Photoshop 2019" to latest version this morning? Then try to execute scripts using "ESTK v.4.0.0.1" with latest version of Illustrator...
View ArticleHow can i use GPU in scripts?
Long time ago i used this scriptScript. Insert text number in the middle of visible bounds of the each objectBut then the document is too big, it can take couple of hours to complete.On my PC there is...
View ArticleEmbed Everything
I have a script that allows me to embed an object #target Illustrator var idoc = app.activeDocument; var iplaced = selection[0]; iplaced.embed(); Problem is i want it to embed everything in the...
View ArticleScript - color balance.
Hi Everybody, I am writing a script ( first time) that place a file in the "right" AI file, embed it, run a (AI ) action and save it as a PDF. Its work, after many try's and a lot off google hours....
View Article