Flawed colors in converted EPS

Hi all,
when I save a PDF to EPS using the generate preview option, then Acrobat X generates wrong colors in the EPS preview. E.g., grey turns out as green. The colors in the EPS itself are OK, but of course we require correct colors in the preview as well.
I have tried different options in the conversion settings without success, particularly to set the color management to none (source) or to use RGB colors.
Any ideas or solutions for this bug?
Regards,
Robert

Hi,
these are really simple images, they contain some lines and text boxes
that are filled with a color shading. When the shading of the text boxes
is grey or light blue (with black text), then the colors in the
generated preview are completely wrong. I have notived that one text box
that has a dark blue shading with white text is OK in the preview.
The PDFs do not contain any other objects than some free-floating text,
lines, arrows and said text boxes.
Robert

Similar Messages

  • Adjust page boundary when converting eps to pdf

    Hi, I have a problem with the page boundaries when converting eps files to pdf files. The resulting pdf page boundary is the bare minimum around the eps objects, leading to different page sizes when the pdf is viewed on screen. I would like all of my pdf objects to have the standard letter (8.5 by 11 inch) page boundary. Furthermore, when the pdf is printed the size of the objects is not to to the same scale as the eps file (which was created in adobe illustrator), and the orientation of the picture is often rotated to what is displayed on the eps or pdf file! Can anybody help me with this problem?

    I opened Distiller from the regular programs menu. I have a job settings file selected that has a 8.5X11 size. I opened a 5.5X7.5 EPS file in Distiller and it creates a PDF with the image at the bottom of the 8.5X11 page. You can also simply open the PDF that you already have and print to a new PDF -- selecting expand to fit if desired.

  • Problems converting eps to PDF in Distiller - claims "file is in use"

    Hi,
    I've recently starting having a problem in Distiller (the version that same with Acrobat 9). When I try to convert EPS files, I get the message "Cannot open the file. The file is being used by another process". This is a new problem, only a month or two ago it worked fine. The only thing I can think of that may have changed is
    a) Adobe Reader was updated, I believe
    b) in an effort to speed up my computer, I tried removing a number of items from my startup. But I've put them all back in, I think. Here's what's running (although I did start Acrotray manually, and it seems to close when Disteller closes.
    Any suggestions?

    Hi, Bill,
    Ok, well, the problem is still here. I have updated the program. Created
    new eps files that have never been open in Distiller (or any other
    program) .When I try to use Distiller, I get the same message; Cannot
    open this file. The file is being used by another process."
    i have copied the directory to another drive - no change.
    Possible clue: If I try to delete a file from Distiller/File/Open, it
    again tells me that the file is already open and so can't be deleted.
    How strange that it would think the file is still open. It does this
    after a fresh boot, when my first action after booting is to open
    Distiller and try to convert an EPS file.
    I CAN combine the EPS files within Acrobat by using Combine/Merge files
    into a single PDF. But of course that's horribly slow and only an
    emergency solution.
    Using Acrobat 9 Pro version 9.2.0
    Windows 7 professional service pack 1
    16 gigs of RAM
    Here's what's running:
    any more ideas?
    Thanks!
    Peter S. aka PeterCymbal

  • How to convert EPS(image file) file in to other image format e.g NIGMAS

    Hi friends,
    I want to make a tool which will help to convert the EPS image file into other image format BY USING JAVA TECHNOLOGY. I havent done this type of file conversion before, so any body please explain it to me from the basic how can i go for it, what r the require things, where should i get the help of it, which java API should i use etc. i ll be vry thankful.
    My actual requirement is i want to convert the EPS file into the NIGMAS(Nihon computer graphic mapping System) file format.
    Thank you in anticiption.

    The easiest, but not necesarily the best, way is to use ImageMagick's convert utility. From Java you can use Runtime.exec to invoke convert.exe ... ImageMagick is opensource and supports many different formats ( www.ImageMagick.com )
         * Converts an eps file to a graphic that is suitable for the web.
         * We use ImageMagick's 'convert' utility to convert .eps files into either gif or png format.
         * The output format is determine by the extension that you set for the output file.
         * Sample command:
         * convert -density 208x208 /export/home/kpmg/tomcattest/jsp/1.eps
         *                                    /export/home/kpmg/tomcattest/jsp/1.png
         * Although convert supports about 100 different parameters, we are only using 1:
         * -density     (sets the vertical and horizontal resolution in pixels of the image)
         * Density sets the vertical and horizontal resolution in pixels of the image.
         * It should be changed based on the resolution of the user's monitor
         * (e.g. if hi-res display settings, then density will need to be greater
         * than if running on a low-res display, which would make the same image look really big )
         * You may want to use other convert parameters, such as -sharpen
         * to make the image look better, or -compress and
         * -quality to change the kb size of the image.
         * For the full list of parameters see:     
         *      http://www.imagemagick.org/www/convert.html
         * @param inFile The absolute path to the eps file to be converted
         * @param outFile The absolute path to the desired output graphic file.
         *                         NOTE: the format of the output file is determined by the
         *                         extension that you give for this parameter (e.g. file.png will
         *                          be written as a png file )
    public void eps2www(String inFile, String outFile, String density) throws Exception
              // use ImageMagick's convert program to make the www version ( png or gif, etc)
              String call = convert +
                        " -density " + density +
                                  " " + inFile +
                                  " " + outFile;
              try
                   Process child = rt.exec( call );
                   child.waitFor();
                   log.debug("Convert process exit code is: " + child.exitValue() );
              catch (Exception e)
                   // TO DO: this could probably be more explicit
                   throw new Exception(e);     
              // log the command strings for debuggin purposes.
              log.debug( "Convert Successful: call = " + call);
         }

  • Spot colors are converted!!!

    Spot colors are converted to rgb or cmyk when you upload them
    to the kuler website.

    Kuler does not support spot colors at this time, so there's
    no way to maintain them when you upload a theme built with spot
    colors.

  • Converting .EPS images to .JPG Images

    Hi all,
    I am trying to convert .EPS files to .JPG images.Can you suggest me some API which does this or which works on EPS files?
    Thanks

    ImageMagick?

  • Cant edit color of an eps file

    hi,
    i am very new on illustrator and i want to change the color of an eps image
    the problem is that when i select the image, "recolor art" is not available. it is only available recolor with preset i think
    also i cant select a part of the image with direct selection tool. the image is selected all together with an square and an "x" in the midle
    am i doing something wrong??
    thank you

    This link may be of help.
    http://tv.adobe.com/watch/creative-suite-podcast-designers/how-to-get-started-with-adobe-i llustrator-cs6-10-things-beginners-want-to-know-how-to-do/

  • CS5 converting .eps files

    I discovered, much to my horror, when I first began using CS5 that when I created an .eps file in Illustrator that my files were being converted to Photoshop .eps files. Using the Get Info window, I had to change the option in the Open With box back to having it open in Illustrator, where it was created.
    The advice I was given at that time was to click the Change All button to have all .eps files open in Illustrator. When I did this, it changed all the .eps files that I had created in Photoshop to Illustrator files.
    I had created some Grayscale images in Photoshop to put them into a layout. The last time this file went to press, I had not changed all the files over in the Get Info window yet. Recently, after checking the box that now made all my Photoshop files Illustrator files, there was a problem with the printer because Illustrator does not have a Grayscale Color Mode option, so my Grayscale files were now CMYK. This got me in a lot of trouble at work.
    Is there any reasonable solution to this other than changing each .eps file to open and be identified with the native file? I have hundreds of .eps files.
    Has this been corrected in any subsequent versions of CS?
    Thanks

    The most reasonable solution I've found to is to purchase an inexpensive utility which can control appication opens common file types in the application you like:
    Soxy | Rorohiko Workflow Resources
    From the web page:
    "Soxy automatically determines the type of each file you open and then directs it to the most appropriate application.
    "There’s a problem when a computer has multiple versions of applications installed (like Adobe® InDesign®, QuarkXPress®, Adobe Illustrator®, Adobe Photoshop®, etc…). Opening a file will often cause the wrong application version to launch."
    I don't work from them, I'm just a happy customer.

  • Flawed colors with Lightroom and Fuji XE-1

    The Camera Raw support for Fuji XE-1 is heavily flawed. Using Lightroom as a raw converter for these pictures, severe color mismatches can be found in the images. The problem is well known and was frequently reported on in internet blogs (sometimes refered to as "chroma smearing"), and it still persists even with Lightroom 4.3. Fuji tells me that all necessary data was given to Adobe long ago. So here comes my question: Why is the support for Fuji's XE-1 so flawed and when will Adobe guarantee full compatibility?

    There is a thread in the Official Adobe forum for the reporting of bugs and feature request about the sub-standard processing of raw files from the Fuji X Pro1 and X E1.  They have acknowledged that they are aware of the problem and are working on resolving the issue.
    It appears that the Fuji sensor is unique and more of a chalange in creating an acceptable quality profile. I am sure that Abobe is making every effort to resolve the problem, however they will not release an update untill it meets their quality standard. Process engines are different for every third party raw processing software providers who are not able to use the camera manufacturer's proprietory processes and profiles.
    Each provider have their own chefs and recipe's are unique.
    http://feedback.photoshop.com/photoshop_family/topics/camera_raw_7_1_with_xpro_1_raw_detai l_area_change_to_oil_painting_effect

  • How to batch convert .eps into .ai files?

    Hi everyone
    I have over the years gathered a huge asset library of all kinds of graphic design assets. Now I need to put this into a system and I want to use Bridge since I'm a freelancer and can't afford another system (my library is over 40GB).
    My problem is that lots of the files are in .eps format (bought in bundles etc.) and I can't stick keywords and more on them in Bridge.
    So I've been looking all over the internet for the last two hours trying to find a way to batch convert 100's (if not 1000's) of .eps files into .ai format (preferably the CS4 version - I got Creative Cloud, but I also work in CS4 with some clients still).
    I have not found an answer I can use yet Some talk about a script and show lines of code, but I don't know how to create/make/save/install a script from pure text so it does not help me.
    Preferably it would be possible for me to make a folder called "eps" and a folder called "ai" and then just put every file into the "eps" folder and then I can sort them afterwards.
    Does anyone know a solution to my problem?
    In advance thanks for all help and suggestions
    - Kenneth

    Try
    GraphicsMagick.

  • Converting eps to pdf in Preview

    I have a large quantity of eps files that I would prefer to be in a much more useful and accessible format.
    In tests that I have made, I have found that Preview is not only very fast at converting the eps files to pdfs, it also crops them to their bounding box and results in an extremely tight file size.
    I would love to use Preview now to convert my collection but it is a massive job and I need to batch convert them, resaving converted pdfs back into the same folders with their original names or some sensible over-arching name + numbers for sets of files.
    Also useful would be to create a custom preview icon on each file so I can scour them in Finder
    I looked at Automator and smart folders to do this for me, but I can't see how to actually get it to work. It only shows bitmap formats in the Preview actions.
    Anybody have any practical solutions?
    I could see similar tasks with other file formats as being extremely useful too.
    Thanks for any assistance you can offer.
    btw iPhoto doesn't like pdfs! Any other way to get a neat catalog of the collection when I'm finished?
    Beaut iMac G5 2Ghz + G4 400 AGP upgraded to G4 1000 that bombs all the time   Mac OS X (10.4.9)  

    I recommend Graphic Converter: http://lemkesoft.de/ which is capable of converting any image format to any other. It has batch actions too, but they may be disabled in the free trial version. Batch actions are extremely convenient. If you get GC I will help set you up.
    Preview is not scriptable.

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

  • Why are the colors flat converting from pages to pdf

    I am working in Pages, creating color flyers and need to print in a PDF format.  After exporting from Papes to a PDF format, my colors look flat and dull.
    Why is this happening and can it be corrected?

    Most likely you have original images which are RGB (Red/Green/Blue) the color of the glowing pixels of your screen.
    A .pdf converts those to cmyk (Cyan/Magenta/Yellow/Black) the colors of a printer. These are reflective colors and do not appear as lively or wide a range as RGB.
    There is considerable skill and art to making images look their best in print, I suggest you investigate color management and color correction of images.
    The results can be improved by color correction, but ultimately it also depends on the printer and quality of the paper stock. The end result can never look as good on paper as it does on screen, but you can get closer.
    Peter

  • Color problem converting .tif to .jpg

    I've batch converted 300 .tif's to .jpg's. My client says the
    images now have an inaccurate pink hue. Is there something I don't
    know about here?

    The Fireworks "better quality' setting corresponds to
    Quality: 80
    Smoothing: No Smoothing
    Sharpen color edges (checked)
    Remove unused colors (checked)
    If I open a 66k .jpg image I have previously saved at Quality
    in the high 90s, "better quality" will result in a .jpg at 16k
    file. I usually export with quality above 90; 80 seems extreme for
    all but the softest of images. If I was going to save .jpgs of
    artwork, I wouldn't use the "better quality" setting.
    What you need to do is understand what your setting are. I'm
    pretty sure you can set the parameters for your batch conversion to
    be whatever you want. Experiment with a few of the images you have
    to determine what is optimal
    for your images and define a new export preset (or more than
    one) to use. Images with higher contrast (either luminance or
    color) will need a higher quality setting to achieve the same
    relative faithfulness in reproduction.

  • Convert eps file

    Is there a way for Coldfusion to convert an eps file to a
    pdf, jpg, gif or
    png on the server?

    On 11/4/08 8:24 AM, in article
    [email protected], "steve grosz"
    <[email protected]> wrote:
    > Hello Bill,
    >
    > You might try the cfx_image tag. I've heard rumors that
    it MAY be able to
    > convert a .eps file.
    >
    > I haven't looked into this at all though.
    >
    >> Is there a way for Coldfusion to convert an eps file
    to a pdf, jpg,
    >> gif or png on the server?
    >>
    Can CFX_Image work on a Mac server? It's running coldfusion,
    but I don't
    know if we can register the dll on the Mac...

Maybe you are looking for

  • Thread count tuning

    Hi! We are running a weblogic 5.1 server for jsp/servlet/ejb behind an apache web server, via the wls/apache bridge. As the number of users increased we expereienced slow response times. We checked thread dumps from peak hours and saw that all servle

  • Why can't I remove attachments from emails in the Sent items folder?

    I Recently upgraded from Snow Leopard to Lion, and so far, there are at least a couple of things that puzzle me. One is that now I don't have the option to "Remove Attachments" from emails in the sent items folder. It seems to work normally in the In

  • PSE 4.0 - PhotoMail - Outlook Express error

    I am using PSE 4.0 with Windows XP. I have been using Photomail for quite a while and it has been working great. But recently after I get the pictures ready to send using Photomail in Organizer, it opens Outlook Express with only the reply buttons av

  • Why do phone numbers disappear in Address and IPhone Contacts?

    I've noticed that my wife's phone numbers get cancelled out of the Address Book and IPhone Contacts after a sync. I have only noticed my wife's phone numbers missing. Don't know if others numbers are missing too. Her name and email address and notes

  • Building /deploying sample plugin in WLI 2.1 and WLS 6.1

    I'm running WLI 2.1 (service pack 1) and WLS 6.1. I'm trying to build and deploy the sample plugin (sampleplugin-ejb.jar) but have had numerous problems. Specifically, though there are no errors and the WLS admin console tells me the plugin is deploy