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.

Similar Messages

  • How do I read wmv files on my mac

    how do i read wmv files on my mac. Is there a safe/secure download i can use

    Use the free version of Flip4Mac. If those WMV files contain DRM, you don't.
    (64098)

  • How to read doc file

    hi friends,
    i want to read doc file and write it into test file. is their any direct/indirect method for it. i have tried getByte() method but it also write some illigal character also.
    waiting for response.
    alok

                InputStream source = new FileInputStream("your doc file");
                OutputStream destination = new FileOutputStream("your file to write to");
                byte[] buffer = new byte[1024]; // or whatever size suits you
                for (int len = 0; (len = source.read(buffer)) >= 0;)
                    destination.write(buffer, 0, len);
                source.close();
                destination.close();
    [/cpde]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Read Doc File

    Hi all,
    I try to ready DOC file using the following code but i face the folowing error.
    IS there any way to read DOC or DOCX files?
    declare
    f utl_file.file_type;
    s varchar2(200);
    begin
    f := utl_file.fopen('OUTPUT','x.doc','R');
    utl_file.get_line(f,s,4000);
    dbms_output.put_line(s);
    UTL_FILE.FCLOSE(f);
    exception
    when NO_DATA_FOUND then
    utl_file.fclose(f);
    end;
    SQL> /
    declare
    ERROR at line 1:
    ORA-29284: file read error
    ORA-06512: at "SYS.UTL_FILE", line 106
    ORA-06512: at "SYS.UTL_FILE", line 746
    ORA-06512: at line 7
    SQL>
    Many Thanks

    thanks EdStevens ,
    Also i try to used this but the results in different charachters.
    CREATE TABLE LOB_TABLE4
    LOB_ID INTEGER,
    lob_name VARCHAR2 (100 BYTE),
    CLOb_COL CLOB
    DECLARE
    L_CLOB BLOB;
    L_BFILE BFILE;
    BEGIN
    L_BFILE := BFILENAME ('LOB_DIR', 'file.doc');
    DBMS_LOB.OPEN (L_BFILE, DBMS_LOB.FILE_READONLY);
    L_CLOB := DBMS_LOB.SUBSTR (L_BFILE, 1, 2000);
    INSERT INTO LOB_TABLE4 (LOB_ID, LOB_NAME, CLOB_COL)
    VALUES (1, '1st Row', UTL_RAW.CAST_TO_VARCHAR2 (L_CLOB));
    COMMIT;
    END;
    SELECT DBMS_LOB.SUBSTR (CLOB_COL, 1000, 1) FROM LOB_TABLE4;
    SQL> /
    the result as follow:
    DBMS_LOB.SUBSTR(CLOB_COL,1000,1)
    ╨╧◄αí▒→ß > ♥ ■  ♠ ☺ . ► 0 ☺ ■    -
                                    ∞Ñ┴ ♥Ç ♦ ≡↕┐ 0 ♫ bjbj┤V┤V
    ♦▬ 4♫ ╓<☺ ╓<☺   ☼   ☼
      ☼ ╖ û♣ û♣ ┘↕ ┘↕ ┘↕ ┘↕ ┘↕ ¶
         φ↕ φ↕ φ↕ φ↕ ♀ ∙↕ ♀ φ↕ σ¶ 0☺ ♣‼
    DBMS_LOB.SUBSTR(CLOB_COL,1000,1)
    ♣‼ ♣‼ ♣‼ ♣‼ ⁿ‼ ⁿ‼ ⁿ‼ d¶ ☻ f¶ f¶
    f¶ f¶ f¶ f¶ $ §▬ ó☻ ╖↑ : è¶ § ┘↕
    ⁿ‼ ⁿ‼ ⁿ‼
    SQL>
    i don't know why? but when i used to .txt it's working no problems but this problem with word file.

  • How to read .doc files on 5800 express music? pls ...

    When I try and open my .doc files it says file format error or something... Recently installed Office on my phone... New to this... please help...

    Are you sure the Office you downloaded was compatible?
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • How do I read .rtf files on a Mac?

    I have a bunch of rtf files, but my Mac can't read them.  Is there a way to read them?

    In Mac OS X, RTF files can be opened with TextEdit.
    To open them, right-click one of these RTF files and choose Open with > TextEdit. They should open correctly

  • Cannot read TIFF Files on my Mac

    I cannot open or read most Tiff Files on my Mac. Only the very simple ones I can open. Only the ones that were created with a very simple setting (black and white document setting) will open. The Tiffs that were created with a setting more elaborate than this (such as greyscale) I cannot access on my Mac at all. I have tried everything. Preview doesn't recognise them. iPhoto does not recognise them. Can anyone tell me how I can open these files on my Mac or what program I can use to open them?

    Where are these files coming from?
    Regards
    TD

  • How to read .doc files using jakarta POI api......

    Hi all,
    I've googled a lot on reading the file contents of an MS word file. I couldn't get a solution yet. Can you please give some sample codes for using the POI api for extracting only the text contents from an MS word file.
    Thanks and Regards,

    whenever i click the folders, it's taking
    to the internal folders. but there's no
    option to download the whole package.Thats because you're looking at a tool which displays the contents of an svn repository through a web site.
    What you need is a subversion client (the repository is a subversion repository).
    There are several easy to use clients available:
    Here's two:
    1) subclipse: If you use eclipse. Dammed great tool IMHO. http://subclipse.tigris.org/
    2) tortoise svn http://tortoisesvn.tigris.org/
    When you've got a client, you'll need to give it a repository URL from which to check out.
    For the POI project, that URL is http://svn.apache.org/repos/asf/jakarta/poi/trunk/
    ~D

  • Unable to read .doc files

    When someone sends me a Microsoft Word file with a .doc extension, I can't open it. Is there any way to do this without spending the $400 MS wants to buy Word?

    TextEdit found in your Applications folder will open Word documents.
    bill
    1 GHz Powerbook G4   Mac OS X (10.4.8)  

  • Read doc file using the Word Binary file format

    I want to be able to parse a Word file (xyz.doc).I want to be able to get to the actual text in the file and also get the "document properties" associated with this file.(This is the stuff you enter when you hit the File>>Properties button in Word)
    I have the binary file format of MS word 6.0 and I suppose these "document properties" are stored within a segment in this file format.
    Can anyone help me identify which segment in the Microsoft Binary word format this will be in???
    (Ya and ofcourse I want to achieve all the parsing purely in Java!!..)
    Thanks,
    Supriya

    IF you use MFC, yes. Don't ask how, this is the Java
    forum. As to the JAva API, no. There is no API in Java
    to deal with Microsoft docs, this is Java, not
    Micorsoft. Ya I know that!!:P
    You can write your own code, using the
    information in the doc. The info you refer to is
    locted on the header portion. As to how to read it,
    best go to a Microsoft forum. Once you understand the
    format, then post any Java related questions here,
    i.e. how do I oppen a file to read/write etc. Good
    luck, you will need patience, but you will leran a
    lot...Thanks anyway for your reply!:)..Will try with patience

  • Docking my hard drive and reading PC files on a Mac

    I just removed my PC hard drive and put it into a hard drive dock that connects to a PC via a USB plug.  I plugged it into a USB port on my new MacBook Pro.  I was surprised that the files seemed to be able to be read.  I thought that the formatting of the two would make it so the Mac could not read a hard drive from a PC.  Is it safe to copy files from this hard drive to my Mac?

    Yes, it is.
    (68224)

  • How can I get windows explorer to read the files on my Mac external Hard Disk?

    I have copied a buch of files form my iMac to an external USB drive.  However my other laptop which is a Windows Vista one is unable to read the USB drive. Pl help what am I doing wrong?

    Take a look at this link, http://www.mediafour.com/products/macdrive

  • Re: problem in reading doc file

    if(fileName.endsWith(".doc"))
    outToClient.writeBytes("Centent-Type: application/msword\r\n"); !?

    There are no such methods in the JDK. Your question is therefore off topic. Evidently you are using some 3rd party Java Excel API. Ask them. Locking.

  • How do u read doc files in jdev

    need to load a cv and write the contents of the file into rich text editor...
    kindly reply

    Dear Sir...
    Can you please clarify your question? What do you mean by cv here? What jdeveloper you are using?
    best regards

  • I am unable to read pdf files using Acrobat Reader on my MAC OS X. Any suggestions?

    How do I read pdf files using my MAC OS X?

    You can read pdf files with preview. Select a pdf document, right click on it, and choose Preview. You can also get info and select to choose Preview for all.
    You can also install Adobe Reader 10.1.3 for Lion. It will also install a plug-in to read pdf docs in the browser.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5360

Maybe you are looking for

  • Volume control for video playback through Apple TV2

    I am trying to configure the volume settings used on airplay through apple TV2 and a macbook pro and Iphone4 all with most recent updates. I am using the apple remote app on my iphone to control the apple tv. Whats working: Using the pandora app on m

  • Agents in Active Directory 9.1.0.2

    Hi experts, I've installed OIM AD Connector 9.1.1.7 in OIM 9.1.0.2 and after a lot os issues it is working sucessfully using SSL. Now, I need to integrate with OIM solution some VB Scripts that I have to run before and after provisioning process. Ple

  • Green screen effect?

    is there a way in lightroom to like erase the background. like selecting a certain color and replace it with another image? like a green screen effect? im asking for lightroom because the computers in the studio where i work uses that only from adobe

  • Jdeveloper 11g Tech Preview 2 can't see my stored java

    Environment win 2000 hitting oracle 9.2.0.6. Trying this tool to see if it will allow me to trace some poorly documented java which generates convoluted sql.

  • Cannot Login

    I have just installed Crystal Reports Server XI R2 onto a Windows 2003 R2 (member) server in an AD environment. The installation seemed to complete successfully with no errors. However when I try to login (using the Domain Admins account) to either t