Ask a Question related to Adobe Illustrator Windows, Design and Development.
-
groods@adobeforums.com #1
Scripting CMYK to Spot Color
Hi I am trying to script illustrator to convert all process color items in a document to an equivalent spot color.
I can create the spot OK and select items (path, compound path, text etc) ok within the doc but when I query the color property on the item I just get a response of 1 no matter what color the item is. I have tried every way I can think of to get the real value of the color property but nothing seems to work.
Any ideas????
Sample code (this is in JavaScript)
actDoc = activeDocument
myPathItems = actDoc.pathItems
chkItems = myPathItems.length;
for (i = 0; i < chkItems; i++){ myPath = myPathItems[i];
if (myPath.filled){
myCol = myPath.fillColor;
alert ("Fill Color " + myCol.color.toString());
}
}
This returns a value of 1 no matter what the color of the path is.
cheers
Greg
groods@adobeforums.com Guest
-
Spot Separates to CMYK in Distiller
Anyone have an answer for why my spot colors in Quark are being separated to CMYK in Acrobat? I run into the problem when I bring a greyscale Tiff... -
Converting a doc's Spot Gradients to CMYK
Hello I have a large, very complex illustrator document which contains several hundred gradients almost all of which contain spot colors. Is there... -
converting spot colours to cmyk
Hi, I am trying to convert a drawing with a whole heap of spot colours to cmyk. I selected everything and then used the filter menu to convert to... -
CMYK to spot color
I am looking for a two or three step process of converting a cmyk eps file to a spot color. The eps files are from a standard clip art book, are all... -
tiff exports as cmyk not spot colors
Copeland Casati wrote: The TIFF format doesn't support spot colour at all, while Illustrator formats -- essentially a variety of PostScript or PDF,...



Reply With Quote

