How do you "save as" in Keynote '09

In Keynote '09 I can "save version" but only to the already saved to name. There's no way to rename the file it seems. ANyone know?

Click on the file name in the window header and select "Duplicate". Then you can save the duplicate file with another name.
(I know this works under Lion with the latest version of Keynote.)
Hope that helps!

Similar Messages

  • How can you save keynote slides as high resolution (300 dpi) images?

    Apparently there is a way to save powerpoint slides as 300 dpi images, with some finagling, but not the mac version.  Does anyone know how to do this in keynote?  Or is there a relativley easy way to do it with free/cheap software?  I can increase the dpi in photoshop, but it doesn't produce crisp images for obvious reasons.

    how can you save keynote slides as high resolution (300 dpi)
    to save individual images from each slide in Keynote;     file > export > images > TIFF (for optimum quality)
    You are using the wrong terminology to describe creating an image file
    - dpi ( meaning dots per inch )  is the measurement used in printing to create the number of print dots per inch that will be deposited on to physical media like paper or film   This is done in the printer settings box of the print driver and is dependant on how the individual printer can print..
    ppi ( meaning pixels per inch ) is the measurement you need to use when creating the number of pixels in a digital image file. You establish image resolution in Keynote using the inspector;     
    Keynote > inspector > document > slide size
    I can increase the dpi in photoshop, but it doesn't produce crisp images for obvious reasons.
    You can resample images in editing applications such as Photoshop or Painter but what you are doing is adding non image information to the image to increase pixel count, this is called noise. As you state this is not the procedure to use in your situation.

  • How do you save voice memos

    How do you save voice memos, and use them as ringtones or text tones?

    From the Users Guide:
    Syncing Voice Memos
    iTunes syncs voice memos to your iTunes library when you connect iPod touch to
    your computer. This lets you listen to voice memos on your computer and provides a
    backup if you delete them from iPod touch.
    Voice memos are synced to the Voice Memos playlist. iTunes creates the playlist if it
    doesn’t exist. When you sync voice memos to iTunes, they remain in the Voice Memos
    app until you delete them. If you delete a voice memo on iPod touch, it isn’t deleted
    from the Voice Memos playlist in iTunes. However, if you delete a voice memo from
    iTunes, it is deleted from iPod touch the next time you sync with iTunes.
    You can sync the iTunes Voice Memos playlist to the Music app on iPod touch using
    the Music pane in iTunes.
    Sync the Voice Memos playlist to iPod touch:
    1 Connect iPod touch to your computer.
    2 In iTunes, select iPod touch in the Devices list.
    3 Select Music at the top of the screen.
    4 Select the “Include voice memos” checkbox and click Apply.
    Some users have had to create the Voice Memos playlist since it did not get automatically created.

  • How do you save a web PDF to the iPad2?

    How do you save a web PDF to the iPad2? I want to have a camera manual on my iPad.

    In Safari, click on the PDF link and from the context menu choose Open in New Tab. Then click on the tab: The PDF opens in Safari. At the upper right click on Open In, and from the menu choose Adobe Reader.

  • How can you save an app's data?

    Hi, how can you save an app's data? For example, if I want to switch some applications on my iPod with those were on my iTunes Apps Library, iTunes will force to remove the apps that was on my device and sync the apps that I want onto my iPod. But once the app is removed from my iPod, its data will be erased too, so, for example months later, I want to put them back onto my iPod, I will lose all the apps data and games progress. So, I just want to know the way that people save their apps data.

    Yo can't. apps are locked to the account thatpurchased them and in-app purchases can only be mad with the account that originally purchased the app.
    You will have to recover use of the first account
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.
    If necessary:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions
    If you have not uses any of the $10 you redeemed to the new account, you can likely get that refunded by contacting iTunes
    Contact iTunes

  • How can you save a draft SMS on X3-02 ?

    How can you save a draft SMS on X3-02 ? 
    Can't seem to find an option to do this  ...  Lost message typed half way  when I got out of the editor to check the calendar.
    Am I missing something or has Nokians obsoleted this function on the latest S40 platform ?
    Solved!
    Go to Solution.

    Hi all,
    Like sudude here pointed out that's one way of leaving text as "draft" to message editor. Or you can also select Options > More > Exit editor to do the same. And, next time when you select Create message that previous text should be there as it was left.
    But there is also another option to start writing SMS's - with Notes application. Select Menu > Apps > Notes. Write a note and save it. Then for that note select Options > Send note > Send as message. Now your note is copied to message editor and you can send it or further edit and then send. Neat thing here is that when you use Notes application, text can be saved for later editing or use.
    -ThreeOs

  • How do you save a report from VB?

    Post Author: calvin
    CA Forum: .NET
    How do you save an updated Crystal Report (CRXI) from a VB.Net (2005) program?
    We're using the ReportDocument object model, not the CrystalViewer
    & it appears there's a SaveAs method but not Save.Worse, the SaveAs doesn't seem to work. I get a convoluted error message that essentially says the file is in use, even when I'm saving it to a new filename. (The file it's referring to is the copy of the original file in the Temp directory.) I can post a screen capture of the entire error message if anyone thinks it will be useful.
    Thanks.

    Post Author: calvin
    CA Forum: .NET
    "Curiouser and curiouser. said Alice." I feel like I'm in Wonderland-the SaveAs works for some reports, but not for others. The task is to create an application consisting of a VB.Net program and a set of reports. The reports must be able to be run 'stand-alone' in Crystal Reports XI, and also to be run under control of the VB program. The report output is to go to PDF, not to be viewed online. It's absolutely amazing, to me, how little support there is for this type of thing. Why? Possibly it's considered simple-and it seems like it should be, except that some reports won't run under control of the VB program. When I got involved there had been a database change so the problem initially appeared to be running the VerifyDatabase command. (The reports being tested ran fine after they'd been fixed up in Crystal-but this wasn't expected to be the last database change so there was still a need for a programmatic fixup.) After running the VerifyDatabase command in the VB program the 'fixed' report couldn't be saved to verify that the report had been fixed-and it still wouldn't run. Now, I'm leaning towards the idea that the database change was a red herring. We've found some reports that have been fixed up but still won't run. Mostly they just 'hang'. If we get any output at all (usually after killing the application) it's the same record reported over and over. Anybody got any ideas?

  • HT4972 how do you save everything on your ipod touch before updating ios 6.1.2?

    How do you save everything on your ipod touch before updating ios 6.1.2. ?

    Follow these instructions. When you restore from backup as the article says the iPod will also be updated.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • How do you save your photos in iPhoto and be able to find the photos when you are in different programs. When i try to find them I can only find the iPhotos not the individual photos.

    How do you save your photos in iPhoto and be able to find the photos when you are in different programs. When i try to find them I can only find the iPhotos not the individual photos.

    Use the media browser. In every open/attach window in tithe lower left hand corner under media ==> photos ==> iPhoto
    LN

  • How do you save Pages documents so that someone can read them when e-mailed to a pc

    How do you save pages documents so that someone can read the docs when e-mailed to their PC, do I need to format the doc first ? Or save as??

    Hit File > Export... and choose Word Document.
    Hope it helps!

  • TS4002 how do you save email attachments on the ipad?

    how do you save email attachments on the ipad? particularly ebooks sent via email

    JanieHaas wrote:
    How do you save your notes permanently on the iPad? I have been taking notes on it and realized that after a week or so, my notes are deleted
    Teh notes are sync'd to your mail app on your computer.

  • IMovie crashed, lost project. How do you SAVE in iMovie? Where's the file?

    Just spent 4-5 hours building a complicated movie from a year's worth of footage. At some point, iMovie crashed. I think I lost all those hours of creative decision making, since I cannot see the file when I reopen iMovie.
    There is no "open" command in the file menu. There is no "save" command in the file menu.
    This would imply that Apple was autosaving for me to save me trouble. Hmm. I can save in almost every program I use, and revert, and save versions.
    How do you save a project in iMovie? I don't see save in the file menu, as has been the steadfast tradition of Apple applications since I purchased my first Mac in 1984. What in the blazes have you done with SAVE? It is so basic.
    Along the same line, where is the project file located on my hard drive? I would like to open it. Since I assume you have been autosaving to somewhere, could you please let me know where my file is saved.
    <Edited by Host>

    This just appeared to happen to me too.  I tried clicking on the file in Movies/iMovie Projects.  That didn't work.
    Then, I made a copy of the  file in a safe place.  I noticed it was 2.2 MB, so something had to be in there.  Next, I started iMovie and clicked the Project Library arrow.  The project was listed there.  I opened it and got back most but not all of the work.  It lost a lot of my audio changes.  Here's the thing.  I worked until about midnight, and then left iMovie up and running til noon.  You would think it would have autosaved the changes by the time I came back.  I suggest making your own copy of the file now and then, just in case.

  • How do you save an InDesign CC doc down to InDesign 6 so that you can open it in 6?

    How do you save an InDesign CC doc down to InDesign 6 so that you can open it in 6?

    Export/Save As .idml, and don't expect a perfect translation.

  • How do you save a pdf as a SWF?

    How do you save a pdf as a SWF file?

    What sort of PDF?  I'm thinking that the sort that would benefit from being saved out to SWF would be better done in InDesign, but give more details about the file.

  • How do you create an interactive Keynote PDF on a MacBook Pro that can be downloaded and manipulated on an iPad.

    How do you create an interactive Keynote PDF on a MacBook Pro that can be downloaded and manipulated on an iPad?

    File > Export > PDF

Maybe you are looking for

  • PO qty and Value with Inbound Delivery qty

    Dear all i have a report requirement, client wants to have a report on the basis of Inbound delivery qty. for eg. If Po qty is 100 @ $10.00 each Total Po value = $1000 if he makes a inbound delivery of 20 qty Report should display outstanding deliver

  • Savin a Form on click of a button.

    Hi All, I have created an Adobe Form using Adobe Designer 7.0. I want to save the filled up form using a button on the Form itself, instead of going via the File->Save As option. Is there a way of eleminating the File->Save As method, and instead hav

  • How to create spark skins using fxg vector graphics&how to switch b/w spark skins at runtime/via XML

    Hi, I want to create a number of Spark Skins using some vector images that I have with me. I can obtain the vector images in FXG format-- but what I am looking for is some way to quickly create multiple skins for various UI elements like buttons, men

  • Workprocess in Private Mode

    Hi, In our BI system, we want to avoid that dialog workprocess entering in private mode. Now we have the next situations: Number of dialog workprocess: 30 rdisp/wppriv_max_no: 25 rdisp/max_priv_time: 600 We had thought to change this parameters to: r

  • 16:9 "squeeze" for broadcast?

    i know this has been covered before, but i searched and couldn't find anything on it. i'm shooting 16:9 squeeze on a dvx100 for export to dvd and possibly film blowup. but i also want the option of broadcast airing. now i know if i go dvd, dvd player