Need help saving

Im sure this problem has been on here a million times. But im trying to save a document that I am emailing to someone who uses microsoft word. In the tutorial it said when i click "save as" I can save a copy as a word document but I only have the option of iwork. What do I do?

Johnny,
The tutorial you are looking at is probably for Pages 09. In Pages 08 you must use the File > Export menu to save as .DOC. After doing File > Export..., select the Word icon.
Regards,
Jerry

Similar Messages

  • Need help saving a rendered video in Premiere Elements 13...

    I have a rendered video that I am ready to save to my computer.  The last Premiere Elements program I had was 1.0 lol.  In 1.0, I would select to export the video as .avi and use that to burn to a dvd.  In Premiere Elements 13, "export" is grayed out.  What it looks like I need to do now is Publish the rendered video, but I don't know what to select to save it to my computer for future burning to a Blue Ray Disc.  I plan on using Nero to burn the video to BD.  Any help would be appreciated. 

    AndyD74
    File Menu/Export/Movie is last seen in Premiere Elements 7. Now File Menu/Export/Title remains.
    Your export opportunities for Premiere Elements 13/13.1 are in the Publish+Share area of the program. Have you updated 13 to 13.1 yet using an opened project's Help Menu/Updates? If not, consider doing so.
    What are the properties of your source media on the Timeline that is destined for Nero for your burn to Blu-ray disc format on Blu-ray disc?
    Have you considered taking your Timeline directly to Blu-ray disc format on Blu-ray disc in Premiere Elements 13/13.1 using Publish+Share/Disc/Blu-ray?
    Depending on your reply to the above, you could explore for your file....
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p___
    Publish+Share
    Computer
    AVCHD
    with Presets = M2T - H.264 1920 x 1080i or p____
    Please review and consider, and supply more information so that we can fine tune the reply.
    Thank you.
    ATR

  • Need help saving iPhoto library from damaged hard drive

    Trying to help my wife, she has the following:
    MacBook Pro running OS X Lion version 10.7.3
    iPhoto 11 version 9.2.2
    Her hard drive failed last week and she had a ton of photos on it, of course not backed up.
    We took her machine to the local Apple Store, they confirmed they couldn't recover the data and they installed a new hard drive in the MacBook.  We took the old hard drive to my local PC supplier who's very clever, he worked on the hard drive and was able to copy all my wife's documents to another storage device.....but, he couldn't copy the iPhoto library and is requesting some help.....he doesn't know much about Macs, nor how iPhoto works.
    I've read a lot of the posts on this forum and am learning about how the iPhoto library works....and how it requires a Mac based back up hard drive in order to copy it.  Okay, here are my questions:
    1.  My PC troubleshooting guy can see the iPhoto library icon on the damaged hard drive, he says its a huge file.  It appears we would need to supply him with a Mac formated back up hard drive, then he could just move that iPhoto library icon (which contains all photos) to the new back up drive.  Is this correct?
    2.  Once we have this old iPhoto library on the new back up hard drive, we could bring it home of course, but then I need to get it into the new hard drive on my wife's MacBook Pro.  I'm assuming I can plug this back up drive into my wife's machine, then import the old library into her machine.  How do I do this properly?
    3.  If I bring the old library into the new MacBook Pro hard drive, will it erase the existing iPhoto library on her new hard MacBook Pro hard drive, or will it combine them somehow?  She has added of course some pics to the new iPhoto library already, but if we have to delete them it won't kill us.  The old stuff that got recovered from the damaged drive is more important.
    Thanks ahead.....now to the experts?

    Thanks Terence.....
    regarding this point:
    3. use the paid version ($20) of  iPhoto Library Manager to merge the Libraries. that way you won't lose anything.
    I have another access to her new photos, whereby I could reload them onto her MacBook if we lose the new library.....so I'll save the $20 and just reload them.....two more questions:
    1.  So, if I drag the iPhoto library folder from the new back up hard drive to the Pictures Folder in Finder, will that overwrite the existing library folder on her MacBook?
    2.  After I drag this folder into finder, will iPhoto recognize everything?  I assume yes....just checking.
    thanks ahead!

  • Need help saving layer styles Photoshop CS6 Extended for Mac (Mountain Lion)

    I have been trying to learn Photoshop. I am using Photoshop CS6 Extended on a Macbook Pro (Mountain Lion). My Adobe software has been updated. I have been doing tutorials using a lot of layer styles. In one of these tutorials, it was suggested that if I would possibly want to use the style again that I should save it. At this point I had entered all my layer styles info and was still in the window with the list of layer styles on the left (bevel and emboss, drop shadow, etc., and the "New Style" button on the right. I clicked on the "New Style" button and when another window popped up asking me to name the style, I named it. When I looked at my styles in the styles panel, I saw the little button for the new style. I saved my graphic and closed it. Later I wanted to apply this style to text in another graphic. The style was used on text originally. When I clicked on it though the style didn't look the same. Upon investigation, a couple of setting under Bevel and Emboss had reverted to defaults. They were different numbers when I saved the style. I could go back in and change these two numbers and get the same results, but I don't understand why these numbers changed on their own -- why the style didn't completely "save." Is there something I have done wrong, or is this some kind of bug? Any help would be greatly appreciated! Thank you in advance!

    Thank you very much for your reply! Yes, both documents were at 72 resolution. This morning I tried to save yet another style (same resolution document). It worked when I used it the first time. Then I switched to the other style I had saved. That one took some of the bevel and emboss settings from this morning's style. The numbers which will not save are the angle and altitude under the shading section. Just now I made another document (text at 72 resolution) and both styles had changed these numbers to 120 and 30. Is this something I am doing wrong? I am trying to use text of a similar font and size. I updated my software last night in the hopes that that would help. This morning I reset preferences. Don't know what to do! Thanks for helping me!

  • Need help saving image to SQL as BLOB, then sending as email attachment

    Hi folks,
    These forums have gotten me most of the way through this particular project, but I'm finally stumped...
    First, I'll describe exactly what I'm trying to do: the user chooses an image file client side and the server-side code then converts it to binary data and saves it to SQL. Then as a separate step, an email will be sent out with that image file loaded from the DB as an attachment.
    So I've actually got most of this working. I'm using the O'Reilly MultipartParser class to pull the file input stream from the Request and insert it into SQL BLOB column ("image" datatype). I can successfully send Text attachments by simply converting the binary data back to a string and then using a subclass of DataSource (ByteArrayDataSource) to feed it to the mail object.
    After getting the text documents to work, I then moved on to trying to send images.
    I tried to send images using essentially the same technique as sending text. The image file gets saved to SQL the same way and I then convert the binary data back to a string an attach it. The only difference is that I set the content-type to "image/gif".
    I didn't really expect this to work, however, I am able to "Preview" very simple Gifs (in XP) that I've attached. I cannot "Open" them, though, and I cannot even "Preview" more complicated Gifs.
    So on to my real questions. I didn't really expect that you could simply output binary image data into Text format and simply slap on a ".gif" and expect it to work. Am I right about that? XP's "preview" option seems to read it okay, but I really need to be able to "open" these files.
    So basically I need to know what to DO with that binary data in SQL in order to successfully attach it as a true image file. Is this an encoding issue? MIME type?
    I didn't want to paste all the code but I'll paste the snippet that deals with the attachment section. If you'd like to see any other parts, please just let me know...
    MyBlobObject v_blob = new MyBlobObject(m_cp);  // the getBlobStr() method of this object simply grabs the data from SQL as a String
    DataSource source = new ByteArrayDataSource(v_blob.getBlobStr(),"application/octet-stream");
    BodyPart messageBodyPart = new MimeBodyPart();
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setHeader("content-type","image/gif");
    messageBodyPart.setFileName(v_fileName);
    ...Another interesting thing I'm seeing is that when I view the small Gif as text, I see this:
    GIF89a � !� , D ;
    While the file I'm getting from SQL as an attachment looks like this:
    GIF89a ? !? , D ;
    Obviously, the question marks are unknown, but I'm not quite sure why. I outputted the char values as integers and found that the first question mark is 65408 and the second one's value is 65529. Obviously something is getting changed somewhere in the process, but I'm not quite sure how and where.
    anyway, thanks in advance for any advice!

    Nevermind! Of course, I figured it all out after writing that long post.
    I had tried using a byte array instead of the String in the ByteArrayDataSource and it hadn't worked. However once I cleaned up the code a bit I got it working.
    This links has it all...
    http://www.magelang.com/faq/view.jsp?EID=498439
    thanks anyway!

  • Need help saving video.

    I have used imovie in the past before updating to the new mavericks.  I believe I had an older version of imovie as well. I used to use imovie for editing the lighting of the video and then saving it on my desktop where then I would just email it to myself and download it from my phone. Now I don't know how to just export the video to my download folder while keeping the compatiblity to where it plays on ipods and iphones. Any help? I can keep the compatibily if I share using itunes but I'm not wanting that. I want to save it to my downloads folder first then email it.

    AndyD74
    File Menu/Export/Movie is last seen in Premiere Elements 7. Now File Menu/Export/Title remains.
    Your export opportunities for Premiere Elements 13/13.1 are in the Publish+Share area of the program. Have you updated 13 to 13.1 yet using an opened project's Help Menu/Updates? If not, consider doing so.
    What are the properties of your source media on the Timeline that is destined for Nero for your burn to Blu-ray disc format on Blu-ray disc?
    Have you considered taking your Timeline directly to Blu-ray disc format on Blu-ray disc in Premiere Elements 13/13.1 using Publish+Share/Disc/Blu-ray?
    Depending on your reply to the above, you could explore for your file....
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p___
    Publish+Share
    Computer
    AVCHD
    with Presets = M2T - H.264 1920 x 1080i or p____
    Please review and consider, and supply more information so that we can fine tune the reply.
    Thank you.
    ATR

  • Need help saving messages

    Hi
    I have the Nokia 6220 Classic. I would like to save my text messages received from my phone to a folder in my PC. Now i can do this, however the messages are saved in a file with the ext VMG file.  I then cannot open them up in any readable file, just squares and codes. I am not very PC literate. Does anyone know how to save them so i can maybe open them up in word, many thanks

    Hi ejayne,
    Have you looked at ListSMS or X-SMS?  I've not used X-SMS, but used ListSMS on a N95 and it worked flawlessly.  It needs python installing to, but a link and instructions are at the bottom of the ListSMS page.
    GavW

  • Need help saving Workspace layout

    At Photoshop World, Julieanne Kost mentioned that she likes to have all of her panels to the left. I tried this at home and really like it like that, so I saved a new workspace.
    My problem is that when I open a new image, the image window floats behind my left-sided panels and it drives me crazy!! This is the problem ....
    I really want it to default to a location that I set for any new document that is created or image that is opened, but I can't figure out how to save that location and I've searched online and in the preferences. Can anyone help me make it default to this positon below??
    Thanks SO much!!
    Allison

    Yes, there is a way to do this.
    Start with a workspace that has the panels to the right.
    Important: do not have any files open.
    Also important: Open the panels you want showing by default, such as layers and swatches.
    Now, as shown in the screenshot, drag the panels as a group by placing your mouse pointer where the red box is, then drag it to the toolbox until you see a blue line. This means the panels will be docked instead of floating, and will not allow your open documents under it.
    Save the workspace, then open your files.
    Gene
    You should see this. "test" is what I called the workspace.

  • Need help saving battery

    Hi, I'm using i phone 4 and recently after updating the software 6.1.3, my battery is draining fast. It is almost 20% in one hour. I've tried all the suggestion, clearing the calendars, clearing the mail account. None seems to be useful. Please help....

    Morning victorian1234,
    For more information on this, take a look at this article:
    http://www.apple.com/batteries/iphone.html
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Battery life seems short
    Click ( www.apple.com/batteries/iphone.html) for tips on how to prolong iPhone's battery life.
    Try turning iPhone off and then on again.
    Connect iPhone to iTunes and restore iPhone.
    If the screen shows a low-battery image, the battery is low on power and needs to charge for up to ten minutes before you can use it.
    Hope this helps,
    Mario

  • Need help saving a Digital Editions pdf to my dropbox

    Can you please help me save an Adobe Digital Editions pdf to my dropbox?  I just purchased an ebook for school, and I feel like it was a total waste of money, because I can't open it in my "iAnnotate pdf" viewer, which is where I save all of my ebooks.
    If I can just get it into my dropbox folder as a pdf or something, then I can open it on my iPad. 
    Please help.

    If it is a DRM .pdf you will need appropriate app.  As far as I know the "iAnnotate pdf" viewer does not support Adobe DRM.
    Install Bluefire on the iPad and register it with the same Adobe ID as Your Digital Editions.
    Then when you copy Digital Editions books to your Dropbox and they arrive on the iPad,
    you can tell Dropbox to open them in Bluefire
    (I seem to remember there will be a dropdown menu in top right of Ddropbox when you select the file with options on how to open it)

  • Dad needs help saving his little girls HD Videos - Please Help!

    I am new to Mac. I have always been a PC guy. I am pretty good with computers/ learning Imac. I shoot video and pictures all the time and I have been waiting forever for the ability to edit and author in Blue Ray, I embraced Blue Ray and HD early on before the Blue Ray/HD Dvd war had been won. THe only software out there that was ready for what I wanted to do was more like Pro software $1000 + and nothing great Consumer level. I was using Roxio DVDit HD. Doesn't work with APple. I have been shooting HD video on my Sony HDR-HC3 for 3 years. It captures on Mini DV HD tapes(1 hour HD Content). I have about 35 tapes filled that I want to start editing. I have been holding off for the past 2 years due to the emergence of Blue Ray. I do have a Blue Ray Burner on my Sony Vaio but it is s l o w . These are videos of my little girls and I want the footage in the best quality possible. I am learning my way around Final Cut Express but it has been slow. I figured since I have no Blue Ray Drive on the Imac whats the rush. 35 Tapes later and I am starting to have an anxiety attack! Plus I am ready to start watching/editing what I have taped so far. Here is what I want to do. I want to import my tapes to Final Cut Express. Then save the whole tape unedited in digital format so that I may go and access it at any time as I decide how I want to compile the films down the road. Perhaps I will do a Christmas Movie or Birthdays. I don't know how many I will do but I don't want to have to import from 6 or more tapes each time I start a new project. I want to then never use the tape again and save it for back up. The more I research the more confused I get. I want to ultimately burn Blue Ray discs but that is not an issue yet. For now just getting a high quality digital /editable back-up would be great. I started exporting to the Hard Drive and about 4, 1 hour movies, took up my entire computer!! About 361 Gig!!! how is that even possible. Will I really need 20 1 Terabyte hard drives to do this? I used to just use Window Movie Maker to output avi files but that was before the HD Camera. I also don't want to save as 720 resolution to save space. I want a great quality master copy. Ultimately this will be played on Blue Ray on 55" LED Samsung with razor sharp picture. Please help me.

    Hi(Bonjour)!
    Welcome to the forum.
    HDV cannot be captured natively in FCE. It is transcoded to Apple Intermediate Codec. 1 hour of HDV 1080i60 transcoded to AIC take around 49 gig/hour. period.
    Native HDV take around same hard drive space than DV. BUT you need Final Cut Pro (bundled with Final Cut Studio) to capture it as HDV.
    I'm pretty sure that your can edit one tape and just keep the "crème de la crème" ( http://en.wiktionary.org/wiki/cr%C3%A8mede_lacr%C3%A8me )of your precious footage.
    Save the final edit as a self contained movie and store it on external hard drive for future use. This process is very long but it can solve your problem. Capture one tape per week if you can.
    There are other option to distribute HD content than Blu-ray. You can search this forum with +Apple TV, HD monitoring from mac+, keywords. Also see:
    http://discussions.apple.com/thread.jspa?threadID=2219493&tstart=0
    Michel Boissonneault

  • Need help saving Bridge file sort order

    Is there a way to save the sort order in Bridge CS4? The default in mine is "By Date Created", and I would prefer it defaulted to "By Filename". I change it to sort according to filename, but it just reverts back to date created next time I open the window. I'm sure this is a really obvious setting that I am missing, but cannot find it. Any help would be appreciated.

    You can save the sort order as part of a workspace, Use the triangle at top
    of the Bridge window (left to the search option) and in here choose new
    workspace.
    Obvious you first have to set everything you like to appear as you want it
    in this new workspace, including the sort order...
    For better overview you can drag the vertical line next to the workspace
    names to the left to extend them to the left.
    I'm sure this is a really obvious setting that I
    am missing, but cannot find it.

  • Need help saving PDF correctly!

    Every time I try to save my project as a PDF part of the text appears white. I have tried all of the settings and cannot figure it out.
    I tried rasterizing my text before saving as a PDF but when I open the pdf the quality is poor.
    Can someone please tell me what to do. It's driving me crazy.
    Thanks!

    Do a web search for adobe photoshop pdf text.  Here is one from March http://forums.adobe.com/message/5007907
    Do not know it this has been fixed.  Here is answer.
    This is a verified bug and has been reported to our engineering department to fix. What is known about the behavior:
    1. Happens when a single layer of text has more than 6 lines. Workaround: break up text into muliple layers when possible.
    2. Only happens when Photoshop has the Creative Cloud updates (13.1.x).
    3. Text corruption only happens in Acrobat (Reader). If you open the PDF file in Photoshop, the text will display normally.
    4. Even if you create a rasterized copy of the text on another layer (e.g. Stamp Visible to a new layer), if the text layer is still visible (i.e. will be selectable in the PDF), this behavior will occur.

  • Need help saving music before reformatting ipod

    My computer recently crashed and I lost all my itunes music. Now my ipod crashed and needs to be reformatted but I have no backup music files- is there anyway to save my music/transfer them before I erase them all by reformatting??

    Hi gher8ald!
    You always have the option of creating a backup directly from your phone using iCloud, more information on which can be found here:
    iCloud: iCloud storage and backup overview
    http://support.apple.com/kb/PH12519
    Also, all music and app purchases made through the iTunes Store are always accessible and re-downloadable through your past purchases history on your iTunes Store account. More information about that can be found in this link:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Need help saving user information

    I was just asked to start looking into how we will save user information from a Flex application.  We will need to store information for each user such as the following:
    1) sort settings for all objects for grids.
    2) which page/window user was in.
    3) possilbe field data that user last entered (instead of starting over).
    I was just wondering if anybody had to do something similar and how they went about it.  I worry that this could be come pretty messy and was hoping someone figured out a logical approach to it.
    Thanks,
    Larry

    Then make a settings class , and create an instance during runtime if one doesn't exist in your db.  When a setting changes , record the change on your object and serialize it out to an AMF-capable backend.  There you shove the settings object into your db through an ORM layer.   When the user starts up the app again , send out their settings object and go from there.
    Sincerely ,
      Ubu

  • Need help saving this document...says not enough RAM

    I have Photoshop Elements 5.0.  I have been working on some yearbook pages and had no problem saving the photo-heavy pages.  I had all the photos and photo pages closed and started working on a page that was all text. Toward the end of the page I tried to save it and was told I did not have enough RAM.  I had 19 layers of text so far...is that why it won't save?   I know I can allocate more RAM but it won't take effect until I restart the program.  Is there any way to save the work I have already done?

    Close any other open documents.
    If you have any other applications running, close those.
    In pse5 go to Edit>Purge and choose All.
    See if that makes any difference.
    MTSTUNER

Maybe you are looking for

  • Creation of Custom IDoc with Message control for sales Order

    Hi all, I am trying to create custom Outbound IDoc with message control. I wrote the code in a function module and i want to register that function module. (as in inbound registration of function module as in BD51).I am not knowing if that registrati

  • Need to display footer after displaying some item data

    Hi ,   I have the requirement that i need to display only 15 records in a page,If more records display 15 and then need to display footer and need to go next page  to display next records.Every thing is ok but how to display footer data after 15 reco

  • Unable to assign AUC as settlement type in settlement rule for FXA category

    Dear Experts, One of my requirement is that one WBS has several actual posting for AUC of different types and settle through CJ88. Investment profile is not in scope. To run the above scenario, i created AUC manually via AS01 of different types. When

  • How to use Templates in JSP.

    Hi, is any body knows how to apply templates In JSP technology. I was wondering if some can give some example or link to a working Example Thanks in Advance.

  • Color cube changes color

    The color cube in the code below keeps changing the color of all the sides, but the top and buttom one. The colors should remain the same. Can someone explain, why the colors do change itself? import java.applet.Applet; import java.awt.BorderLayout;