Output Word Document from ASP/Database?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Output Word Document from ASP/Database?

    I'm sure I've seen a link for this somewhere but can't seem to find it
    now. I have a need to pull info from a database based on user input
    into an ASP page, and from that create a Word document. I'd prefer
    not to install Microsoft Office on the server, if possible.

    Thanks for any pointers.

    Jeff
    Jeff Cochran Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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. How do I turn a pdf into a word document?
      I have a Pagemaker Document that I converted to PDF. How do I turn it into a word document? I have windwos XP professional.
    4. Can't create Word document
      I made an application in VB that creates Word document and it works fine, however when I tried to do the same thing in ASP it does't work and the...
    5. Word Document from Access
      It is the mail merges with which I have not had success. Ngan Bui wrote in message <0d8e01c351fc$be12afd0$a501280a@phx.gbl>...
  3. #2

    Default Re: Output Word Document from ASP/Database?

    "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
    news:3f8d5b14.8176887@msnews.microsoft.com...
    > I'm sure I've seen a link for this somewhere but can't seem to find it
    > now. I have a need to pull info from a database based on user input
    > into an ASP page, and from that create a Word document. I'd prefer
    > not to install Microsoft Office on the server, if possible.
    [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;270906[/url]

    --
    Tom Kaminski IIS MVP
    [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
    [url]http://mvp.support.microsoft.com/[/url]
    [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]



    Tom Kaminski [MVP] Guest

  4. #3

    Default Re: Output Word Document from ASP/Database?

    Jeff Cochran typed:
    > I'm sure I've seen a link for this somewhere but can't seem to find it
    > now. I have a need to pull info from a database based on user input
    > into an ASP page, and from that create a Word document. I'd prefer
    > not to install Microsoft Office on the server, if possible.
    >
    > Thanks for any pointers.
    >
    > Jeff
    One of the best solution is to generate RTF (rich text file) instead of
    DOC
    You can have a look on myLittleWriter on
    [url]http://www.myLittleTools.net/mlw[/url]

    Best regards
    el.c.


    --
    // myLittleTools.net : web-based applications for ASP developers
    // Download myLittleAdmin free lite version !
    // [url]http://www.mylittletools.net[/url]
    // [email]webmaster@mylittletools.net[/email]


    el.c. - myLittleTools.net Guest

  5. #4

    Default Re: Output Word Document from ASP/Database?

    On Wed, 15 Oct 2003 10:54:03 -0400, "Tom Kaminski [MVP]" <tomk (A@T)
    mvps (D.O.T) org> wrote:
    >"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
    >news:3f8d5b14.8176887@msnews.microsoft.com...
    >> I'm sure I've seen a link for this somewhere but can't seem to find it
    >> now. I have a need to pull info from a database based on user input
    >> into an ASP page, and from that create a Word document. I'd prefer
    >> not to install Microsoft Office on the server, if possible.
    >
    >[url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;270906[/url]
    I knew I'd seen this before, thanks. If the KB search actually
    worked, then searching for "ASP to Word" and "Stream output to
    Microsoft Word" would actually have found this. :)

    Jeff
    Jeff Cochran Guest

  6. #5

    Default Re: Output Word Document from ASP/Database?

    On Wed, 15 Oct 2003 21:19:27 +0200, "el.c. - myLittleTools.net"
    <NOwebmasterSPAM@mylittletools.net> wrote:
    >Jeff Cochran typed:
    >> I'm sure I've seen a link for this somewhere but can't seem to find it
    >> now. I have a need to pull info from a database based on user input
    >> into an ASP page, and from that create a Word document. I'd prefer
    >> not to install Microsoft Office on the server, if possible.
    >>
    >> Thanks for any pointers.
    >>
    >> Jeff
    >
    >One of the best solution is to generate RTF (rich text file) instead of
    >DOC
    >You can have a look on myLittleWriter on
    >[url]http://www.myLittleTools.net/mlw[/url]
    That helps a lot too. We have a VBA app that works fine now, but
    requires Word on the server and occasionally crashes the server.
    We're redoing the interface to merge with our intranet, and I'd like
    to get Word (or any workstation apps) off the server in the process.

    Thanks,

    Jeff
    Jeff Cochran Guest

  7. #6

    Default Re: Output Word Document from ASP/Database?

    I have to create many word files from an excel database.
    The format of the letter is the same.
    what changes is the recipient details .
    how can i do the task in minimum time.
    Unregistered 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