Illustrator script crashes at the end every time
I’ve got a script that preps art in a file for later export as an SVG. I have one step that I’d like to remove (cropTiles()) but when I do the script crashes at the very end each time. Really not sure...
View ArticleOff Topic: External Object
Here is a sample ExtendScript code of http access using external object. Extend_Script_experimentals/HttpClient.jsx at master · ten-A/Extend_Script_experimentals · GitHubFlame work and cpp code also...
View Articleesportare in jpeg
ciao, ho aperto un nuovo foglio di lavoro in 18x24 e vorrei esportare il disegno in jpeg ma in più formati ma nelle opzioni non ho trovato nulla riguardo al ridimensionamento. vorrei sapere qual'è la...
View ArticleExtendscript close dialog box in Illustrator cs6 and Illustrator quit
Hello, I developed several scripts, with Adobe Extendscript Toolkit, for Illustrator, and these scripts encounter problems in Illustrator cs6. In details : - The scripts are used on illustrator CC...
View ArticleA script that places a company logo on an image?
I am looking for a script I can run that places my company's logo on the bottom left of the artboard in Illustrator. The actual script doesn't have to be this specific; I can program some variation...
View ArticleHow to get the contents as per applied style/override
HI All, In Illustrator I have some text content as shown in attach image.Now I want to fetch the content as per per applied style/override.I should get following text rangeRange 0 : - WelRange 1-...
View ArticleIs it possible to find a string and do something to the entire text box in...
I am trying to search an Illustrator document for a string and delete that entire text box from the document with a script for batching. The text box I am trying to delete doesn't have a layer name and...
View ArticleProblem in select all images from illustrator artboard using script
Hi Friends, I want to select all kind of images from current artboard of illustrator using illustrator scripting. is it possible? if it is possible please help me....
View ArticleMissing Interop.Illustrator.dll for Illustrator 2018
For a C # project, I used "Interop.Illustrator.dll", but now it no longer works with Illustrator 2018Where can I find a recent "Interop.Illustrator.dll" version
View ArticleIs it possible to move and artboard AND its art to new x + y coordinates?
I’m trying to move an artboard’s x position 1000px to the right and y position 500px up. Is this possible?
View ArticleSelect last PathItem in Group (stack?)
Happy Holidays! I have a script where I load a bunch of vector lines. I then add a single-straight vector line that I will be using as a reference. When I create it via my vbscript it is at the top...
View ArticleHow can I duplicate and move a selected group?
I’ve got a group selected and was able to move that group with `translate` easily. I now need to duplicate that group and move the duplicate to another location. `group.duplicate(doc,...
View Articlehow to create a buttons for graphic style, character style and .js
Hi,I am new in this forum, I am working with graphs in day to day job in illustrator. Please some one help me to create a buttons for graphic style, character style and .js scripts. Here with i have...
View ArticleCan not install ESTK on High Sierra.
I can not install ESTK on High Sierra.I can not debug like a pro.Please Help~~~~
View ArticleComplex shorthand If Else breaks entire script in Illustrator 2018!
!Consider following code var a = 123; var b = a === 123 ? 345 === 566 ? 123 : 444 : 567 === 567 ? 678 : 789; alert(b) This code excutes in chorme works.However, it break in illustrator script ! The...
View ArticleSilent error while trying to execute a batch convert-to-binary
I'm attempting to write a BASH function to allow me to batch convert an entire project to jsxbin. The batch script works when i run it directly in extendscript, but when i attempt to run it from the...
View ArticleSwapping fill and stroke on multiple objects
Wondering if there's a script out there that will automate the swapping of fill and stroke for multiple objects in a complex image. Doing it object-by-object is a bit tedious (even using 'select...
View Articlehow to create a new pattern
in aiscript,i create a placeitem(picture),and i want to use it to fill the pathitem.like this:var r=new patterncolor();patterncolor.pattern=the pictue i wantpathitem.fillcolor=r;so,how to convert...
View Articlehow to create pattern in ai script
in aiscript,i create a placeitem(picture),and i want to use it to fill the pathitem.like this:var r=new patterncolor();patterncolor.pattern=the pictue i wantpathitem.fillcolor=r;so,how to convert...
View ArticleCrop Image
Hi, Im searching for a way to crop images.Basically what I want do is to draw a rectangle, place it somewhere over the picture and crop the image according to the rectangle.I do not want to make a...
View Article