Windows .Doc files in OS X

I've been getting a lot of windoes Word file with a .doc extension but I've not found a program to read and edit them in. What have I missed?
Can someone help?
Willard

Microsoft Word for Mac will open them. The free Open Office suite will open most of them. As will Apple's Appleworks.

Similar Messages

  • Mac can't display some images from Windows .doc files.

    I've opened .doc files written in Windows Word in Pages 2009, Mac Word 2008 and Mac Word 2011 and they all fail to show some of the images within these documents. When I open these files in Windows Word, they show up just fine. Why aren't the Macs showing them properly?

    Try downloading OpenOffice or LibreOffice and opening them in one of those. They do a better job of importing Word documents than Pages. Once you've got them open, you can save them as RTF and load them into Pages. Pages is nicer to work with, but OO/LO (basically the same application) has better features.

  • Converting *.doc files to *.swf files

    I PURCHASED FLASHPAPER 2 SOME YEARS BACK TO CONVERT STATIC
    WINDOWS *.DOC FILES TO *.SWF FILES TO UPLOAD ONTO A WEBSITE. I
    RECENTLY BOUGHT A NEW COMPUTER WITH WINDOWS VISTA. FLASHPAPER 2
    DOES NOT WORK ON VISTA. I WAS INFORMED BY ADOBE THAT FLASH CS3 CAN
    RUN ON VISTA. I WOULD LIKE TO FIND OUT HOW TO CONVERT STATIC *.DOC
    FILES INTO *.SWF FILES ON FLASH CS3.

    you can also try this:
    Step 1. convert .doc file to .pdf
    you can find a free converter here
    http://sourceforge.net/projects/pdfcreator/
    Step 2. convert the .pdf file to .swf
    using PDF2SWF & SWFCombine from
    http://www.swftools.org/

  • Reading .doc files on a mac

    I transferred my old PC Windows .doc files from my PC to an external hard drive but they will not open on a mac, the page is blank. Can I change the file extension to read them or do I have to use a program?

    TextEdit has no problems with any .doc files I have thrown at it. Because most word processors are more sophisticated than TextEdit, there may be formatting it has trouble reproducing, but I haven't had that issue. It certainly opens much faster than Word or even NeoOffice, which I also use, when you need a quick peek or read through. It also can save a document in Word format.

  • Windows 2008 R2 Folder assign permission "Read and Write" problem with *.doc file

    Hello All,
    I am a new one here,
    I am sorry for any mistakes and also my english is so poor.
    M Brother company runing Windows 2008 R2 as Active Directory...
    We have folder Name: Admin
    and in this folder, there are alot documents files as : *.doc, *.dwg, *.txt etc.....
    All user accesing to these files and they can open to edit and save...
    One day my brother want me to set Admin folder for all users just"Read and Write.." mean they still can open files to edit and save... but can't delete..
    I did success with this..
    But only one thing happen.. when they open *.doc file to edit and attempting to save, the message alert" access denide " and they can only "SAVE AS"...We don't want "Save as"
    Could you show me how can we fix error with *.doc file while they trying to save? because it allow only save as.. but other files as *.text file or *.dwg they can save without problem..
    Could expert here ever face this issues and fix by yourself, please share me with this..
    Please help me..
    Best regards,

    Hi,
    Office programs are specific. They will create a temp file when edit, then the temp file will be deleted when close. So Delete permission is needed for users to saving Office files like Excel/Word.
    For more detaile information, please refer to the thread below:
    Special Permissions - User cannot save files
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/721fb2f1-205b-46e5-a3dc-3029e5df9b5b/special-permissions-user-cannot-save-files
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to display the PPT, PDF, XL, DOC files with in the Windows store app?

    Hi,
    I would like to display the PPT, PDF, XL, DOC files with in the Windows store app? is there any controls provided by Microsoft to view these files with in the app?
    Or
    Any workaround to achieve the desired functionality?
    Kindly provide your inputs if any one has.
    Regards
    Prasad

    Hi Prasad,
    As I know currently there is no in-build functionality to display the PPT, XLS or DOC file directly on the Windows Store App, but you can always open these files by
    Launcher class
    However a good news is we can display PDF on Windows Store App by
    Windows.Data.Pdf class, see this for more information:
    https://code.msdn.microsoft.com/windowsapps/PDF-viewer-showcase-sample-39ced1e8/
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Open .doc file in java on Windows 98/2000

    Hi all,
    I need to open a .doc file on Windows 98/2000 PC thriugh java.I have used the command
    Runtime.getRuntime().exec(new String[] {"cmd", "/C", "start", "\"\"", filename});
    This command works fine on Window 2000 but gives IO Exception: CreateProcess: start <filename> error=2
    So I tried the command
    Runtime.getRuntime().exec("start"+filename);
    Now this command works fine on Windows 98 but gives the same error on Win2000.
    Someone please suggest a command which will work fine on all Windows OS.
    Thanks in advance

    Have a look at the Java Desktop Integration Components Project https://jdic.dev.java.net/documentation/index.html
    especially look at
    https://jdic.dev.java.net/nonav/documentation/javadoc/jdic/org/jdesktop/jdic/desktop/Desktop.html#open(java.io.File)
    which opens a File using the default application associated with this kind of file.

  • Display .doc file in new window by url

    Hi all,
    I hope someone got a quick an easy solution for this one.
    I want to access and display (open/save) a .doc file in a new separate window by using createExternalWindow(docUrl, xxx, xxx), where docUrl is a path on the local webAS. Right now I access the file like this:
    File doc = new File("apps/local/filename.doc");
    wdComponentAPI.getWindowManager().createExternalWindow(doc.getURL(), "", false).open;
    This does not work though, since it gives me the absolute path from the hard drive letter and down, ie: c:/usr/sap/../filename.doc
    We havent installed Office Integration on our webAS.
    Anyone? All help help is appreciated. This doesn't feel like it should be a big issue?!
    Best regards,
    Andreas

    Andreas,
    Here is probably not the optimal and not the most intuitive way to perform this task, but anyway:
    1. In View controller context create attribute with type <b>binary</b>, let us name it <b>MyDoc</b>
    2. In View controller source define private variable
    private ISimpleType _msWordType
    3. In View controller wdDoInit method place the following:
    _msWordType = wdContext
      .getNodeInfo()
        .getAttribute("MyDoc")
          .getModifiableSimpleType();
    ((IWDModifiableBinaryType)_msWordType).setMimeType( WDWebResourceType.DOC );
    ((IWDModifiableBinaryType)_msWordType).setFileName( "MyMsWordDocument.doc" );
    4. Use the following docUrl when calling createExternalWindow
    /* Load document content first */
    final byte[] documentContent = loadDocumentBytes();
    /* And now the trick itself */
    final String docUrl = _msWordType.format( documentContent );
    We successfully apply this technique to display photo from employee profile loaded from database
    VS

  • I cannot download the doc files which I have uploaded to Dropbox. I am using Microsoft Works in Windows 7.

    I cannot download the doc files which I have uploaded to Dropbox. I am using Microsoft Works in Windows 7.
    I am trying to download them to my ipad.

    You need Dropbox on your iPad. Open the document in Dropbox on iPad, and using the icon on the far right (down arrow) Open In ...

  • Why does Acrobat Pdf converter file slow down my 2003, Windows  Word Program.  I only experience this problem when i convert a pdf file to a doc file.

    Why does Acrobat Pdf converter file slow down my 2003, Windows  Word Program.  I only experience this problem when i convert a pdf file to a doc file.

    Hi Bill -- thanks for your reply!
    When I check the Document Properties on Acrobat I can see that the fonts used in the document (Cambria, Times and Windings) are listed as "Embedded Subset" in the Fonts panel. The machine it was created on did use an earlier version of OS X and an old version of Word, but it seems to have the proper fonts...
    -nick

  • ADF 10g: open doc file in msWord but not in browser

    Hello,
    I'm working with JDeveloper 10.1.3/JHeadstart 10.1.3. deployed on Oracle application server 10.1.2.3
    Does anybody know how to open a .doc file in msWord application on client side?
    I have added a mime-type in my web.xml:
    <mime-mapping>
    <extension>doc</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>
    but the file is opened in a new internet explorer window.
    Currently I succeeded to open it in msWord by changing settings on the client computer in explorer>Tools>Folder Options>File Types and then change for doc file type the advanced property "Browse in same window". When not checked, the .doc file is opened in msWord but when checked the file opens in the browser.
    It could be easy to ask the users to make this modification on their station, but it is not possible.
    Thanks in advance.
    Pierrick

    Hi,
    if the requirement is similar and not the same its always worth spelling it out. You can reference document resources like Word from ADF by referencing the document URL from a goLink (which then allows you to set the target property to open the doc in a separate browser window or tab). If the browser opens Word, downloads the file or opens in the browser depends on the MIME type setting of the browser (e.g. can it display Word documents natively). If the document e.g is accessed from ADF through a servlet then you probably can set the Mime type explicitly to a specific one. However, it the client in the end that interprets how to process the document.
    Frank

  • Open doc file in msWord but not in browser

    JDev 11.1.1.6.0
    My requirement is similar to that in https://forums.oracle.com/thread/2327005 but in 11g.
    The user has almost done it in making changes in web.xml but I am a beginner and I don't know how to make this happen on click of a command button or a command image link.
    Also, it would be nice if the doc file (new blank doc) opens in MS Word application and not in browser without making changes in browser level.

    Hi,
    if the requirement is similar and not the same its always worth spelling it out. You can reference document resources like Word from ADF by referencing the document URL from a goLink (which then allows you to set the target property to open the doc in a separate browser window or tab). If the browser opens Word, downloads the file or opens in the browser depends on the MIME type setting of the browser (e.g. can it display Word documents natively). If the document e.g is accessed from ADF through a servlet then you probably can set the Mime type explicitly to a specific one. However, it the client in the end that interprets how to process the document.
    Frank

  • Understanding compile errors due to copying code from a doc file and not a txt file

    SITUATION:
    My instructor for my micro-controller class refuses to save sample code to a text file and instead saves it to a word document file instead. When I open up the doc file and copy/paste the code into my IDE "CodeWarrior" it causes errors upon compile time.
    I am having to rewrite all the code into a text editor and then copy/paste it into my IDE.
    MY UNDERSTANDING:
    I was told to always save code as a text file because when you save code as a word document file it will bring in unwanted characters when your copy/pasting the code into your IDE for compiling.
    Their are students in my class using the schools computers running "Windows" that copied and pasted the code into CodeWarrior and it compiled fine. This is not only frustrating but confusing. However, I know their are students in class with "PC's" running windows that had the same trouble I did so I know it's not a Mac issue. 
    Also I am running "Parallels" because my IDE for this micro-controller "Code Warrior" is not avaiable for my OS. I realize there are several IDE's out there that require "Windows OS" in general but I know this situation is not a Mac issue or Parallels issue or even a Windows issue. It's purly an issue of formatting that is done between the file being copied and the target program or so I'm understanding.
    Can someone exlain to me in better words or perhaps provide a resource, documentation or article that will enlighten me on this issue. I would like to better state my case next time. I'm tired of being told this is a MAC issue and that Windows is just plain better.

    The problem is (as you suggest) almost certainly a gremlin issue - characters that for one reason or another Code Warrior cannot interpret correctly. Why it happens to you and not others is a different matter. That could mean that the pofessor uses fonts that are not on your machine, or that he is using a different version of word, or it could be in how you access the data. For instance, if the prof posts this word doc on the web you may get different results if you download the file and open it in Word as opposed to opening it directly from a web browser.
    The sure-fire solution is to download TextWrangler and copy the code in there first. TW has a number of tools for finding and removing unpleasant characters. it adds a step, but... you could also try resaving the doc file as a plain text file from within word.

  • .doc File not opening in SAP

    Hi,
         I am a Network Engineer & i am a noob in SAP.
    One of our Customers is implementing SAP in their Enterprise & they are learning it.
    Today, there is an error came in the SAP.Some users are not able to open a .doc File from the SAP Window.SAP expert is saying that its a PC Error.We have re formatted the PC & re installed the Microsoft Office in it.Still, the error is coming in 3 PCs.
    Due to this, they (Users) are not able to download the reports.
      I am attaching a Screen Shot which will give you  the exact type of Error it is showing.Please help me step by step if you know the solution.
    Thanks in Advance!!
    Click on the Link for the Screen Shot:
    [SAP Error|http://i357.photobucket.com/albums/oo15/rajeevpayal/SAP_Error.jpg]
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Sep 28, 2011 3:42 PM

    Hi,
    EXECUTE I18N TRANSACTION CODE--> EXPAND I18N CUSTOMIZING > DOUBLE CLICK ON MS WORD EDITOR--> SELECT BOTH CHECK BOX FOR SCRIP AND SMARTFORMS AND CLICK ON ACTIVE...........
    NOW YOUR FILE CAN OPEN IN SAP...
    ABOVE MENTION STEPS ONLY WORK IN ECC VERSION...
    REGARDS,
    KRISHNA

  • Cannot open .xls or .doc files

    I have office 2008 updated to the latest version operating on a mac osx 10.5.8. I cannot open xls or doc files. I get the messages "file cannot be opened" and "file blocked".
    Have tried
    - opening via right click and through the programs themselves
    - installing updates
    Any suggestions welcome.

    Hello,
    This forum is for troubleshooting Apple Software Update for Windows, a software package for Windows designed to update Apple products that run on Windows, and not related to Microsoft Office. Please post Office related questions on Microsoft's own forums for their Mac products.
    http://www.officeformac.com/productforums
    Good luck...

Maybe you are looking for

  • APP RUN Based on document type

    HI SAP Gurus. While invoice posting(F-43/MIRO) User use Doc type KR & RE(may be different doc type instead of KR).. Now he want run APP for only KR document type....   Please give me solution......

  • Mandatory fields & JHS different behavior for the very same situation

    Hi, There is an issue regarding mandatory fields in a form. Let me put it in this way: Using this framework, obviously there are two ways for declaring a field as a mandatory one. Firstly, at model level; checking the mandatory check box in the entit

  • Need XML Suggestions

    I have an 18 page word document used in our process that I am automating using Designer 7. The word document is an 18 page 'table' that has 7-8 columns, and 100 or more rows. I have a couple of methods for creating this in Forms Designer. The first i

  • Time hierachy

    Hi Experts, I have an issue. This goes like this: I have a reporting platform where I don't have a time dimension. But in One of fact table I have a column called date. This is in the format dd-mm-yyy hh:mm:ss AM. Now I want to create a hiearchy for

  • I want to use iCloud as my mail instead of Hotmail or Outlook, but ...

    I want to use iCloud as my mail instead of Hotmail or Outlook, but it's not working out, because I only get an error message that it is a problem with activating my e-mail.