Downsaving, Backsaving, or Legacy Saving CS6 to CS5 Rasterization (a bug)

I have this image that I've created for a client in Adobe Illustrator CS6 on WIndows. Their designer has CS5.5 on a Mac. The image contains the following:
Multiple artboards
Inner Glow
Layer transparency
Transparent Gradients
Strokes on gradients
blends
multiple clipping masks
When I try to save the file back to CS5 I get a rasterized image in an Illustrator file instead of what I'm expecting. Has anyone else had this problem?

What's really happening:
The problem is the strokes on the gradients because that's a new feature in AI CS6.
Work-around:
When I expand appearance on the strokes on the gradients in CS6, it makes the gradient strokes into mesh gradients (not completely desireable or intuitive. However when I and save back to cs5 format it opens as expected in CS 5.5.
Original: If you have to do this, you can still adjust the thickness of the now expanded stroke (technically a mask over a gradient) by selecting the path and using object path offset path.
Correction: The option to use offset path is not the same as it would be on a mask containing a gradient. If the stroke is of a complex shape (eg. a stroke with rounded tips containing a gradient.) it will more than likely have to be redrawn to preserve the appearance.
Suggested work-flow: If you know something will ultimately be saved back to a different version
Suggestion for Adobe:
Because the PDF interpreter in the older version of CS5 doesn't understand the new feature it throws an error. If you copy from CS6 and paste to CS5.5 it will show you the error, then CS 5.5 expands all of the editable features in the file. What should happen is when someone saves back to CS5 from CS6 in the plug-in it should expand appearance on all strokes that contain gradients to be an outlined path container for the stroke with the gradient as the fill. Converting to mesh gradients is highly undesireable on spot color images.

Similar Messages

  • Downsave CS6 to CS5.5

    I'm using Illustrator CS6 (Mac) and I need to save some files to CS5.5, but this doesn't appear to be an option in the Save As dialog.  When I choose Save As, I'm given Adobe Illustrator as an option (along with PDF, EPS, and a few others), but it isn't version-specific.  This contrasts with, for example, Flash CS6, where my format options are clearly marked as CS6 or CS5.5.  Am I missing something?  Is there not a way to do this?
    Thanks.

    I think you are not proceeding further from the Save as Dialog box .
    Here is the link that will help , the link states CS3 and CS2 but it is same for downsaving the file to old illustrator version
    http://helpx.adobe.com/illustrator/kb/unable-export-file-previous-illustrator.html.

  • How to open a idml file created by CS6 in CS5?

    I created a file in InDesign CS6 and saved as idml file yesterday.
    But today I can not open either in CS6 or CS5 version.
    It says
    "Cannot open the file "Project #3.idml". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application."
    Is there anyother way could open this file?

    I chose from the drop-down list.
    Maybe not.
    Anyway, thank you very much!

  • Is it possible to use a file from CS6 in CS5.5

    I'm hoping to buy CS6 but I use CS5.5 at college. Is it possible to bring a file from CS6 into CS5.5. If not, where can I get CS5.5?

    PS files are backward compatible if you save them with maximum compatibility enabled. likewise, AI files can be saved back to older versions. Of course in both cases specific features from CS6 will be lost or rasterized to pixels, so they are not editable in CS5.5. In Design might be a bit more tricky. It supports saving back to CS5.5, but this may completely ruin your documents, if you use the new dynamic layout features, Arabic text etc., so it's less useful to go that route.
    Mylenium

  • CS6 to CS5 save options

    Hi all,
    I have few CS6 and few CS5 system, if corrections has to be done in my CS5 i am unable to do since the images are saved in CS6.
    CS6 to CS5 save options via javascipt any options are available.
    Regards,
    Vinoth

    Hi Vinoth,
    Please find a sample script for the same below:
    myActiveDoc=app.activeDocument;
    var destfile = new File("C://Users//myusername//Desktop//TestScript_CS5.ai");
    var aisaveOptions  = new IllustratorSaveOptions();
    aisaveOptions.compatibility = Compatibility.ILLUSTRATOR15;
    myActiveDoc.saveAs (destfile, aisaveOptions);
    Hope this information helps. Thanks.
    Regards,
    Yogesh

  • My hard drive is DEAD.I have to reinstall all my Adobe programms and I need to know exactly the correct process to do ( Indesign CS6-Photoshop CS6 - Photoshop CS5 -Illustrator CS6 - Ligntroom 4 )....

    My hard drive is DEAD.I have to reinstall all my Adobe programms and I need to know exactly the correct process to do ( Indesign CS6-Photoshop CS6 - Photoshop CS5 -Illustrator CS6 - Ligntroom 4 )....
    is any friendly tutorial available ?
    Thank you
    Albert

    If you didn't have the opportunity to deactivate the installations then you should contact Adobe Support thru chat and ask them to reset your activations for all the serial numbers involved.
    Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Make sure you are logged in to the Adobe site, have cookies enabled, clear your cookie cache.  If it continues to fail try using a different browser.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )
    Then you just reinstall the programs and activate using the same serial numbers.  If you need to download you can find download available thru the following links...
    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html
    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    Lightroom - all versions
    Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    Mac
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh
    You might also find the following helpful...
    Download and Installation Help -
    https://helpx.adobe.com/download-install.html

  • Different behaviour of a plug in in CS6 and CS5.5

    I've noticed a difference in a plugin behaviour in CS6 and CS5.5.
    In a SequenceSetup function the following call generates a PF_Cmd_ARBITRARY_CALLBACK in CS6 with the PF_Arbitrary_FLAT_SIZE_FUNC state of extra parameter. The same PF_Cmd_ARBITRARY_CALLBACK appears later in a plugin work and doesn't work properly in CS6. Though in CS5.5 there is no problem with this function, it doesn't generate any weird events.
    suites.ParamUtilsSuite1()->PF_GetCurrentState(in_data->effect_ref, &seqData->curSessionParamState); (code for CS5.5)
    suites.ParamUtilsSuite3()->PF_GetCurrentState(in_data->effect_ref,PF_P aramIndex_CHECK_ALL, NULL, NULL, &seqData->curSessionParamState); (updated code for CS6, in respect that the signature of PF_GetCurrentState has changed)
    I work in Windows 7, x64. CS6 is 11.0.0.378 version, CS5.5 is 10.5.0.253 version. The only change between these two version of the plug in is the PF_GetCurrentState signature. So I suppose that the problem is inside a new SDK. But I have no guess where it may be.. Do you have any idea what might have changed in CS6 to provide such an error?

    Hi Niakris,
    Thanks very much for closing the loop and reporting back what worked for you.  As to why there is a difference between CS5.5 and CS6, one of the engineers here explains:
    "I assume the behavior change is due to me making code in certain libraries thread-safe, and explicitly disallowing the execution of certain callbacks on anything other than the main thread. If it worked before CS6, it worked by accident, and was very unsafe to do."
    Glad to have you testing compatibility with CS6!
    Cheers,
    Zac

  • 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

  • Different behaviour of a plugin in CS6 and CS5.5

    I've noticed a difference in a plugin behaviour in CS6 and CS5.5.
    The following call generates a PF_Cmd_ARBITRARY_CALLBACK in CS6. The PF_Cmd_ARBITRARY_CALLBACK appears later in a plugin work and doesn't work properly in CS6. Though in CS5.5 there is no problem with this function, it doesn't generate any weird events.
    suites.ParamUtilsSuite1()->PF_GetCurrentState(in_data->effect_ref, &seqData->curSessionParamState); (code for CS5.5)
    suites.ParamUtilsSuite3()->PF_GetCurrentState(in_data->effect_ref,PF_ParamIndex_CHECK_ALL, NULL, NULL, &seqData->curSessionParamState); (updated code for CS6, in respect that the signature of PF_GetCurrentState has changed)
    I work in Windows 7, x64. CS6 is 11.0.0.378 version, CS5.5 is 10.5.0.253 version. Do you have any idea what might have changed in CS6 to provide such an error?

    Are you developing a plug-in?
    I'd go to the Adobe AE SDK forum and ask there.
    If those are error messages from applying an effect or running a script, what are you doing to generate the error?

  • Running both CS6 and CS5 bridge

    I'm running CS5 bridge but using CS6 tools from the cloud tools.  I keep CS5 on board because CS6 Bridge is really useless for getting any work done.  I face major pauses when I try to use any of the menu buttons or try to right click on anything.  Usually at least 5 seconds.
    So I just use CS5 which is very quick to respond to those kind of clicks.
    I'm seeing one problem that is apparently related to having both versions:
    In CS6 Bridge:
    When I set Edit/Camera Raw preferences/ Camera Raw Cache/ Select location
    It also sets the same place for CS5 Bridge.  And Vise versa if I set it from CS5 it changes CS6 as well.
    Somewhere they must be using the same configuration file.  Just at a guess I'd say that is not supposed to happen.
    Can someone who knows more about the internal workings give me some advice about keeping  the different versions from sharing settings?

    Curt Y wrote:
    CS6 and CS5 Bridge use different cache database.  So same location, different file.
    By the way I pretty much do he same thing.  Even though CS6 Bridge is now 64 bit, it has too many pauses to do its job.  Most are related to building cache.
    Yup, its way to aggravating and time wasting to try to use CS6. In my case, running CS5, the one draw back is that I don't have access to the PS CS6 batch processor, so if I have need of that, I have to put up with CS6 long enough to get that done.  Forutnately I don't use it all that often.. at least the recent projects I've undertaken have not necessitated it more than a few times.
    Are you able to access the PS CS6 image processor from Bridge CS5? (Tools/photoshop/ And here you see several batching sort of tools including the Image Processor).  For me; when running CS5 the Tools menu does not have a "photoshop" entry at all.
    I'm sort of jumping to a new topic here and hope you don't mind.  I wondered if you might have developed a numbered list of things one should try when having the stalling problem some users are seeing with CS6 bridge.  I would like to take one more systematic stab at getting a usable installation of CS6 bridge before resorting to the long and usually painful process of getting help from adobe.
    It would really be handy if someone with your grasp of this tool could codify and distill down a step by step list of things to try to get CS6 bridge working better.
    Your respones to me and to at least one other poster I've noticed (I'm sure there have been more) contain lots of different things to try but with my shortage of experience with this kind of troubleshooting I'm not sure what order to attempt things in.

  • Upgraded to CS6 from CS5.  now both are running?

    I just upgraded to CS6 from CS5.  i was told by tech support that i would be prompted to enter my new CS6 serial number to start download and that I would also be prompted to enter my CS5 serial number to activate the upgrade of my existing software.
    I followed the installation step by step but I was only prompted to enter my CS6 serial number.
    Installation is now complete and I now have both CS5 and CS6 versions that run. 
    Is this normal?
    Any help would be greatly appreciated.

    I too upgraded my CS5 to CS6 today and have the exact same issue (both CS5 & CS6 are active on my computer now). I had a full version of CS5 Design Standard already installed and installed an upgrade to CS6 Design and Web Premium today. Should CS5 be uninstalled or would that interfere with the CS6 upgrade version ?????

  • PS CS6 to CS5 shape problem

    Hi.
    I'll get this short.
    I made a PSD template in PS CS6. This template is fully shaped. When a friend of mine who has PS CS5 opened the document. He got "this document contains unknown data (...)" allert box. Flatten the image is not an option.
    Now, I know that shape tool got an signifiant update in CS6, and CS5 don't have it. But I'm asking how cand I make thoose shapes to work in older CS versions too.
    I have to mention that not all shapes have this problem, just half of them, so this is even stranger.
    If this is somehow important to you, both of us have Windows versions of PS, and both have Extended versions, just CS are different(me CS6, him CS5).
    I hope I'll get your help. Thanks.

    Your shapes ARE fill layers with vector masks under the covers.  Depending on what else you've selected - e.g., stroke - there's extra data there, which is the root of this problem.  And no, the (non Layer Style) Stroke option is new for Photoshop CS6.
    Open this file (created in Photoshop CS6) in both Photoshop CS6 and CS5 and see how things look in each version:
    http://Noel.ProDigitalSoftware.com/ForumPosts/MultiLayerShapeDocument.psd
    -Noel

  • Can I upgrade to CS6 from CS5.1

    I would like to upgrade to a CS6 from CS5.1
    Please let me know how this is possible

    You should be able to as long as CS6 is for sale where you live.  Select "Buy" in the following page and then choose the upgrade option instead of the Full.
    Purchase CS6 products:
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html

  • Is Refine Edge better in CS6 than CS5.5 than CS5

    Is refine edge better in CS6 than CS5.5 than CS5 - have there been continual improvements
    Thx

    The CS5.5 code is no different than CS5.  I can't say from personal experience whether the newest code is better; I've been able to get good results from both.
    -Noel

  • Can anyone tell me if you can back save from CS6 to CS5 Illustrator, Indesign and Photoshop OK?

    Can anyone tell me if you can back save from CS6 to CS5 Illustrator, Indesign and Photoshop OK? Want to upgrade to CS6 but must I must still remain compatible with work. They are using CS5.

    To clarify your answer for Illustrator.  The option is not in the "Save As" dialog box.
    The correct answer is
    Open you CS6 Illustrator file.
    File>Save As 
    The Save As dialog box opens
    Type your file name (DIFFERENT THAN ORIGINAL PLEASE!) and the Save as Type is still going to be Adobe Illustrator (*.AI)   **This is where the above instructions threw me, as the Save as type drop down does not list anything about versions to save fo)
    Click Save
    Once you click Save, the Illustrator Options dialog box will come up.  The first option is titled Version and has a drop down menu.  Select the version of illustrator you want to save your file as here, then click ok.
    Your done.
    I strongly suggest you give this file a different name than your original CS6 Illustrator version as you may lose some parts of your design in the conversion.
    Hope this helps.  Enjoy!

Maybe you are looking for

  • How do I get my apps purchased on the app store if I had to replace my Hard drive on my Macbook Pro?

    I recently got a new hard drive for my laptop and lost everything, so I was wondering where i can go to retrive my apple purchases or if its even possible.

  • Java always returns 15 minutes greater than the current time.

    Hi, I am using Microsoft Windows Server 2003R2,Standard X64 edition with Service Pack 2 and jdk1.6.0-03. Java always returns time 15 minutes greater than the current system time. eg: SimpleDateFormat simpleDateFormat=new SimpleDateFormat("yyyy-MM-dd

  • JMenuItem Problems ?

    hi,i got problems,i cannot view the JMenuItem ?what's wrong ? satu.java import java.awt.BorderLayout; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.swing.JFrame; public class satu {       * @param args      publ

  • Fields in User settings not filled

    Hi Under user settings in tab "Position" the field Dept. and Position is not filled. The user is correctly maintained in PPOMA_BBP. The user was maintained in SRM with the use of transaction USERS_GEN. What could be wrong? This causes some dumps for

  • How can JAZN admin tool manage application realms?

    I am using the JAZN XML provider for the OC4J server realm and for another realm packaged in an application EAR file, i.e.: server realm: j2ee/home/config/jazn-data.xml application realm: j2ee/home/application-deployments/<app name>/jazn-data.xml (un