How do I save an illustrator cc file to open in cs6?

How do I save an illustrator cc file to open in cs6?  I get an error when I send the file to a colleague and they cant open it.
It doesnt give me any options.

It should give you many options.
Save it to CS6 format.
If you cannot do that, provide more details.

Similar Messages

  • How do I save an Illustrator CS4 file as a CS2 file?

    How do I save an Illustrator CS4 file as a CS2 file?

    http://forums.adobe.com/message/3028501#3028501
    http://forums.adobe.com/message/1275606#1275606

  • How can i save project at CC 2014 to open in CS6?

    I have a project at CC2014, but i need to open this project in CS6. How can i do that?

    CC 2014 is not downwards compatible.
    You can make a XML and import that into CS6, but only the clips will come over. Rest is lost.

  • How can I sav an emailed .mov file to my iPad?

    How can I sav an emailed .mov file to my iPad?

    Yes there is, if you hold down the attachment widget in the email once the video is downloaded, it will give you a series of options to save it to, including camera roll. 
    Hope this solves your question. 
    Cheers,
    Allen

  • How do I save a word pdf file to png file for up load onto FB

    how do I save a word pdf file to png file for up load onto FB

    What is a Word PDF file? There are Word files and there are PDF files. What does your question have to do with Boot Camp, the subject of this discussion group?

  • How can I save a Motion 5 file as a video?

    How can I save a Motion 5 file as a video? I want to use it in an iMovie Project.

    Everything about using Motion, including exporting a video (and much more), is available either in the application or online:
    Help Menu> Motion 5 Help: see the Share Motion Projects chapter.
    The manual can also be found online here: http://www.apple.com/support/motion/
    Finally there is also this link to the manual: http://help.apple.com/motion/mac/5.1/

  • How do I save individual edited MTS files in CS6

    how do I save individual edited MTS files in CS6

    Set the work area on the timeline to the limits of the clip that you want to export.  Then File>Export>Media. 
    You need to consider what the exported file is intended for, so you can determine a suitable format and preset for the export.

  • How do I save my Photoshop CC file down to CS5?

    How do I save my Photoshop CC file down to CS5?

    Please refer following Adobe official blog on the subject.
    http://blogs.adobe.com/jnack/2013/05/can-you-open-a-photoshop-cc-file-in-cs6.html
    Hope this help.

  • How do you save a jepeg scanned file to email it?

    I scanned a document and the mac saved it as a jpeg file in photosmart utility (colorsync utility?).  I could not email it as an attachment,  and I could not save it as a different type of file.  I could not copy the file to paste it as a word document.  How do you save a jpeg scanned file to email it?

    I scanned the document on an hp injet printer and it was all automatically done by the laptop.  I didn't use image capture, that I know of.  I don't know what that is, or how to utilize it to scan the pages.  I scanned about 10 pages and they went into a folder called scanner output.  I was able to attach that to the email, but then the email could not be sent.  The email tries to send it, then after about 7-8 minutes I get a message that says:
    "Sending the message content to the server failed.
      Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be delivered."

  • Email attachments: whenever someone sends me a file the Ipad labels it winmail.dat and wont allow me to open it...these are Word, Exce or jpgs.  Does anyone know why this is and how to fix it?  Also, how can you save attachments to a file on the IPad2

    whenever someone sends me a file the Ipad labels it winmail.dat and wont allow me to open it...these are Word, Exce or jpgs.  Does anyone know why this is and how to fix it?  Also, how can you save attachments to a file on the IPad2

    Is this a particular sender, or all of your attchments?  Google winmail.dat and you will see a number of returns that can explain this, but in short, this is the way some e mail providers deal with attachments.  If all of your e mail is coming that way, you need to change a setting on your isp set up.  Perhaps stary here...
    http://www.nytimes.com/2010/11/25/technology/personaltech/25askk.html

  • HT4623 How can I save the update download file as I have several devises to upgrade and cant afford the bandwidth to do each via iTunes

    How can I save the update download file as I have several devises to upgrade and cant afford the bandwidth to do each via iTunes.
    There does not appeare to be any doenloadable files in the download section.

    "Well that's totally unacceptable."
    Actually you can only accept it, as it is the way it is.  You may not like it, but it is so.  Sorry.
    " your seriously telling me that Apple expect me to download the same huge file 8 TIMES"
    That is exactly what I am telling you.
    " No way."
    Still true.
    "Apple are going to have to come up with another solution."
    No.  They do not have to do any such thing.  They may choose to do so in the future, but there is no reason to believe that they will.

  • Can't save 24 x 36 ai version 9 file when opened in CS6

    Can’t save 24 x 36 ai version 9 file when opened in CS6, even when opened as an outline format. I was able to save the file when reduced to 8 x 11, once saved I  resized it back to 24 x 36 but it still didn’t work. Any help would be greatly appreciated thanks

    Sorry to have taken up your time, I have figured it out.  I have about 50 layers and one was bad, process of elimination, I deleted one by one till I found the layer that was causing it to fail.  Files I had converted from .DWG to AI coused an error

  • How to Compile (Overwrite .Fmx) if fmx file is opened?

    Hi,
    How to Compile (Overwrite .Fmx) if fmx file is opened? Is there any parameter to be set on server or something else?
    i am using 10g application server

    I think W1zard is refering to the setting/usage of FORMS_MMAP=FALSE, which means NOT working with memory mapping, that is the problem.
    Both metalink notes advise against Setting FORMS_MMAP=FALSE in Production environments.
    I also found another website where they advise against it for Production environments.
    We do not use it because of that...
    Excerpt from Metalink note 151618.1 - Unable to Replace .fmx Files 'On The Fly' During Forms Runtime
    When the FORMSxx_MMAP value to 0 or FALSE, Oracle Forms by-passes the default memory mapping
    and writes the file to memory for each time accessed. Thus, the executables are left closed
    on the file system, allowing for updates even during Forms Runtime. The disadvantage is that
    this may increase memory usage and reduce performance because the whole file structure
    is loaded into memory.
    For production systems, it is recommended that FORMSxx_MMAP should be unset or set to a value of 1 or TRUE
    Excerpt from Metalink note 286762.1 - How to Replace Forms Runtime Files in Production Environments 'On The Fly'
    One solution for this problem is to use parameter FORMS_MMAP/FORMS90_MMAP/
    FORMS60_MMAP/FORMS50_MMAP/FORMS45_MMAP as described
    in the following document :
    Note 151618.1 "Unable to Replace .fmx Files 'On The Fly' During Forms Runtime"
    However as described in this document, this parameter should not be used in production
    environments.http://orafrm.blogspot.com/2007/07/formsmmap.html
    Edited by: Rodolfo Ferrari on Jul 8, 2009 9:09 PM

  • How do I save a Report to file using Report Generation vi's?(not HTML)

    Hi,
    Sorry about re-stating the problem.   I am using the Report Generation vi's to create a report. There is an option to save HTML reports to file, however I must use Standard Report because I need to print in Landscape mode. HTML reports will not print in Landscape. One of the requirements is to save the report to file on the hard disk. I have tried to use the standard Open File and Write File vi's. A file is created, but the report is not saved into the file. How do I connect a report so that it will be saved in the file? I already tried simply wiring the report refnum into the data input of the Write File vi.
    I have attached an example of my code.
    I am using V7.1 Full Version.  I have V8 available if that is any help.
    Any ideas?
    Thanks,
    Chris
    Attachments:
    ReportExample.vi ‏52 KB

    I did find this KB: How to Save Standard Reports?
    Attached is an example of how to do this.  You will have to relink the subVI's or else you will have a broken arrow. One is in LV7 and the other is in LV8
    Message Edited by Sam R on 12-15-2005 02:25 PM
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~
    Attachments:
    Standard_to_HTML_LV70.zip ‏23 KB
    Standard_to_HTML_LV80.zip ‏29 KB

  • How do I save .mov and audio files in QTX while using Safari?

    I used to have QT7 Pro, which would allow me to save files directly with the plug-in with the drop-down menu at the right side of the player. With QTX, that panel is gone. How do I save stuff now from Safari’s windows or make 7 the default browser plug-in? Thanks in advance. Peace.

    For most users just using a browser other than Safari solves the trouble.
    When I encounter pages that don't show the Pro "pull down" (right end of the controller) I simply Control click on the video window to bring up the contextual menu.

Maybe you are looking for

  • Error in report server caused the application server in accessable

    Hi everybody, I got a the following error in the report server logs. It looks like the report server lost connection with DB server . Please help me to find out what might have caused this error. java.lang.NullPointerException at oracle.jdbc.dbaccess

  • How do I migrate one mac to another and have it look just like it did on the other machine on the one I migrated it to?

       I need to migrate a mac to another and have kept my backups current with timemachine. I connected the HD with the time machine back ups to the machine I'm migrateing to and used the migratiation assastiant but now i have 2 accounts and no permissi

  • Reconciliation difference must be zero before reconciling  [Message 3821-8]

    Dear Experts, Are there any possible solutions to retrieve the AP Invoice & CN that has been manually deleted from database? My backup database is not working and I have made mistakes by adding 2 invoices & 1 CN in the live system.  Problems: I have

  • Install OSB on WINDOWS 7

    Hi all, I am getting the following issue while installing OSB setup.exe on windows 7.I have used the option of Run as Administrator During invocation , the swap space check may report that no space is available, even though there is free swap space o

  • How to handle spaces in Sender File

    I have sender file and it is reading wrongly as it is not reading spaces. It is fixed file lengthe with no seperator. Following r the parameters I am using but still it is not picking up spaces. ignoreRecordsetName                                 tru