Custom ExportType for Illustrator
I have an Illustrator Plugin that creates embroidery files from vectors. I am trying to use a script to open all ".ai" files in a folder, run my action for embroidery conversion and export multiple...
View ArticleCreate a Loop to apply an effect
Hello everyone I've to treat some pictures with Live trace. I managed to write a script that apply the preselected live trace to the active selected layer :var doc = app.activeDocument; var...
View ArticleMove Object Script / Center Text on object
Hi All,Basically what I am trying to accomplish is a script to center text Vertically or Horizontally on an object disregarding the Aescenders & Descenders, oh and without outlining the text. I...
View ArticleMethod to import any artboard from .ai file to a new document
Hello everybody! I'm actually working on a script and I need to be able to import any pages of a .ai file, in a new document in Illustrator.No problem to import the first page (or artboard if you...
View ArticleHold the javascript after opening the ai file
Dear All,Good day to you..I am using Javascirpt to make the pdf. The fonts are linked with the font server (Universal Type Client). If I run the script for batch of files, it will make the pdf without...
View ArticleNeed a script to select similar colors
So we have a client that we run a huge library of artwork with, that is updated yearly once they start ordering, per order there is usually just one file and in that file we have 3 main colors, red,...
View ArticleChange item to grayscale
In CS6. If i want to change everything to grayscale. I simply just use.App.execute.menuCommands(selectall);App.execute.menuCommands(Colors7); But my company using version cs5.1 so the code fails. How...
View ArticleIllustratorのフォント指定でなぜgetByName()メソッドを使用する必要があるのでしょうか?
こんにちは。Illustratorのスクリプトでフォントを指定する際に、例えば小塚ゴシックを指定する場合は以下コードのように記述をしております。 sel = activeDocument.selsctionsel[0].textRange.characterAttributes.textFont = app.textFonts.getByName("KozGoPro-Regular")...
View ArticleMove Object Script / Center Text on object
Hi All,Basically what I am trying to accomplish is a script to center text Vertically or Horizontally on an object disregarding the Aescenders & Descenders, oh and without outlining the text. I...
View Articleprint Adobe Illustrator swatch samples?
I would find it useful to have a catalog of all the existing swatch libraries that come with Adobe Illustrator in order to make choosing them in the future easier. Does anyone know of an existing web...
View ArticleResizing Clip Group with Javascript
Hello! I'm very new to this and at my wits' end. I am making a simple script that:-gets a users input of width and height -scales the current selection to that input (Like typing in a new width and...
View ArticleNeed a script to select similar colors
So we have a client that we run a huge library of artwork with, that is updated yearly once they start ordering, per order there is usually just one file and in that file we have 3 main colors, red,...
View ArticleIllustratorのフォント指定でなぜgetByName()メソッドを使用する必要があるのでしょうか?
こんにちは。Illustratorのスクリプトでフォントを指定する際に、例えば小塚ゴシックを指定する場合は以下コードのように記述をしております。 sel = activeDocument.selsctionsel[0].textRange.characterAttributes.textFont = app.textFonts.getByName("KozGoPro-Regular")...
View ArticleCreate a Loop to apply an effect
Hello everyone I've to treat some pictures with Live trace. I managed to write a script that apply the preselected live trace to the active selected layer :var doc = app.activeDocument; var...
View ArticleMove Object Script / Center Text on object
Hi All,Basically what I am trying to accomplish is a script to center text Vertically or Horizontally on an object disregarding the Aescenders & Descenders, oh and without outlining the text. I...
View ArticleResizing Clip Group with Javascript
Hello! I'm very new to this and at my wits' end. I am making a simple script that:-gets a users input of width and height -scales the current selection to that input (Like typing in a new width and...
View ArticleMethod to import any artboard from .ai file to a new document
Hello everybody! I'm actually working on a script and I need to be able to import any pages of a .ai file, in a new document in Illustrator.No problem to import the first page (or artboard if you...
View ArticleIllustratorのフォント指定でなぜgetByName()メソッドを使用する必要があるのでしょうか?
こんにちは。Illustratorのスクリプトでフォントを指定する際に、例えば小塚ゴシックを指定する場合は以下コードのように記述をしております。 sel = activeDocument.selsctionsel[0].textRange.characterAttributes.textFont = app.textFonts.getByName("KozGoPro-Regular")...
View Articleprint Adobe Illustrator swatch samples?
I would find it useful to have a catalog of all the existing swatch libraries that come with Adobe Illustrator in order to make choosing them in the future easier. Does anyone know of an existing web...
View ArticleScript for Exporting TIFF is not embedding ICC Profile
I have a script that will export a TIFF file for me and I am trying to get it to embed the ICC Profile. I'm not sure if there is something wrong with my code or if I need to add something else to get...
View Article