Converted spot colors is different...

When converted spot colors to cmyk the breakdown is different in CS6
In CS3, Cs4, Cs5, CS5.5 and my pantone spot color book converted to cmyk all match.

PMS 187 Inside my Pantone Book c-0 m-100 y-79 k-20
If you want the older Pantone CMYK simulations, copy the PANTONE solid to process.acb file from and older version of ID and put it in your Presets>Swatch Libraries folder and use that library.
PMS 187 Color Bridge CS6 c-7 m-84 y-56 k-16
Looks like you are in Color Bridge Uncoated—the coated simulation is 7|100|82|26
PMS 187 Inside CS6 c-22.3 m-100 y-88.93 k-14.68
This is a color managed conversion from the solid Lab values to CMYK and is dependant on your document's CMYK profile. If you change your document's CMYK profile you will get a different conversion.

Similar Messages

  • Automatically converting spot colors to cmyk?

    I am working with Acrobat 6.0.2 Professional on a Mac. Is there a way to set Acrobat or Distiller to convert spot colors to cmyk automatically when converting Quark documents to PDF? I also use Badia PrintTools as a preflight check when saving the Quark docs as a PDF.

    Dear Andy
    No, Distiller is not capable of doing this.
    You might want to try 3rd party tools that perform this task.
    pdfColorConvert from callas software
    Quite a Box of Tricks from Quite Software
    PitStop from enfocus
    pdfOptimizer from Apago
    Prinect Color Editor from Heidelberg
    ColorConvert build into Acrobat 7 and 8 Professional.
    rgds
    Peter

  • I can't convert Spot Colors to CMYK in the Swatches Panel

    I'm having an issue where I can't convert spot colors to CMYK in the swatches panel. Currently to fix I have to copy elements using the spot colors in to a new blank document, then convert them, then paste back into the original document.  Is this a bug?
    Also if I try to delete the spot color, it doesn't fully delet the swatch.
    I'm using Illustrator CC 17.0.0
    I've attached a video of my woes.
    http://luniablue.com/adobe/swatch/index.html

    1. Double click the swatch in the swatches
    2. In the swatches options window select "Process Color" in the "Color Type" drop down menu
    3. Deselect "Global"
    4. Then change "Color mode" to CMYK if it is not already selected.
    hope this helps

  • How do I stop FH Mx from converting spot colors to cmyk on export to pdf

    I have Freehand Mxa on my PC.  I created a couple of rectangles and filled with two Pantone colors from my swatch pallet.
    I exported to pdf and the spot colors converted to cymk.  Shucks!  How do I stop that?
    (When I print directly to my Adobe Distiller print driver the spot colors are retained as they should in my pdf.)
    In the Freehand export function there is a setup dialog box just below the "cancel" button.  When that opens there is only a drop down button allowing conversion to cmyk and cmyk/rgb.  So, I am guessing that is not where I can tell Freehand to leave my spots alone.
    What am I doing wrong?
    I was going to attach the small test file but the system did allow. Hope my description is enough to render a solution.
    -Steve

    The only thing you're doing wrong is using FH's PDF export. It creates PDF files that are adequate for viewing online or printing to composite inkjet printers, but it doesn't support spot colors.
    There are many more reasons why you shouldn't use FH's PDF export for print work. See this technote for limitations of PDF export.
    http://go.adobe.com/kb/ts_tn_13496_en-us
    When you need to retain spot colors, print to a Postscript file and Distill.

  • [CS4-5.5][JS] Problem convert spot colors to process

    Hi,
    I'm trying to convert all spot color swatches to process, but for some strange reason, some weird behavior occures.
    First I tried this piece of code...
    app.activeDocument.colors.everyItem().properties = {space:ColorSpace.CMYK, model:ColorModel.PROCESS};
    After running the script, the color icon changes, indicating the colorspace/model is changed. But when checking the color in detail, it's still a spot color.
    Just as a test, I tried this piece of code...
    function convertColors2Process(){
         for (var i = 0; i < app.activeDocument.colors.length; i++){
                var myColor =  app.activeDocument.colors[i];
                if ((app.activeDocument.colors[i].name != "") && (app.activeDocument.colors[i].name != "Registration")){
                        if (app.activeDocument.colors[i].model != 1886548851){
                              while(myColor.model != ColorModel.PROCESS){
                                        myColor.model = ColorModel.PROCESS;
                                        myColor.space = ColorSpace.CMYK;
                                            myColor.colorValue = [50,20,30,40];
    Now, the color thumbnail changes to the new color, but again, when checking the color. It's still a pantone color with the old values.
    No error occures when running the script and I'm able to change the color manualy in Indesign.
    How do I change the colour mode of all spot colors to CMYK?
    Thanx
    John

    Hi Larry,
    I've tried using ...
    function convertColors2Process(){
         for (var i = 0; i < app.activeDocument.inks.length; i++){
                                    app.activeDocument.inks[i].convertToProcess = true;
    This will modify the ink manager to process the spot color as process color, but the color itself is still unchanged....
    How do I modify any spot color to process color and change the colour mode to CMYK?
    Thanks

  • My Spot Colors are not appearing in the Separations

    Hello everyone!
    I'm having a problem here. I've designed a piece with spot colors, but I can't figure out why they don't appear in the separations and don't export as separate plates. My exported files end up as all process colors.
    In my searches on this problem, the most common solution is that the option in the Ink Manager to convert Spot Colors to Process is checked, but as I've shown in the below screen shot, it's not. It's grey out, which is even more confusing to me.
    I'm stumped. Help?

    If they're the same number, they'd better be the same color, right?
    Actually they are not the same at all.
    2905UP is a CMYK mode color and its Color Type is process, 2905U is a Lab mode color and its Color Type is Spot.
    2905UP is a CMYK simulation of the 2905U solid ink color and it may or may not match depending on the press conditions. Some solid ink colors can't be matched using process colors under any conditions because they are not in the CMYK color gamut.
    On screen they can also look different because the solid color's Lab definition is unaffected by the document's CMYK profile, while the bridge version is because it is a CMYK color.
    Here's the solid version on the left and the bridge version on the right with with US Web Uncoated and US Newsprint profiles. The Bridge version is a terrible match under either of those press conditions.

  • Spot Color change to black using javascript?

    Can anyone help to convert spot color to Black using Javascript in Adobe Acrobat?

    Ok,
    try Action wizard in Acrobat and set below script to execute however you are watching a folder for PDF files.
    var doc=app.activeDocument;
    var pdfSaveOptions = new PDFSaveOptions();
    pdfSaveOptions.pDFXStandard=PDFXStandard.PDFX1A2001;
    pdfSaveOptions.compatibility = PDFCompatibility.ACROBAT4;
    pdfSaveOptions.preserveEditability = false;
    var pdfFile = new File(Folder.desktop + "/test.pdf");
    doc.saveAs(pdfFile, pdfSaveOptions);
    Hope this helps.
    as you will be applying it on a folder, Put all your PDF files in that folder and it will automatically save as you wanted.
    -Kapil Malik

  • Not saving spot color to process

    I have Acrobat 8.1.2 on Mac
    In Ink Manager I convert spot color to process.
    I save and close the file. I reopen the file
    Spot colors are not converted
    I appreciate any suggestions.
    Faro

    Try the acrobat forums at
    http://www.adobeforums.com/webx/.3bbeda8b/

  • Convert document color mode to Pantone/Spot

    I have a document in which i have 2 layers, each layer contains shapes. one layer is supposed to be Pantone 293, the other layer is Pantone 296. right now, the colors are in RGB. I saved as is, then saved as PDF and the printer whom im sending this to, said the PDF printed out in 4 plates (CMYK) and i need only 2 plates, hence, i need the document to be in a spot color mode. How can i do this? How do i convert the colors i used in the shapes now to spot colors in CS3 version?

    First I recommend changing the document to CMYK mode.
    Here is the traditional fix: Window: Swatch Libraries: Color Books: Then select a Pantone Solid library. Show the Find field and type in your numbers. Double click the color chip to add it to your Swatch panel.
    In the Swatch panel: Add Used Colors. To replace the global colors you are using currently, click on the Pantone swatch first, then the current swatch and select "Merge Swatches."
    If you have lots of different shades of colors, you will have to create tints of the two spot colors.
    Check your results using Window: Separations Preview to make certain you don't have CMYK being used. If your document is RGB, you will not be able to utilize Separations Preview (that's why I suggested the mode change)
    You can also use Edit: Edit Colors: Recolor Artwork to make global color changes. But this is a somewhat complex dialog and takes getting used to. I recommend familiarizing yourself with this tool before using it in live production.

  • Text reflow when converting from rgb spot color to process black

    The setup that I'm using is a G5 Mac OSX, version 10.4.11. The InDesign application is CS3, version 5.0.3. The fonts are loaded into Extensis Font Reserve, server 1.7.4. The InDesign document has a text box using 2 different font sets. One set, Helvetica Neue, uses the rgb spot color. The other one, a mixed set of New Century Schoolbook, is used for a paragraph which is process black. When deleting the rgb spot color from the swatches and converting it to process black, the New Century Schoolbook reflows which had already been process black.
    If I just select the Helvetica Neue type and change that line to process black there is no reflow problem.
    When I tried this document on another Mac with the same set up there was no reflow. Is this an InDesign preference problem? Thanks

    If you change the color back and then back again, do you get more reflows?
    The reason I ask is that when InDesign opens a document, it holds the existing composition of stories until you apply any edit. So, it could be that what you're seeing here is that yours and your user's setups are different enough that reflow is inevitable the moment you edit the text, and changing the color counts as editing.
    Dave

  • How can I convert CMYK PDF file to Spot Color from a standard Spot Library?

    Hi,
    I have PDF file that is in CMYK colors. Can I use Adobe Pro X to convert the document to Spot Color from a established spot library like the PANTONE PC? Is there a plugin to do it?
    Amit.

    In method HMAC, you have towards the bottom
    catch(Exception e) {}please change this to
    catch(Exception e)
                e.printStackTrace();
            }Note that using the sun.* classes, including the sun.misc.BASE64Encoder class, requires elevated privileges (see http://forum.java.sun.com/thread.jspa?threadID=483223&messageID=2255882).
    It is not difficult to write your own encoder/decoder class, or borrow one from someone else. Just google on "java base64 encoder".

  • Converting CYMK to spot color?

    Alright, i just read the 'how to get help quickly', and will attempt to not let my panic show through too much:
    I designed graphics to go into my college's literary magazine. I used only two colors: brown and green (8dc63f and 603913). However, last week he informed us (the magazine production people) that RGB wasn't acceptable, since he was going to print in something called 'spot color'. Never heard of it before, but after reasearching, I think I have a vague grasp on it: basically instead of CYMK printing process, he's just going to have two plates, one with each color, and stamp them on the pages (like screen printing). That's fine, but I don't understand how it relates to my files. So we sent the psd files to the printer's "photoshop specialist" and then yesterday I was informed that there was no way to seperate the colors into pantone plates, and that either the book was now going to be blank (thankfully the cover is going to be printed seperately in CYMK so that's fine), or we could use clipart (!!thanks for discrediting a semester of my work), or I could learn to use illustrator and redesign the whole book by monday.
    I panic, obviuosly, because after downloading the trial version of illustrator I realized that it's actually nothing like working in photoshop (where's my tablet sensitivity? this is NOTHING like 'illustrating'), and at the end of last night's terror, this is all i could produce:  http://img576.imageshack.us/img576/2993/illustrator.jpg
    Now for reference, the image I originally made in photoshop looks like this (when placed on a brown background to simulate paper): http://img829.imageshack.us/img829/7015/photoshopf.jpg
    I am very confused, because I don't understand why the printing company can seperate the illustrator file into two color plates, but not the photoshop file. Both use the same colors (Pantone 375 and Pantone 161 C, I've learned). I have no clue how to save ANYTHING in 'spot format', the only difference between photoshop and illustrator is that I can click on the pantone swatch in illustrator.
    Obviously I'm ignorant and confused, and I appologise for that, since it only makes this situation worse (who knows if I'm using the right terminology).
    tl;dr:
    I have a whole bunch of psd files that need to be converted to something called 'spot color format'
    the images are graphics to be placed in an indesign file, not to be printed on their own, so really, they have to be in the spot color format.
    Is there any way in reality to maintain the quality of these images and convert them into 'spot color format'?
    I'm still trying to understand illustrator (I'm really a painter, not a designer -- wtf is a vector), but would love to convert the psd files I already have into something usable. the printer people didn't know how, I don't know how (or even understand the issue), but maybe you will?

    I tried this with the image you posted, so I can describe in detail the steps.
    From the image menu choose Duplicate to keep the original for reference.
    From the Image menu choose Mode > CMYK Color.
    In the Channels palette, delete (by dragging to the trash there) all channels except the Yellow and Black channels.
    Double click the icon of the Black channel and in the window that opens click on the color swatch, then in the next window that opens click the Color Libraries button, and when the next window opens type quickly on your keyboard 161, make sure the desired color is picked and press OK on this and previous window to apply.
    Repeat the same for the Yellow channel but choose 375.
    Select the 161 channel (former Black) and press Ctrl + L to open Levels. Drag the middle arrow of Input Levels referring to the original to get similar darkness (to me around 0.30 looks similar shade). Press OK to apply and close.
    Hold Ctrl and click on the icon of the 375 (former Yellow) channel to load its shading as a selection, and press Ctrl + Shift + I to invert the selection.
    Make sure the 161 (former Black) channel is selected and press Ctrl + L to open Levels again. Move the right (white) arrow of the Output Levels (at the bottom) until the background matches in brightness the background of the original (to me 150 looks similar).
    That's basically it based on my quick try with your image. This example should help you understand the basic idea and from there if you like, you can further play with the image if you feel you can make it any better with these two colors.
    Regarding Spot colors, the idea is that a printing press uses 4 color plates (in Photoshop represented as the four CMYK channels when the image is in CMYK color mode) to print all possible process colors by mixing these four colors (inks). Spot colors are pure inks in cans and each spot color (ink) requires its own plate. Sometimes people print 4 process color plus an additional spot color for achieving a special effect like gold ink or pure corporate color to ensure color consistency which may not be as good when using the four colors mix. But very often, spot colors are used for printing with less than 4 plates to save money and sometimes for artistic effect with special inks.
    Following the above example converts the CMYK document to Multichannel Color mode and you have only a few file formats available for saving in the Save As options. From these, practical ones are DCS and PSD files. Both are OK for printing but you may want to confirm with your printer. However if you want to place Multichannel image in programs like Illustrator or inDesign you have to use DCS.

  • Convert to Gray scale issue in spot color file

    Hi,
    I am having some problem in Acrobat X Pro on Convert to Gray Scale Preflight Fixup, but the same PDF file is working good in Acrobat 9.0 Pro for the same process.
    Even I tried with the error report, but there was no error details in that report.
    Please help me out to find the reason for that problem. The PDF file is having a spot color.
    Please find the RGB and converted Gray image
    Thanks in advance,
    Veeramani.M

    Kumararaja,
    You can upload you file  using any public/private FTP and then can embedd the link here.
    Or when you click on Edit (in your message division), you get a browse option in the bottom left cornet. That allows upto 8.9MB. The way i attached!!!
    BTW, what's the issue?
    ~Sandeep V.

  • How to convert a PDF's Process Black to spot color

    We have been asked to build InDesign templates for a two-PMS-color math book. The design calls for two PMS colors: a dark blue for most text and red highlights.
    Because our Math plug-in doesn't work easily with PMS colors (it defaults to Process black), we hope to create all the “blue” text in Process Black. The press PDFs will have two inks: Process Black and PMS red. On press they will print the black plate in our blue PMS color.
    This plan works on press, but for non-press use, we also want the PDFs to visually match the blue and red printed book. Ideally we would convert the Black Process ink to a blue spot but I'm not sure if this can be done.
    Question 1: Does anyone know of a way to convert Process Black in a PDF to a spot color? Pitstop can convert spot to process, but we want the reverse.
    Question 2 (which I may also post in the InDesign forum) Do you know of a way to redefine (or alias?) the indesign black swatch so that it functions as a spot color?

    1 - yes, you can do this with Preflight in Acrobat Pro, but it's not on the default set of fixups.
    Open Preflight, select "Single fixups" - the wrench icon
    Options > Create New Preflight Fixup
    Give it a name (e.g. "process black to spot")
    Choose the Color category in the upper right
    Choose 'Convert to spot color' in the upper left
    Define the source parameters in the main panel (in your case, CMYK%, 0-0-0-100 with tolerance 0)
    Define the spot color to change this color into, and the alternative space for rendering (i.e. your blue color)
    If you wish, add a check to limit the conversion to certain things (e.g. text, vectors, etc.)
    Click OK to save the fixup, then click FIX to apply it. To verify the result, use the Output Preview dialog in Acrobat.

  • Convert from spot color to custom CMYK value in Applescript

    I thought this would be very simple and it's not apparently. I am trying to convert a spot color into a custom CMYK value. Basically:
    tell application "Adobe Illustrator"
              set theList to every path item of current document
              repeat with k from 1 to count of theList
                        if fill color of item k of theList = {name:"Dark Green"} then
                                  set fill color of item k of theList to {cyan:0.0, magenta:100.0, yellow:0.0, black:0.0}
                        end if
              end repeat
    end tell
    But this script obviously doesn't work. From what I can tell, the fill color simply returns the tint of the item, not the name of it. I can't find anything that returns the name of a spot color so I can set the correct corresponding color. In the above example, I made the color obviously changed so I could visually see the result.
    Any advice would be greatly appreciated! I'm a first time poster here.
    Thanks!

    tell application "Adobe Illustrator"
              tell current document
                        set theList to every path item
                        set sw to every swatch
                        repeat with i from 1 to count of sw
                                  set swname to name of item i of sw
                                  if swname = "Dark Green" then
                                            set swco to color of item i of sw
                                            repeat with k from (count of theList) to 1 by -1
                                                      set co to fill color of item k of theList
                                                      if swco = co then
                                                                set fill color of item k of theList to {cyan:0.0, magenta:100.0, yellow:0.0, black:0.0}
                                                      end if
                                            end repeat
                                  end if
                        end repeat
              end tell
    end tell

Maybe you are looking for

  • Internal order settle to another internal order

    dear all, for internal order group have 2 order,and i want to settle by hierachy: A order settle to B order,then B order settle to GL account, how to config the settlement rule for this 2 orders? this purpose is to simulate PS WBS/activity if interna

  • How to get my mailbox back

    HI. I WAS USING MAIL IN MY OLD G4 IBOOK. I BUY A MACKBOOK PRO. TO TRANSFER MY FILES TO MY NEW COMPUTER I DRAG MY PERSONAL MAILBOX WITH SOFTWARE CODES ETC... TO MY EXTERNAL HD. THEN I CONECTED THE EXTERNAL HD TO MY NEW COMPUTER TO DRAG AND DROP THE MA

  • Changes req for Zprograms in MM module with multiple lang support

    hi all , I have a requirement to enable zprograms into unicode for the chinese project.  I have done it thru Uccheck and all the programs are unicode enabled . 1.MY QUESTION IS WHETHER I NEED TO DO ANY MORE CHANGES IN THE PROGRAMS SO THAT WHEN THE CO

  • Error message while trying to update aps.

    When visiting appstore on my iPhone 3G it says that I have 3 updates available. But when I choose to update an app that I have installed om my iPhone I get this error message: "This discounted price is only available to customers who own a previous v

  • ITunes and App Store not accepting my Apple iD

    I cannot sign in with my Apple iD on either application. I get an error message on iTunes after approx 2 mins saying "We could not complete your iTunes store  request. The secure network connection was refused. There was an error in the iTunes store.