Auto letters (word ) from ASp.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Auto letters (word ) from ASp.NET

    HI All,

    I am planning to use word object model for printing auto
    letters for an ASP.NET application , I am not sure If its
    the best way to do it .
    The alternative would be use of Crystal Reports .NET and
    export to word .

    I want to know the best approach , I have read about some
    disadv of Word object model
    Is there a better alterantive

    thank you
    srinivas Guest

  2. Similar Questions and Discussions

    1. Some letters looked scrambled in Adobe 6.0 when created from MS Word
      Hi, When I create an adobe 6.0 PDF file from MS Word 2003/2002, some of the letters looked scrambled. Is there an issue with MS Word or a printer...
    2. Letters printing on top of each other.
      I have a problem can't find support on. The pdf file has letters appearing on top of each other. It only happens 1 time every 3 pages or so. The word...
    3. Capital Letters
      I have a form which people use to register in a database. The form passes the input data to an asp page that then updates the database. The thing...
    4. outline of letters
      i am trying to outline some letters, i have 2 gold script letters that i did, but now i want to outline then with a line black outline, thx in advance
    5. Auto Levels and Auto color stopped working right
      When I have an image opened in Photoshop 7 and I hit either Auto Levels or Auto color, the image always brightens now to an unattractive looking...
  3. #2

    Default Re: Auto letters (word ) from ASp.NET

    Its not the object model thats the problem with word, its running it server
    side in the context of the web account. Its also a pain as it pops messages
    all the time with no one to answer them and gets itself tied up. A better
    approach is usually to produce RTF docs, or simply HTML files with a .DOC
    extension (that works I think) and stream them to the browser.

    --
    Regards

    John Timney (Microsoft ASP.NET MVP)
    ----------------------------------------------
    <shameless_author_plug>
    Professional .NET for Java Developers with C#
    ISBN:1-861007-91-4
    Professional Windows Forms
    ISBN: 1861005547
    Professional JSP 2nd Edition
    ISBN: 1861004958
    Professional JSP
    ISBN: 1861003625
    Beginning JSP Web Development
    ISBN: 1861002092
    </shameless_author_plug>
    ----------------------------------------------

    "srinivas" <sri120575@yahoo.com> wrote in message
    news:096901c33f10$d901b420$a301280a@phx.gbl...
    > HI All,
    >
    > I am planning to use word object model for printing auto
    > letters for an ASP.NET application , I am not sure If its
    > the best way to do it .
    > The alternative would be use of Crystal Reports .NET and
    > export to word .
    >
    > I want to know the best approach , I have read about some
    > disadv of Word object model
    > Is there a better alterantive
    >
    > thank you

    John Timney \(Microsoft MVP\) Guest

  4. #3

    Default Re: Auto letters (word ) from ASp.NET

    Thank you very much for your time
    srinivas
    >-----Original Message-----
    >Crystal Reports should be able to handle the job.
    >Of course there are some associated deployment issues
    that you'll likely
    >have to deal with as a trade off. And Crystal Reports is
    a complex product
    >with a lot of ins and outs to learn if you're not already
    familiar with it.
    >If this is a some major internal app then Crystal Reports
    would be a good
    >candidate. If it is a small app or has to be deployed to
    many servers then
    >Crystal Reports may be more trouble than its worth IMHO.
    >
    >--
    >I hope this helps,
    >Steve C. Orr, MCSD
    >[url]http://Steve.Orr.net[/url]
    >
    >
    >"srinivas" <sri120575@yahoo.com> wrote in message
    >news:04d801c33f4c$1d9e64d0$a101280a@phx.gbl...
    >> What about using Crystal Reports.NET
    >>
    >> thanks
    >> >-----Original Message-----
    >> >Its not the object model thats the problem with word,
    its
    >> running it server
    >> >side in the context of the web account. Its also a
    pain
    >> as it pops messages
    >> >all the time with no one to answer them and gets itself
    >> tied up. A better
    >> >approach is usually to produce RTF docs, or simply HTML
    >> files with a .DOC
    >> >extension (that works I think) and stream them to the
    >> browser.
    >> >
    >> >--
    >> >Regards
    >> >
    >> >John Timney (Microsoft ASP.NET MVP)
    >> >----------------------------------------------
    >> ><shameless_author_plug>
    >> >Professional .NET for Java Developers with C#
    >> > ISBN:1-861007-91-4
    >> >Professional Windows Forms
    >> > ISBN: 1861005547
    >> >Professional JSP 2nd Edition
    >> > ISBN: 1861004958
    >> >Professional JSP
    >> > ISBN: 1861003625
    >> >Beginning JSP Web Development
    >> > ISBN: 1861002092
    >> ></shameless_author_plug>
    >> >----------------------------------------------
    >> >
    >> >"srinivas" <sri120575@yahoo.com> wrote in message
    >> >news:096901c33f10$d901b420$a301280a@phx.gbl...
    >> >> HI All,
    >> >>
    >> >> I am planning to use word object model for printing
    auto
    >> >> letters for an ASP.NET application , I am not sure If
    >> its
    >> >> the best way to do it .
    >> >> The alternative would be use of Crystal Reports .NET
    and
    >> >> export to word .
    >> >>
    >> >> I want to know the best approach , I have read about
    >> some
    >> >> disadv of Word object model
    >> >> Is there a better alterantive
    >> >>
    >> >> thank you
    >> >
    >> >
    >> >.
    >> >
    >
    >
    >.
    >
    srinivas 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