Get all the objects within the layer
Hi All, Am new to adobe scripting... I'm trying to find the script which can give the objects available in a particular layer.Can any one tell the api which shall give the count the no. of elements...
View Articlecheck Black color Text is 100% or not
Hi All, My request is,1. find all the black color text2. Content should be in 100% black3. If not, select that content and alert("Selected content is not 100% black") Please help for my request. Thanks...
View ArticleIs there a way to batch rename artboards in Illustrator CC?
Is there a way to batch rename artboards in Illustrator CC?I have 20 different artbords that i want to rename with a specific name and number!/Pål
View ArticleBatch convert AI-files to PDF!
Serious problem that i cant understand!I have a large illustration with different artbords that I save to separate AI-file (namned with artbord name).If I save them manually to PDF-files they come out...
View ArticleScript that will sequentially number the paths of an object
Does anyone have a script that will sequentially number the paths of an object?It would be deeply appreciated. Also, maybe a little hint at how to install it too.I wish I had the talent to script, but...
View ArticleReworking Photoshop Image Processor.jsx for Illustrator
sorry my bad english hello, I need help pls, Is it possible to convert the script by Tom Ruark to illustrator?example:ai to jpg, ai to png, ai to ai cs3,cs4,cs5,cc, ai to pdf this script, only process...
View ArticleSelect Parent Text Frames
Hi, Is it possible in illustrator to select the parent text frames? i.e., app.activeDocument.selection.parent.selected = true; Input:Output: In Indesign, we use the below code:...
View ArticleX,Y coordinates are printed wrong on the Second ArtBoard
Hi All, I'm new to the illustrator scripting.But out of my one month exposure to the scripting have explored plenty of things and started my project of writing script to print X,Y coordinates of...
View ArticleHow do I read ScriptUI checkbox values?
From the follow code, how do I read the Boolean of whether a box was checked or not? For each box that's checked, I would like to create a rectangle on the active doc filled with that color. I just...
View ArticleWant to print the Links in my Artboard
Hi All, I would like to print the links which were embedded as links with a particular artboard.Please see the below snapshot. The Image name at the top left which is shown in the bar I want to print...
View Articlehow to access https site from javascript socket object
HI , I'm new to SSL's and scripting. I have written code to access http site and it is working.Below is the code.The script is failing when i try to access https application. Can some one please help...
View ArticleRegexp rename a layer from its unique symbol's name
Hi there, just wanted to contribute if it can help. I had this Ai structure:Layer1----SymbolALayer2----SymbolALayer3----SymbolBand I wanted to...
View ArticleHow to get fill overprint property of a compound path item via applescript
How to get fill overprint property of a compound path item via applescript
View ArticleIs there a Script to apply the same height to multiple objects?
Hi, everyoneI'm looking for a Script that would apply the same size height or width (contraining proportions) to multiple objects at once.I'll appreciate the helpthanks
View Articlevisibility variable get lost on undo/redo.
Hello All, I've scenario where I've to distinct the page items and apply some sort of unique Ids to them. So for that, I added the visibilityVariable to the page items. Code is as follows,var idoc =...
View Articleis there a script to load images into illustrator to a grid composition.
Hi. is there a script to load images into illustrator to a grid composition. I need only 1 artboard. The out put is to print a mural. I need to load aprox. 1600 images. Somebody in the illustrator...
View ArticleNo HTTP access through Illustrator?
So is there no way to access HTTP through Illustrator scripting? I've tried the one trick I found searching the forums of copying over webaccesslib.dll/netio.dll/coretypes.dll from Bridge but can't...
View ArticleIllustrator CS3 : The server threw an exception. (Exception from HRESULT:...
My code save file Illustrator CS3:oSaveOption = CreateObject(String.Format("Illustrator.IllustratorSaveOptions.{0}", "CS3"))oSaveOption.Compatibility =13Me.oDocument.SaveAs(parm_strSavePath,...
View ArticleSwatches occasionally unrecognizable by name or typename?
Hey all. I've got a really perplexing issue here and I wish i had more information to give you about it.. Here's a little backstory. Probably unnecessary, so skip it if you like. Last year, i wrote a...
View ArticleSave as custom PDF Presets
I have a document that I want to save the .ai file that is open....then save as a pdf with my own Adobe PDF Presets. The name of my preset is: Machine Views Example sudo code: #target illustrator...
View Article