Alert display on missing links
Hi I am using link replacer script for linking the linked images but I need to display the all the missing links in one alert display. #target illustrator function linkReplacer() { var...
View ArticleWhy does a Locked Item still appear selected after script is run?
This is the script: var doc = app.activeDocument; idoc.selection[0].locked = true; redraw(); I want to "Lock" the current selection. The script works but does not update the screen, leaving the object...
View Article[ANN] Adding AiMenu class.
Here is a custom class of Illustrator's JavaScript.GitHub - ten-A/AiMenuObject: Strings for executeMenuCommand Include it and you can write executeMenuCommand's argument extremely easy like below....
View ArticleNeed Help with a Script
Found a script that works but on current file, looking to make it more automated try { var layToRm = activeDocument.layers.getByName('WhiteOP'); if(!layToRm.visible) layToRm.visible = true;...
View ArticleAble to change font with a variable?
Hey Guys I'm pretty new to all this so please forgive my ignorance I'm currently working on a project using java Variable-importer, Create Command Layer and Recolor scripts to create the needed artwork...
View ArticleGet path to script
Hello.I have a small script which prints the path to the script: var scriptFile = new File($.fileName); var scriptPath = scriptFile.parent.fsName; alert(scriptPath); This returns the...
View ArticleFind executed funtions [PluginItem]
Hello everyone. Does anyone have idea if it is possible to listen what functions illustrator runs while just working in it?For example I've just created compound paths, and i want to know what function...
View ArticleSricpt or a macro to select multiple layers according to an xml file
Hello I am Joel Machado and I am a simple technician and computer programmer. At one week while working one of my co-workers working with illustrator asked me to develop a sricpt or a macro to select...
View ArticlePositioning images on an art board not getting expected results
I current am working in illustrator cc 2019. I posted this question but couldn't get a direct answer.Several pointed me in different directions but none of them worked. Here is my specific situation....
View ArticleCustom Window Choices
I'm making a proof creator that will make a different window for each format of proof. So the initial Window opens a dropbox with the options RFID, Shrink, Label, and Flexo and I to open another window...
View ArticleSymbol "Break Link" in Javascript?
How do I "Break LInk to Symbol" using Javascript? I can do it in an Action, but don't know the Javascript approach. Thanks. Edit: Just found this thread:Re: how to break symbol link by script? Guess...
View ArticleNeed help to get PPI value on extanded script.
Dear Friends I need help to get PPI value for the placed image because I need to ignore below 300 PPI images to the print house. If anyone has an Idea or reference script kindly advice me.
View ArticleHow to stop screen updates
Hi, my script is picking items and exporting them. While doing so, the screen is showing all the entities it is selecting. Is it possible to "freeze" the illustrator window to avoid this "flickering"...
View ArticleSave to PDF without appearing in the "Recent" list
Hi there, I have a script that generates PDF files, all the files that I am saving, end up being pushed to the history which makes the user a bit upset. Is it possible to disable the "recent"...
View Articlebatch processer for the CTLP to Tiff conversion
Dear Friends I need batch processer for the CTLP to Tiff conversion Script. I got one script from the Esko but is working in individual images but I want to create a bunch of CTLP image in one folder....
View ArticleScript Artboard to "Fit to Artwork Bounds" on multiple files
Hi guys! I was wondering if someone could help me by providing some insight into writing a simple script that fits the artboard to the artwork bounds on multiple files.I currently do this by shift + o...
View ArticleSricpt or a macro to select multiple layers according to an xml file
Hello I am Joel Machado and I am a simple technician and computer programmer. At one week while working one of my co-workers working with illustrator asked me to develop a sricpt or a macro to select...
View ArticleSricpt or a macro to select multiple layers according to an xml file
Hello I am Joel Machado and I am a simple technician and computer programmer. At one week while working one of my co-workers working with illustrator asked me to develop a sricpt or a macro to select...
View Articlerelink all selected
CarlosCanto wrote this script for me years ago, but seems to not work anymore onMac OS 10.10.5CC2015.3 Is supposed to relink all instance of an image, as for example on a carton in packaging design we...
View ArticleProperty area
Hello For pathItem, I have a property "area" but I don't understand why I have negative value with pathItem.area.In documentation, there is "If the area is negative, the path is wound...
View Article