Can't Read Word Document

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Can't Read Word Document

    :brokenheart;

    I looking for a way to uplade a (word) document and read it. I can read text
    files but not word files. I believe the CFAction -Read is having issues reading
    the control language in the Word document. I need to be able to read the word
    document as well as any bold, underlines, etc....

    Any help would be greatly appreciated.

    Thanks,

    seeking_knowledge Guest

  2. Similar Questions and Discussions

    1. Read text and edit pdf document in IAC
      Hi all, I'm newbie in Acrobat SDK, now I start with IAC (InterAppCommunication) in C#. Is there anyway to read each line from a pdf document?...
    2. Word Document Becomes Read Only
      I administer Contribute for my organization and have recently come across this problem that has me stumped: The scenario is this: A user with...
    3. Word Document
      Hi there, I have just made a navigation help file in Microsoft Word, is it possible to link this document to a Director movie, if it is how do i do...
    4. Characters overlapping in pdf document created from a Word document
      We are using Adobe Acrobat 6.0, Word and Excel 2002 and Windows 2000. We create a portion of a document in Word and a portion in Excel. Then we print...
    5. saving same document (read only?)
      First, sorry for my english. When two users open the same document with AcrobatWriter6 and makes change in the document, they don't have message...
  3. #2

    Default Re: Can't Read Word Document

    I would suggest using COM, if it is an option. There you can read the word
    file, reformat it into a more friendly format like HTML or plain text. That
    way, it's much easier to manipulate than pure ms word.

    more help can be found here:

    [url]http://cfregex.com/cfcomet/[/url]

    HTH,

    Andy

    ajpowellatl Guest

  4. #3

    Default Re: Can't Read Word Document

    I don't think I can use the COM object because I don't control the server I'm
    using. I'm reading the file and storing it into a variable. I tried cfcontent
    but I'm not sure how it works.

    Any other ideas?

    Thanks,


    seeking_knowledge Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139