Illustrator :: Ungroup And Change PS Spot Color Channels?

Oct 22, 2013

In illustrator, how do you change a photoshop spot color channel that has been imported into illustrator. Ever since Illustrator CS2 you could import a psd into Illustrator and you could ungroup the channels and change the colors. How do you do that in CS3-6? I have been trying to figure this out for years. My old computer with Illustrator 10 is about to die and so will my ability to do what I descried above.

View 1 Replies


ADVERTISEMENT

Photoshop :: Exporting Spot Color Channels As Paths With Fill To Illustrator

Mar 17, 2003

I need to send vectorized art to this company that only uses Illustrator. I have never used or even opened Illustrator. Ok, I'm very familiar with Freehand so I get the basic idea about vector. I have a 3 color logo that I have saved as a Photoshop DCS .eps file with the channels saved as spot colors so I can print separations with Pantone colors. According to what I have translated from the Photoshop guide what I need to do is figure out how to get my clipping paths of each channel to retain its fill when I export paths to Illustrator. I've tried and when I open the vectorized paths in say Freehand there is only lines and no fills. Do you guys have any ideas on how I can get these file seperations to this company with Illustrator?

View 3 Replies View Related

Illustrator :: Change Default Text Color To Pantone Spot Color?

Nov 24, 2013

I need to change the default text color to a pantone spot color.

View 5 Replies View Related

Photoshop :: Is It Possible To Change A Photo To Spot Color?

Aug 21, 2005

I am working on a photo for a newsletter which will be printed in black and red. I would like to preserve the reds in the photo and convert the rest to gray scale. Am I asking the impossible?

If not, can you suggest how to go about it?

View 5 Replies View Related

Illustrator :: Spot Color Swatches In AICS6 And AICC Do Not Match Color In Design

Feb 24, 2014

Some of the lighter, saturated colors in the PANTONE+ swatches library appear to be a different color in the swatch list than they are when applied to a design. see below for screen shots.
 
i can duplicate this situation on calibrated NEC MultiSync monitors and uncalibrated laptops. We are running on Mac OS X.8x and above.
 
Designers are complaining about not being able to pick a color from the Swatch Library in AICS6 or AICC. InDesignCC does not seem to have the same issue.

View 1 Replies View Related

Illustrator :: Spot Color Specifications

Nov 7, 2013

I created an ad using one PMS color after orginially being told that it was a "Thanksgiving 4 column x 4.5” spot color ad”. I received the following message from the newspaper printer today:
 
"Please relay to your corporate art department that the newspaper does not print in PMS/Pantone colors, except on a full color page, which requires an additional color charge. For spot color, we print in primary colors such as red or green, or in cyan or magenta alone.
 
As I understood it, spot color meant pantone, and CMYK was process. Am I wrong here or are the printers using the term "spot color" incorrectly?

View 2 Replies View Related

Illustrator :: Spot Color PDFs

Sep 10, 2013

How do I create a PDF that only incluse my PMS spot colors and process black?

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: Why Change CMYK Values When Converting To Spot Color In Chart

Apr 15, 2013

why change the CMYK values ​​of a color when converting to spot color in a color chart

xmp C 0 M 90 Y 100 K 0

to    C0 M 87 Y 89 K 0

View 1 Replies View Related

Illustrator :: Change Spot Colors To Process?

Sep 3, 2013

I've been told that I need to change my spot colors (illustrator CS6) to Process colors, but for some reason, sometimes this feature won't work and is greyed out.

View 2 Replies View Related

Illustrator :: Spot Color Gradients - How To Preserve EPS

Aug 21, 2013

I create a logo in Illustrator.  It is 2 colors, black and pantone 287.  The gradient is only with the blue color. I save the file as a EPS.  I place the EPS into another program, and generate a new EPS file with all the elements and type combined.  My printer requires that all the fonts be converted to outline so I open the EPS again in Illustrator.  The logo with the gradients has been converted to CMYK and the gradients now appear in the LINKS panel but they are not editable.
 
Why is this happening?  How can I preserve the EPS so that I don't have to manually replace the converted gradient logo EVERY time I have to make a new EPS file?

View 1 Replies View Related

Illustrator SDK :: How To Find That Art Item Has Spot Color

Jul 4, 2012

I have a number of art items on a document, some of them are filled with spot colors and some of them are with process color.Is there any api or method by which I can find out which color type(spot or process) is applied to the selected art item?

View 4 Replies View Related

Illustrator :: Spot Color Definitions Choice Persistent?

May 29, 2012

How can I make my spot color definitions choice persistent? I read a kb item that said how to swap out the new Pantone Plus color books for the old ones, to maintain color parity with older versions. One of the steps has me going to "Spot colors" on the swatches pallette and selecting "Use CMYK Values..." instead of "Use LAB Values...". I don't want to have to do this with every file. Is there a way to make this choice persistent?

View 4 Replies View Related

Illustrator :: How To Export Spot Color (Pantone) To PhotoShop

Sep 28, 2009

I have 5 spot color ( Pantone) and CMYK color at my design. How can i export this 9 color ( seperate and with Pantone) to photoshop cs4? I want see 5 pantone color and cmyk at photoshop channel list!

View 4 Replies View Related

Illustrator Scripting :: How To Find Out That Art Item Has Spot Color

Jul 4, 2012

I have a number of art items on a document, some of them are filled with spot colors and some of them are with process color.Is there any method by which I can find out which color type(spot or process) is applied to the selected art item?

View 4 Replies View Related

Illustrator Scripting :: Move A Spot Color To A Layer?

Oct 10, 2013

I am trying to grab specific spot colors and move them to separate layers for our cutting software. In this case I am trying to grab "perimeter cut" and move it to a layer called "tc 1" I get the following error when I try to run the script.
 
 #target Illustrator
 var idoc = app.activeDocument;
var ipath = idoc.pathItems;
if (ipath.typename == "SpotColor") {
if (ipath.spot.name == "perimeter cut") {
ipath.move(tc 1, ElementPlacement.PLACEATBEGINNING).
}
}

View 5 Replies View Related

Illustrator Scripting :: Color Value Of Spot Colors Cannot Be Adjusted Via JavaScript?

Jul 17, 2012

color value of spot colors cannot be adjusted via javascript?

View 5 Replies View Related

Illustrator Scripting :: Getting Used Spot Colors In Color Legend On MAC JS Or Applescript

Mar 23, 2012

I've been looking around for a script that will take the used spot colors in a document and place them in a predetermined spot. I've came across several posts about this, such as the COLOR CHIPPER although I think it's focus was on swatches. What is confusing is the part of making New CMYKColor or RGB or if I even need to do that. I've looked at other posts and the Adobe docs, but none seem to work. Adding the text isn't difficult, it's getting these spot colors to reflect what's in the document that is. From what I'm seeing now:
 
I may have to use some other type of script such as Applescript to get rid of unused swatches first throught the actions panel, but I'm not sure.I could possibly use the getByName method to call out the specific rectangle and the and relative callout with the appropriate color instead of having to position everytime. 

View 9 Replies View Related

Illustrator :: How To Preview Overprinting White Ink (spot Color) Or A Tint

Jun 21, 2013

how do I preview overprinting white ink (spot color) or a tint thereof?

View 13 Replies View Related

Photoshop :: Import Illustrator File Which Has Spot Color As Smart Object

Dec 27, 2012

I'm trying to import an illustrator file which has a spot color into photoshop as a smart object.  The spot color converts to four color when imported. 

View 2 Replies View Related

Illustrator :: Printer-preferred File Formats For Spot Color Jobs

Nov 15, 2013

Do printers prefer Psd or DCS2 files placed in Illustrator for spot color output, assuming they are using a native file workflow, not Pdfs?

View 2 Replies View Related

Illustrator :: Recolor Artwork - How To Preserve Spot Color In Tints And Shades

Dec 12, 2012

working in CS6, OS 10.6.8. I'm working on a 3-color screen print CD label, and the colors will be a white background, plus black and a PMS color. I've been recoloring some CMYK artwork to use in the design, and really liked the results of Recolor Artwork (selecting only black and the spot color), until I noticed that when I selected "tints & shades" it converted everything with black in it to process (which I know Adobe says is why you shouldn't select that option).
 
But my question is, how can I get the same effect (that is, using shades of the spot color "mixed" with black) without having it convert the shades to process? I'm sure it involves overprinting, but I'm hitting a big hole in my knowledge.

View 5 Replies View Related

Illustrator Scripting :: Adding Spot Color Using JavaScript - TRY CATCH Not Working

Mar 6, 2014

I am trying to add spot color in illustrator using javascript, TRY CATCH is not woking, it is adding again and again same color value with name of "spot color 1" and "spot color 2" ... 
 
try {
var myDoc = app.activeDocument;
var spotName = "FINISHING";
var spot = myDoc.spots.add();
 
[Code] .......

View 1 Replies View Related

Illustrator :: Printing Requires To Use Spot Color For Black - Recolor Artwork Changes Percentages

Aug 1, 2013

Illustrator CS6 (other users on 5)
Mac OS 10.6

I just need to go from K and tones of K to a spot color and tones of a spot color.
 
I'm using recolor artwork because I can't merge into K. The art comes in from our customers as K so we can't just design differently.
 
The rectangles on the right are k and tones of k. The rectangles on the left are the results after converting to a spot color with recolor artwork. Using recolor artwork. I just need a way to accurately move the tones from k to a spot.

View 16 Replies View Related

Illustrator Scripting :: Can Tint Be Adjusted For Items On Page That Have Spot Color Applied

Sep 27, 2012

I have been trying to mess with and target "tints" via javascript but either I am not understanding something or it cant be targeted as I had hoped, so I am looking for direction and guidance. I have a spot color assigned in the color swatches palette, and have drawn a few boxes on the page using this spot swatch. I then try to alter the tint using JS code.
 
sel[i].tint = // whatever number
alert(sel[i].tint) // This alerts fine
 
The alert shows a change taking place but it never gets applied to the item, the actual item never gets changed. I know things are properly targeted as I can change other attributes fine. When I look in the JS documentation it just shows for when creating a new spot, not for ones that already exist on items, I cant seem to find an example otherwise.
 
Can tint be adjusted for items on the page that have a spot color applied?

View 8 Replies View Related

Illustrator :: How To Ungroup Several Layers

Feb 5, 2013

How do you Un Group several layers in Illustrator? My drawing had layers of information but now is frozen as one and I can't access or change the individual elements within the layers panel or dby picking them in the drawing.

View 6 Replies View Related

Illustrator :: Divide AND Ungroup In Action?

Nov 21, 2013

In CS5, I created a very handy action that allowed me to, with two paths selected, Divide, Ungroup, and Deselect, resulting in the divided paths without having to do each step manually.
 
In CS6, for some reason this is no longer possible-- if I try to record the same action, after the divide, everything is automatically deselected and I get a "The object "Ungroup" is not currently available" error. Very frustrating that the new version is more troublesome to use!!
 
I KNOW that it's possible to do this because I was somehow able to fudge it at one point and get this action to work. But I'm not sure what happened-- maybe a step was deleted in my action or something-- but one day it just stopped working. This action is basically THE function I use most in Illustrator given the way I work, and while it's not a huge step, having to manually reclick, ungroup, and deselect is a huge inconvenience.

View 2 Replies View Related

Illustrator :: Graphic (Logo) Grouped In AI - How To Ungroup

Jan 5, 2014

I have a small graphic (logo) 'grouped' (in .ai) and it won't 'ungroup'? Never happened b4.  ???

View 4 Replies View Related

Illustrator :: How To Ungroup Or Expand A Pie Chart In Adobe CS6

Mar 15, 2013

How do you ungroup or expand a pie chart in Adobe Illustrator CS6? This functionality seems to have been removed. Say I'd like to remove the legend: before, I could ungroup the chart, release its link to the data, and then delete the legend with my white mouse. Object > Expand no longer works either.

View 6 Replies View Related

Illustrator Scripting :: How To Ungroup Or Unmask Imported Group (VBS)

Sep 3, 2012

In vbs, I import a illustrator file with this way

Set importedGroup = appRef.ActiveDocument.GroupItems.CreateFromFile(dest)

after i duplicate them

Set dupItem = importedGroup.Duplicate(newGroup, aiPlaceAfter)

but i don't know how to "ungroup" or "unmask" the importedGroup?
 
I have looking to use clipped but it seems to not working.

View 6 Replies View Related

Illustrator :: Can't Release Clipping Path / Can't Ungroup Objects

Jul 18, 2013

I'm working with another artists's file, and I can't seem to release the clipping mask he created. When I try, I get an error message that says, "Can't ungroup the objects." I've tried releasing Compound Paths, but I get the same message.

View 4 Replies View Related

Illustrator Scripting :: Ungroup All Groups On Active Layer (JavaScript)?

Mar 5, 2013

How one would go about ungrouping all groups on an active layer with JavaScript?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved