Saving file as cs4 from cs5 in Illustrator

I'm super-frustrated. I just upgraded to CS5 and now no one can read my files when I send them to them. Worse, I can't figure out how to save it as a legacy version of Illustrator (preferably CS4). I've done it before under the saveas dialog, but I don't see it there. I read in another forum to look under the Illustrator Options dialog, but I can't find THAT anywhere either. I'm on a Mac.
Please help!!!

I'm having an issue with legacy formats as well, but it's slightly different.  Figured I would post it in here rather than starting a new thread for it.
I have 5 files, each with multiple layers, that were created in Illustrator CS5.  The printer who I'm sending the files to is still working in Illustrator CS3, so I saved them to the CS3 legacy format, and sent him the files.  He replied and said that he wasn't able to open them.  So I tried to open them up in CS4 (which I still have installed on my machine alongside CS5), and I receive this error message on each of the files:
Does anyone have any idea what the problem could be?  If I save the files in CS4 format and open them in CS4, I am able to open the files, but for some reason they lose their layers.  Both problems are very frustrating, as I don't want to have to save my files as CS4 format, re-open them in CS4, rebuild the layers, and then save them as CS3 out of CS4.

Similar Messages

  • Saving to previous versions from CS5

    Checked out the launch this morning and am definitely interested in stepping up to CS5 from CS3. However, I often need to exchange native files with vendors who I'm sure won't upgrade. Is it going to be possible to save or export back to CS3 from CS5 or will I need CS4 as a step in-between??

    We won't go to CS5 if Adobe has decided not to do away with this workflow obstacle. The .inx system where a CS5 document has to be saved as an exchange document, which has to be opened in CS4 and saved as an exchange doc, which has to be opened in CS3 and saved as an exchange doc in order to open in CS2 is nuts. No reason to upgrade anyone if it means more of that.

  • File displaying different from Photoshop to Illustrator

    I have a simple chalkboard background I made in Photoshop and I'm importing into Illustrator. My issue is the file displays completely different from Photoshop to Illustrator. See image below.
    I've had this happen to other files but this one is so incredibly different, I can't understand what's happening and I can't manage the design with it being this different. Any ideas?
    Thanks in advance for your help!
    Rachel

    Thanks again Monika. I can't figure this out. The color management is all synchronized among all my Adobe applications. Yes the file is in layers and when I view the JPG in Photoshop, it looks as it should. It's only when I bring it into Illustrator does it look like that. I opened up a new Illustrator doc and placed the same JPG (as well as dragged the PSD file directly from the Photoshop window into Illustrator) and it looks better and more like it should. My other doc was a new doc too so I'm not sure what happened. At any rate, I can't explain what happened and I'm just hoping it doesn't happen again.
    Thanks for your help!

  • Saving files as jpg from InDesign CS4 js

    Hi, Kasyan.
    You originally gavy me this script to re-save files as pngs, and now I need it to re-save them as jpgs instead. I made some changes, but I must have missed something, because it's not working. Could you take a look at it:
    #target indesign
    var myDoc = app.activeDocument;
    var myFolder = Folder.selectDialog ("Select the output folder for JPG images");
    SetDisplayDialogs("NO");
    OpenFiles();
    SetDisplayDialogs("ALL");
    UpdateAllOutdatedLinks();
    alert("Done");
    function OpenFiles(){
         for (var i = myDoc.links.length-1; i >= 0; i--) { // process links collection backwards since it's changing!
              var myLink = myDoc.links[i];
              if (myLink.linkType != "Joint Photographic Experts Group (JPEG)"){
                   var myImage = myLink.parent;
                   var myImagePath = myLink.filePath;
                   var myImageFile = new File(myImagePath);
                   var myNewPath =  myFolder.absoluteURI + "/" + GetFileNameOnly(myImageFile.name) + ".jpg";
                   CreateBridgeTalkMessage(myImagePath, myNewPath);
                   Relink(myLink, myNewPath);
    function CreateBridgeTalkMessage(myImagePath, myNewPath) {
         var bt = new BridgeTalk();
         bt.target = "photoshop";
         var myScript = ResaveInPS.toString() + "\r";
         myScript += "ResaveInPS(\"" + myImagePath + "\", \"" + myNewPath + "\");";
         bt.body = myScript;
         bt.onResult = function(resObj) {}
         bt.send(100);
    function ResaveInPS(myImagePath, myNewPath) {
         try {
               var myPsDoc = app.open(new File(myImagePath));
                 if (myPsDoc.mode == DocumentMode.CMYK) {
                        myPsDoc.changeMode(ChangeMode.RGB);
               var docName = myPsDoc.name;
              var myJPGSaveOptions = new JPGSaveOptions();
              myJPGSaveOptions.interlaced = false; // or true
              myPsDoc.saveAs(new File(myNewPath), myJPGSaveOptions, true);
              myPsDoc.close(SaveOptions.DONOTSAVECHANGES);     
         catch (err) {
              try {
                   app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
              catch (err) {}
    function Relink(myLink, myNewPath) {
         var newFile = new File (myNewPath);
         if (newFile.exists) {
              var originalLinkFile = new File(myLink.filePath);
              myLink.relink(newFile);
              try { // for versions prior to 6.0.4
                   var myLink = myLink.update();
              catch(err) {}
    function SetDisplayDialogs(Mode) { // turn on-off DialogModes in PS -- don't want to see the open file dialog while the script is running
         var bt = new BridgeTalk;
         bt.target = "photoshop";
         var myScript = "app.displayDialogs = DialogModes." + Mode + ";";
         bt.body = myScript;
         bt.send();
    function UpdateAllOutdatedLinks() {
         for (var myCounter = myDoc.links.length-1; myCounter >= 0; myCounter--) {
              var myLink = myDoc.links[myCounter];
              if (myLink.status == LinkStatus.linkOutOfDate) {
                   myLink.update();
    function GetFileNameOnly(myFileName) {
         var myString = "";
         var myResult = myFileName.lastIndexOf(".");
         if (myResult == -1) {
              myString = myFileName;
         else {
              myString = myFileName.substr(0, myResult);
         return myString;
    Thank you.
    Yulia

    On first sight:
    myJPGSaveOptions.interlaced = false;
    JPEG save options don't have an 'interlaced' property; that was for PNGs only. Check Photoshop's Script Help for the specific JPEG options.

  • How to open files in CS4 and CS5?

    The graphic designers in my office have both InDesign CS4 and InDesign CS5 installed. CS4 is set to be the default for all Adobe files. However, if they want to open an InDesign in CS5, if they right-click and select "Open With" they can't choose to open with CS5. Even if they click "browse" and manually choose CS5. Anyone know why that is? They can open InDesign CS5 and then browse to file and open it within the program, so it's not a compatibility issue. Obviously this is more a matter of convenience for them (since they work with thousands of files) than a major problem, I would just like to know if it's possible to open InDesign files this way.

    It's an OS thing and you can't change it.
    You can, however, purchase the Soxy plugin from Rorohiko.com that will intercept the open commands and launch the correct version of ID based on the version in which the file was saved. I believe it costs about $20.

  • How to recover artwork saved outside the artboard from CS5?

    To put it simply, I worked on some logo designs at home using CS6.
    The next day at my friends office I opened the file up in CS5.
    Now it read the Document as a PDF form (not sure why). I had 3 pages of Artwork that I had to open seperately.
    I saved 2 of the Docs as new CS5 docs and cotinued working on my logo development on the original CS6 doc opened in CS5.
    I continued to work off the original file outside the artboard parameters without 'saving as'.
    I have spent 5 hours working on designs and kept saving the file until home time.
    When I then tried to open the same file that had registered the save (time shown) and file size increased I was left with 1 Artboard and no surrounding designs.
    I know illustrator very well however this process has stumped me.
    I know my work is in there somewhere due to the file size and fonts it keeps asking for that I used outside the artboard.
    Please help.

    Thank guys. I know there was only a slim chance but I was hoping for a miracle.
    Cheers
    blank.studio /
    Po Box 492 / Welland / SA / Australia 5007
    P + (08) 7200 0232   M + 614 03 222 669
    blankstudio.com.au
    Follow us on Twitter
    twitter.com/blankstudio
    / Please consider the environment before printing this email.
    Boring, obligatory disclaimer about privileged information, yadda, yadda, yadda. If you’re not supposed to have this email, be a pal and delete it. If someone else isn’t supposed to know what’s in this message, do the rightthing and shut up about it. Dire legal consequences may follow. Or maybe just a really bad wedgie. Hard to say how the lawyers will feel on any given day.

  • How to open saved files using 'read from text file' function

    Hi everyone, I am having a hard time trying to solve the this particular problem ( probably because I am a newb to lanbview ). Anyway , I am able to save the acquired waveforms by using the 'Write to text file' icon. I did manually modify the block diagram of the 'Write to text file' icon and create the correct number of connector so as to make my program work. But now I have no idea on how to modify the block diagram of the 'Read from text file' block diagram to make my program 'open' my saved waveforms. Or i do not have to modify anything from the block diagram of the 'Read from text file'? Can anyone teach/help me connect up? Do i need the build array on the "open" page?
    Here are some screenshots on part of my program  
    let me know if you guys would need more information / screenshots thank you!
    Attachments:
    ss_save.jpg ‏94 KB
    ss_open.jpg ‏94 KB
    modified_writetotextfile.jpg ‏99 KB

    Ohmy, thanks altenbach. oh yeah i forgot about those sub VIs. will upload them now. Was rather demoralized after reading the comments and really struck me on how weak i'm at on labview really hope to get this done. But of course i have to study through and see how it works. Actually i am going to replace those 'signal generators sub vi' with ThoughtTechonology's sample code so i can obtain data waveforms real-time using Electrocardiography (ECG) ,Electromyography (EMG ) and Electroencephalography (EEG) hopefully i can find out how to connect the sample code.
    ( ps . cant connect it now unless my program is working otherwise labview will crash ) 
    ( p.s.s the encoder of my biofeedback trainer already acts as an DAQ so i wont need to place an DAQ assistant in my block diagram i suppose )
    The sample code of ThoughtTechnology is named as attachment.ashx.vi. too bad i cant use it and present it as my project
    Attachments:
    frequency detactor.vi ‏53 KB
    signal generator.vi ‏13 KB
    attachment.ashx.vi ‏40 KB

  • Problems saving out a pdf from cs5

    my files are coming up as read only and i cannot save out a pdf. anyone have this problem?

    i have two machines that i just upgraded from cs3 standard to cs5. last week i was able to export a pdf from indesign no problem. today my indesign file would not export a pdf (print or interactive) from my imac. i tried to export the same file from my laptop and the file came up as "read only" next to the name. it wouldn't export either. not sure what other info i can provide. thanks.

  • HELP!!!  Saved file in CS4 won't open!!!

    I've been working on a file I created for 4 hours.  Saved properly many times, reopened and resaved with no problems.  Now it won't open.
    Every other file I have opens fine, but this one just freezes up the program.   I tried recovering, deleting the recovery file, etc....
    Job is in jeopardy... any recomendations? 

    I've been working on a file I created for 4 hours.  Saved properly many times, reopened and resaved with no problems.  Now it won't open. 
    Every other file I have opens fine, but this one just freezes up the program.   I tried recovering, deleting the recovery file, etc....
    It sounds like Peter has it hand, but some possibilities are Preflight and SING; you can try disabling them both. What OS?
    What version of InDesign? 6.0.6?

  • Trouble saving files in CS4?

    When trying to save a .psd file today after working on an image I got a message saying - Could not save as "_IJD3271.psd" because of disk error. Has anyone any idea what might be causing this to appear and even better how to remedy it. This has just started today as I was working recently on images and saving them without any problems whatsoever.
    Thanks,
    Ian

    Could your hardware be faulty?
    Do you work aross a network or locally?
    Boilerplate-text:
    Are Photoshop and OS fully updated and have you performed the usual trouble-shooting routines (trashing prefs by keeping command-alt-shift/ctrl-alt-shift pressed while starting Photoshop after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)?

  • Installing CS4 from CS5.5 32-bit package

    Recently bought CS5.5 - the product insert says that a complimentary version of CS4 for the stragglers (like me - using XP Pro/SP3).  Inserted the "Content and Installation Help" disc into my cd drive, and nothing happened!  Nothing showed up on the My Computer display either - wondering if it's a hardware issue (system specs are too far out of date for the installer to launch), or if something is wrong with the software.  Same thing happened when I tried to use each of the three application discs.  Any help would be appreciated!

    Discs not showing up points to hardware issues. Check your device manager.
    Mylenium

  • Why is a color print from CS5 so different from the same image in CS4?

    I have made prints from the same file using CS4 and CS5, and the prints from CS4  are showing what I think is good color.  My monitor is calibrated, and I have always been quite happy with prints from CS4.  When I make prints of the same files using CS5, the color is terrible compared to the CS4  print.  I am using the same printer, same sRGB color space and all the settings in the "Print" dialog windows.  I make sure the Color Handling box is set to "Photoshop Manages Colors" and I then go to the "Page Setup" box and make sure Color Settings is set to Off (No Color Adjustments).  I am using a New MacPro Quad-Core Intel Xeon with 16 GB ram.  I did notice that Apple Software Update did install Epson drivers after I installed CS5 Creative Suite 5 Design Premium. The color using CS5 looks the same starting in either 32 bit or in 64 bit.   Another thing I notice is that printing on an Epson 2200 Stylus and using their 13x19 paper that the prints are being cropped to 5/8 inch into the full screen size of the images. I.E. The prints are losing 5/8 inch of what I see on the 30" Apple monitor. in both dimensions of the screen image. This cropping effect is showing now using CS4 and CS5.  I have "Position" checked for Center Image, and Scale to Fit Media is also checked.  I've been using PS since version 2 and have always been quite happy with the prints from my Epson printers and the prints from my Photo Lab, but the prints I am getting using CS5 are terrible. All the settings are the same in both the CS4 and CS5 "PRINT" windows.
    HELP!!!!  :-)

    I have tried all of these things. I have checked and double-checked the print dialog. Sheet after sheet of paper goes by. Ink, at $40 per tank, is wasted. Results are still wrong. I followed your video. You use an Epson printer. I use an HP. Different print dialogs. different results. Whatever worked in previous PS versions does not work now. PS CS5 requires new settings to get the results that match what was determined by years of evolution and fine-tuning.
    I set up all of those print dialog parameters but it required an adjustment layer or two to get the results I got using previous Photoshop. So I could do that with every image I printed with good results using previous versions. There is nothing out of gamut in these images, so I don't have unrealistic expectations about more saturation in the prints. Anyway, it's an 8-color printer that can handle a pretty wide gamut compared to a 4-color.
    Wade, I know you are trying to help but this finger-wagging "error in your ways" and "you need to change your ways" stuff is patronizing. I did "change my ways" and try everything in your video. All was not well on the paper. I'm glad it worked out for you but it didn't for me. Accept it. I'm not some novice hobbyist still getting the hang of Photoshop. I've been using Photoshop since version 2. Adobe changed something in CS5. I haven't seen Chis Cox or any Adobe staffer jump into this discussion and say otherwise. Maybe there are no answers from the folks who should know the most about it. Maybe they're working on it.
    It's not the first time Adobe has broken a tool. Anyone remember what happened to Outline Stroke in Illustrator CS2? It had previously made a path that could be edited by selecting points but after CS2, it was broken. Illustrator made a filled path that was nearly impossible to edit with all of the overlapping points. It was finally fixed in CS4. It's hard to understand how a useful tool that functioned properly in every version since it was introduced became an unusable mess. Maybe that's the case with PS CS5 and printing.
    With 4,300+ posts in 14 months, maybe Wade has more time to tinker and tell us about it. I don't.
    Or I could just print in CS4. At this point it's not that important to spend several days of testing to be able to say that CS5 can print my legacy stuff that was created and printed with various color profiles over a 12 year period. Maybe a more disciplined approach to color management would be a good way to work in the future when creating images, I'm dealing with tried-and-true printable images that were not done that way.
    As long as Adobe doesn't make me give up CS4 to use CS5, I'll use it for printing.

  • Will CS2 files upgrade well to CS5.5?

    I just purchased a new MacBook Pro running OS Lion, which is not compatible with my previous version of InDesign (from CS2 Premium). Should the files open in CS5.5 without much difficulty? Or will I need to be prepared for some extra steps?
    Would I be better off purchasing ID4 or ID5 if I can find them?
    Thanks for any tips or suggestions!

    There are occasional reports here of CS3 files that develop problems after opening in CS5, though I haven't seen one for months and don't recall seeing any at all for CS2 files. If you have access still to the old machine I recommend exporting from CS2 to.inx and opening that in the new version instead, but exporting the converted file to .idml from CS5/5.5 may be nearly as good (see Remove minor corruption by exporting), and may not be necessary at all. As I said, I've seen reports of problems, but I've never actually had one converitng any of my own files. That said, I take the belt-and-suspenders route these days and do the conversions first, just for peace of mind.

  • Is it possible to transfer my saved workspace from windows to mac? CS4 to CS5

    I am trying to go from Illustrator CS4 windows version to Illustrator 5.5 Mac. Is it possible to transfer my saved workspace?

    Sorry my mistake , I posted the location of the default worksapce but the user defined workpace are saved in the preferences.
    Windows: - C:\Users\<user name>\AppData\Roaming\Adobe\Adobe Illustrator CS4 Settings\en_US\Workspaces
    Mac OS :- Users\<user name>\library\preferences\Adobe Illustartor CS5 Settings\en_us\workspaces
    on Mac lion the library folder is hidden hence look here for details :-http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-files.html
    copy paste the files or the folder and check

  • Saving down from CS5 to CS4 cross-platform

    Working on a PC, I am saving down from CS5 to CS4, exporting as an idml. The client is using CS4 on a MAC. When the file opens, the Master Page content is superimposing over the content of the page. Help!

    Hi Bob and thank you for your help.
    The answer to your question is yes. But now I have more information:
    - I opened the idml file on my PC and I see the same thing as my client who is using a MAC.
    - It occurred to me that my client created the original ind file himself (on a MAC) then sent it to me to work on.
    - BUT my client's ind file was a originally a Quark file converted to InDesign CS4.
    - I just completed another project for the client but I created it from scratch in CS5 then saved as an idml file so his MAC could read it. He had no problem with the idml file.
    Judy
    From: BobLevine <[email protected]>
    To: Judy Schultz <[email protected]>
    Sent: Mon, Sep 13, 2010 12:46 pm
    Subject: Saving down from CS5 to CS4 cross-platform
    Is CS4 fully patched to 6.0.5?
    Bob

Maybe you are looking for

  • Can I recreate an iTunes library on a restored PC from my iPod?

    What happened to me went like this: I had my iTunes library which synced to my iPod perfectly. Then one day, my PC crashed and when I formatted it, I copied all my music from my iPod to my computer and reinstalled iTunes like a new software. What I w

  • How can I make google search links open in the same tab in mobile safari?

    I have iphone 5 with ios 7.0.4 and my wife has the same one. In my iphone, when I open one link of the google search result page, mobile safari always lauch a new tab and load the linke into the new tab. But I want to make it open in the same tab and

  • Translation Problem in Smartforms.

    Dear Experts,                       Facing a problem with the translations of the smart forms into the diff languages. I have maintained the translations based upon the condition like below. If Spras = 'E'. (English) Text = 'Order' else. if spras = '

  • More than one domain?

    I have been running a website for many years where I purchased the domain. I created the page in iWeb and have it forwarded. I would like to publish another page under another domain name. Is there a way to do this with iweb?

  • Float images in photoshop cs4 - edit preferences untick open doc as tab doesnt work

    Hi, i have read about floating all images in windows on the forums and i have tried unticking the open documents as tabs in the edit preferences - interface section and it doesnt work, my hand is really starting to hurt, i dont know why this isnt wor