Displaying a Word Document in CF

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

  1. #1

    Default Displaying a Word Document in CF

    Does anyone know if there is a way to display the actual contents of a Word
    document inside a coldfusion page? I have a page that I want to display an
    image of a person and a biography that is stored in Word format.

    Any help will be GRAETLY appreciated.

    jgrantham Guest

  2. Similar Questions and Discussions

    1. exporting PDF to a word document
      I am trying desperately to make a 545 pg PDF into a 545 pg Word document.... yet, every time I export as such I am randomly missing as many as 5...
    2. 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...
    3. CF Generate word document
      I followed all the steps below that I found on the net to generate a word document from an HTML, but I do not get the header in my output. Also when...
    4. link to word document
      Don't really understand what steps you are taking. But correct steps are... upload the .doc file ( or any external file type, .pdf, .doc, etc. ) to...
    5. 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...
  3. #2

    Default Re: Displaying a Word Document in CF

    There is a tag called cfcontent that is used for this type of application
    processing.

    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=p art_cfm.htm[/url]

    --
    Bill Sahlas
    ColdFusion QA

    "jgrantham" <webforumsuser@macromedia.com> wrote in message
    news:cv31h0$bds$1@forums.macromedia.com...
    > Does anyone know if there is a way to display the actual contents of a
    > Word
    > document inside a coldfusion page? I have a page that I want to display an
    > image of a person and a biography that is stored in Word format.
    >
    > Any help will be GRAETLY appreciated.
    >

    Bill Sahlas Guest

  4. #3

    Default Re: Displaying a Word Document in CF

    I saw that but don't think it will do what I want. I want to be able to display it in a page kind of like an include. Is this possible?
    jgrantham 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