Process Color to Spot in a PDF??

Hello,
so I have a PDF file that is 100pages for example. This only has black text and nothing else. How can I convert this black process text to spot?? Not page by page such as in Illustrator but all pages together and then export again as PDF with the text in sport color. Thanks in advance!

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.

Similar Messages

  • The oddest thing with Illustrator CS6, I have a customer's file from Illustrator CS5, I'm trying to make a gradient from Process colors to Spot colors, I've done this to the fill, but it only did the stroke, even though the color pallete shows there's no

    I have the gradient with PMS 288 and PMS 2915, I see only the outside of the fill recognizing this change. I wish I could attached the file to this question.
    The file is from AI CS5, I'm working on it in AI CS6.

    after expanding appearance under objects, I was able to correct this gradient. I called adobe support, they couldn't help I figured this fix on my own, but still I'd like to know what kind of path this was. there was nothing applied in the appearance pallette. But once expanding I had two paths.

  • 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.

  • How do I convert a process color back to spot?

    I have a file submitted to me that has been mangled by another designer. A PANTONE named spot color has been changed to a process color in the Swatches panel. When I try to change it back to "spot", a pop up window appears to say "Cannot edit this color property".
    Are there any suggestions to get this to spot?
    I've gone through the placed EPS/AI/PDF files to make sure that the named color in those are truly the spot color and not a process color.
    I'm using ID CS 5.5.

    Add the proper spot color and delete the process one.
    You’ll be prompted to replace objects with the process color. Choose the spot.
    Bob

  • Spot Color mismatches between EPS and PDF files

    Recently I created a file in Illustrator CS6 with several Pantone color swatches. I used the CMYK color mode set to the Coated GRACoL 2006 color space. I saved the file as an EPS and we printed our test samples on our large format printer. After reviewing the print I saw the colors were off. The grey color showed up green.I then opened up the exact same EPS file and simply saved it as a PDF. We ran the PDF on the same printer, using the same material and profile and the color was completely different. This time the grey colors came out grey (correctly). We tested this twice and came up witht he same color differences between the EPS files and the PDF files. Why would an Illustrator file produce 2 different colors if saved as a PDF versus an EPS?
    Also, I sent these files to another prepress person in our company and he printed them on our proofing printer. The EPS printed slightly differently than the PDF. He then opened the PDF file in Acrobat and saved it out of Acrobat as an EPS. After this, he printed the new EPS file created from Acrobat and it printed the exact same as the PDF file (correctly).
    This leads me to believe that the problem is in the way Illustrator saves EPS files. Has anyone else seen this problem?
    Thanks for any and all help with this very perplexing issue.

    I will speak from CS3.
    The current PDF format if 1.7 exported out of Photoshop supports vector elements as independent objects, but you can't edit them correctly out of Acrobat because Photoshop reads the data as a flat file and drops the vector data. Basically the workflow is not finished being developed. Also, Transparency is broken within the PDF file format at this time. It will support Spots though correctly.
    PSD and TIF support Transparency and Spots, but vector objects are rasterized due Acrobat reading the flat version of the file.
    When Photoshop wrote its own PDF format and not the corporate PDF flavor that we now have, PDF's would support Transparency correctly.
    I would assume that Transparency and vector objects would be addressed in the next release, but that is to be seen.
    There is no best practice except don't do it.

  • Finding spot color and process color

    Dear all,
    I used the following code to find the spot color used in the document.
    var length=app.activeDocument.spots.length;
    for(i=0;i<length;i++){
    alert(app.activeDocument.spots[i].color);
    It is showing CMYK Color as the output.
    Can anyone tell me wheather it is a correct output.I want to identify all the spot color in the current active document.
    Also please help me finding out the Process color used in the document.What is the diffence between these two ?
    Regards,
    Sanat

    Sanat,
    Even if a color is Spot, it still has to have CMYK or RGB values (depending on the color mode of the document) to tell Illustrator what color to display it as.
    Beyond that, though, you're going to run into another problem anyway: Any Swatch that is defined as Global is going to be counted as a Spot Color. (I've been complaining about this for years.)
    For example:
    var docRef=app.activeDocument;
    var count=docRef.spots.length;
    alert(count);
    for(i=0;i<count;i++){
    alert(docRef.spots[i].name);
    Run that in a CMYK document in which you have removed all unused palette items. You'll find that it returns [Registration] as a spot color, just because it's set to Global. Now doubleClick the Black Swatch. Set it to Global (but not Spot). The sript will tell you there are two Spot colors.
    JET

  • Spot and Process colors - Color Mode confusion?

    I have a question about how to choose colors in the New Color Swatch window. I think that I understand the difference between spot and process colors, but the dropdown options confuse me because whether I choose Spot or Process in the Color Type dropdown, the same list of libraries appears in the Color Mode dropdown. How does that work, or why does that happen? Is it a conversion? For example, if I choose Process as the Color Type, but then choose Pantone Solid Coated in the Color Mode, it shows me the colors available, but aren't the Pantone libraries for spot colors? And if I choose Spot as the Color Type, but then pick CMYK in the Color Mode, it gives the CMYK sliders. But shouldn't I be forced to pick from a Pantone library for a spot color? I would appreciate any explanations of this as I want to make sure that I pick the appropriate colors for my printed projects. Thank you!

    You can create a spot color with a custom CMYK mix (and even name it the same as a library color if you want). The utility here is that you can create a custom spot color with a custom process conversion, or use your own own conversion numbers for one of the book colors if you think you have a better mix. I recently had to do a special mix for a Pantone spot conversion to fit a particualr press in order to get a better match to some other materials. That's how we handled it, though I did it by aliasing the pantone swatch to my custom spot and then changing that to process in the ink manager, rather than messing with the library color directly, which meant I could have either the custom or the book values, depending on the settings I chose, if the job went to another press.
    There are, I believe, four sets of process libraries included in ID. The Pantone Process libraries are sets of stepped percentage mixes of the four process inks and have names that start with DS followed by some numbers. I think TrueMatch is a simialr system, though I've never worked with a printer who used it. Pantone Color Bridge and Solid to Process libraries are both process simulations of the Pantone Solid spot libraries. The Color Bridge is newer, and I think is largely replacing the solid to process.
    You  can get printed swatch books for any of the included libraries (spot and process) and you should do so for any library that you are going to use to specify color. Spot colors in particular may not render well on your monitor, and the press operator couldn't care less what you see on your screen. He's going to pull out his swatch book to verify that the color he puts on the page is the same as you specified.

  • Spot to Process Color in Page Maker

    Hello Everyone.........
    Can anyone help me in changing spot colors to Process Colors in Page Maker. I'm new with this.
    Thanks & Regards

    double click the color.
    In color options click on spot and change it to CMYK

  • Spot color to Process color conversion

    I have a book that my boss is wanting printed. This book is filled with RGB / Spot colors. I've discovered that if I go to the "ink manager" I can check the box "All Spots to Process", but the strange thing is after doing that I check in my swatches pannel and discover that nothing was converted. What's up with that? I also found a handy script for converting all RGB colors to CMYK, but I have yet to locate a script to convert all spot to process colors in the swatches pannel. Anyone know where I can get a script for that?

    If you are using OSX try this AppleScript:
    tell application "Adobe InDesign CS6"
        tell document 1
            set accurate LAB spots to true
            repeat with a from 1 to count of every color
                try
                    set model of color a to process
                    set space of color a to CMYK
                end try
            end repeat
        end tell
    end tell

  • Packaging shows 4 process color when there is none

    My packaging shows 4 process inks even though there is only a black and white image. My pdf image was first saved as a grayscale. When that didn't work, I converted it to a Gray Gamma 2.2 Grayscale in Acrobat and "saved as" my image. It still shows up as a 4 process color. Interestingly, when I check separations, it shows up as only black.
    To check my InDesign, I completely removed everything from the document and left a blank page. The packaging still shows 4 color process.
    Verified in Ink Manager that Convert Spot to Process is not checked.
    Is there anything else I need to check?

    No, but undo the Gray Gamma 2.2. I am not familair with the result, and may be appended, but it is not necessary.
    There will always be the CMY channels listed in Adobe Products; you correctly verified only black is in use via the Seperations Preview.
    InDesign package always lists cmyk inks.

  • What is a Pantone process color?

    Hi,
    Hope you're doing well.
    I am just starting to learn about colors and printing.
    I have a job I am working on where the printer requires the Pantone colors. The person who originally created the file kept them as CMYK.
    I have been converting them to Pantones by using the Edit/Edit Colors/re-color artwork feature where you then choose a Pantone library and Illustrator converts it to a Pantone.
    However, with one color conversion, it didn't give me a number, it gave me "Pantone Process Yellow C." Does that mean it is still CMYK?
    Thanks!

    You are not correct. What you call Pantone colour, in this example, is more accurately called a spot ink. Spot inks can be produced by many companies and specified using any of those companies’ systems or none at all. Pantone is simply the most well known. Pantone also has a library of process colours, with a corresponding swatch book they would love to sell you. I have two of them, one for coated paper, one for uncoated.
    Using spot colours can reduce the number of inks used to print a job, but that is not their primary purpose. The range of colours you can reproduce using process CMYK inks on white paper (also known as the gamut) is large, but limited. Also, most of those colours require one or more of those inks to be screened. If you want to exactly match a specific colour, like the red on a can of Coke, then your only option may be to use spot inks.
    If you have fine details like small type that uses colour, you will get a more legible result if you print using a single solid spot ink than if you use two or more inks, any or all of which may print as a screen. Spot inks can also increase the number of inks in a job if they are combines with process colours or if you have more than four spot inks.
    If you are printing on non-white paper, but need the ink colour to be exact, then process colours will not work since they are translucent. Most spot inks are as well, but they can be very opaque.
    Pantone and other companies produce special inks with metallic components that simply cannot be reproduced any other way.
    Each ink used requires another plate on a press and uses up one station on the press. Most offset presses have at least six stations, but there is no limit beyond cost and space. I have prepared files that use ten stations for printers that have eight station presses. This requires running the job twice through the same press or running it a second time through another press, whichever the printer thinks is more appropriate or economical. I forget, in this case, which of these were done.
    The ten stations were four process colours, two spot inks, one flood varnish (covering the whole sheet) one spot varnish, one embossing die, and one cutting die. Now that I think about it, it is obvious that the last two could be done on anything that supports them since there is no ink and a much looser requirement for registration.

  • Trying to find process colors (CMYK) in a file that shouldn't have any...

    I work in prepress. I have an Illustrator CS6 file that is made up of 3 Pantone Spot colors. I save the file as an eps from Illustrator and rip the file with our prepress software. When previewing the ripped file with our prepress software it shows me that I have process colors (CMYK) somewhere in the file. I can not see these colors visually in the ripped file so I go back to Illustrator to see if I can edit them out of the file. I use the Preview Separations tool but can't find those process colors anywhere. There are no placed images, everything is vector art. I double check any white color and make sure it doesn't have any tiny percentage of process color in it. I make sure my spot colors are indeed spot colors and not process colors. I add used colors, I delete unused colors. I can't find the CMYK being used anywhere in my Illustrator file. Any thoughts on how to clean up these "hidden" colors? This was also a problem in CS3. I'm using an iMac 2.5 GHz Intel Core i5, Mac OS X, Version 10.7.5 Thanks for any help!

    I've done all you said, John, but still get the process colors appearing, just not visible. It could be a rip problem; it only happens ocassionally. I am able to exclude the unwanted colors when I rip the file but I was hoping to clear them from the start in Illustrator. It doesn't help that the Preview Separations tool ALWAYS includes the CMYK process colors even if there aren't any being used in the file. I wish Adobe would change that. Anyways, I'll continure on... I appreciate the help and if anyone else has any ideas, please feel free to add them.

  • Process Color Tint: Illustrator versus Freehand

    I'm a FreeHand user from the first hour and now I'm forced to start working with AI which gives me the creeps!
    In FH it is very easy to create a "tint" of a spot or process color. in AI, I only manage to do so with spot colors and not with process colors. For example, I have an object filled with 100% process color from the Swatches panel. Now I can change its transparency to 50% but that's not what I want; I want it to be filled with 50% of that same process color. In FH that's a piece of a cake. And even so in ID! why not in AI?

    You need to use Global Process swatches, which are essentially process colors that function as spots.
    In the Swatches palette, in List View, you should see a grey square next to the color model square (in Thumbnail view you will see a white dog-eared lower right corner of the swatch with no dot (the dot denotes a Spot).
    In the Color palette you can change the tint of your Global Process color just as you can with a Spot. If you want to make a Tint Swatch, set it to some value, say 40%, and click the New Swatch button at the bottom of the Swatches palette (second from the right at the bottom).
    Now when you edit your base color, all the tints change along with it.
    Note: this will not magically apply the color to your art. It is best done at the beginning or while you are working, NOT as an afterthought. If you have existing art you should probably look at Live Color to get you by.
    PS: Sorry if I came off brusque, but it's disheartening how often people come in here immediately bashing AI. I personally hate Freehand (and I had to use it for a long time) but it has no relevance to these discussions. And I'm not saying it didn't have its good stuff, it did - I just never cared for it compared to AI.

  • Windows Server 2008R2 running Remote Desktop Services reports printer process does not exist when installing PDF printer

     Windows Server 2008R2 running Remote Desktop Services reports printer process does not exist when installing PDF printer, And when Installing network printers from the domain controller it reports it cannot connect to printer.  I can ping all
    network devices. I can connect to the internet.
    On boot I get a netlogon 5719 error followed by service control manager errors 7023,7001 and a group policy error 1129.
    Clients can connect to the remote application and RDP operates to connect to the server internally and externally.
    The domain controller is another server 2008r2 box. I have scoured the internet but have not found any solutions that work yet.

    Hi,
    After referring to your post, it can be identified that the issue which you are facing is mostly due to some network issue in your environment. Please recheck your network connection issue between computer and domain controller. 
    Can you able to ping with IP address and also with fully qualified name of a domain controller in the users' and computers' domain. If it fails states that name resolution issue with computer and domain controller. Are you using MS DHCP Relay agent then there’s
    available Hotfix for the particular Event ID. Please go through this KB 2459530 to fix the error event ID.
    As per the net logon error 5719 which you are facing states that the client component of Netlogon was unable to locate a DC for the domain it was trying to perform an operation against. Below is one of the reason. If this is being logged on a DC and the event
    refers to the DC's own domain, something might be preventing the client component of Netlogon from starting a network session (to itself or to another DC in the domain). The following event 7001 & 7023 states start & stop operation service. Please
    go through beneath article for more details.
    1.  Event ID 5719 is logged when you start a computer
    2.  Netlogon 5719 and the Disappearing Domain [Controller]
    3.  Event ID 1129 — Microsoft-Windows-GroupPolicy
    Hope it helps!
    Regards.

  • HP LaserJet Pro CM1415fnw Color Multifunction Won't Print PDF Files

    I recently encountered a problem where my HP LaserJet Pro CM1415fnw Color Multifunction would not print PDF files.  I tried printing from Preview, Adobe Reader, Word and PDF Pen Pro and the document would not print.  But the printer had no problem printing other formats such as JPG, DOCX etc. from the same computer both before and after.
    What happened is that the computer indicated it sent the document to the printer and the printer screen showed "Printing Document" momentarily - but then the the printer screen would return to the Ready screen and the document would not print.  There were not indications that the printer was having a problem.
    I reinstalled the HP drivers - no change.
    Finally I was able to print the document by opening in Photoshop and saving it as a JPG.
    I am running OSX 10.9.2.  on a MacBook Pro.
    This question was solved.
    View Solution.

    Hi 5teve,
    Welcome to the HP Forums, I hope you enjoy your experience!
    I understand you are unable to print PDF documents.
    I will be happy to help you.
    Check the driver name. If it shows HP Laserjet CM1415 - Airprint it would be the Apple driver.
    Delete it and add the new driver in for just the HP Laserjet CM1415. You might have to click on the drop down to select it from the list.
    Here is a screen shot for a example. Different printer showing though.
    Please let me know the results.
    Thank you for posting on the HP Forums.
    Have a great day!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for

  • HT204023 Troubleshooting speaker

    Hello.      I am having a problem with my built in speaker , I cannot clearly hear people ! Any advice

  • What I did to my K410 after i bought it (random pics)

    I bought a K410 back in August, and like the PC tinkerer I am, i have been adding on to it for awhile now System befor: Link to image 1 System now: Link to image 2 Pics of my specs/benchmarks/setup: Link to image 3 Link to image 4 Still need to add a

  • Error: Derivation Source object, DIMENSION_NAME , is not correctly bound

    Hi, I have installed Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 and OWB 10.2.0.1.0 on Windows XP Professional. I've created a simple MOLAP dimension with a default hierarchy and one level within it. I've maped it to source table, deplo

  • Hot to begin a BPEL process when a TRIGGER from DATABASE is on

    Hello, I have acces to a database Oracle Lite in BPEL (Jdevelopper) and I 'd like to begin a process when a trigger of this table is on (when update for example) do you know how to catch this event? Thak's a lot Jack

  • Grid Values

    Materials are currently counted in our warehouse using SKU numbers and Grid Values (colors) within SAP (non-warehouse managed).  If we were to implement the warehouse management module of SAP, how would I organize a material (with one material number