Writing rtf files from ASP 3.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry Neylon

    Writing rtf files from ASP 3.0

    Hi,

    I've got a project that requires large amounts of creating of rtf file
    creation and I'm looking for the quickest and easiset way of doing this
    using VBScript 5.6.

    I already know that I can write the rtf directly to a text file on the
    server, but I don't think I'm going to have the time on this project to
    spend lots of time learning the rtf specification.

    Is there any code out there to help with this ? A nice VBScript class would
    be the perfect helper.

    Is there any shareware / freeware / opensource available to assist with this
    ?

    Any recommendations for commercial software to do this ?

    Any assistance would be most gratefully recieved.

    Thanks,
    Larry.


  • Jeff Cochran

    #2
    Re: Writing rtf files from ASP 3.0

    On Thu, 26 Aug 2004 19:22:31 GMT, "Larry Neylon"
    <lneylon@nospam .ntlworld.com> wrote:
    [color=blue]
    >I've got a project that requires large amounts of creating of rtf file
    >creation and I'm looking for the quickest and easiset way of doing this
    >using VBScript 5.6.
    >
    >I already know that I can write the rtf directly to a text file on the
    >server, but I don't think I'm going to have the time on this project to
    >spend lots of time learning the rtf specification.
    >
    >Is there any code out there to help with this ? A nice VBScript class would
    >be the perfect helper.
    >
    >Is there any shareware / freeware / opensource available to assist with this
    >?
    >
    >Any recommendations for commercial software to do this ?[/color]

    Maybe some of these:

    How To Use ASP to Generate a Rich Text Format (RTF) Document to Stream
    to Microsoft Word:


    HOW TO: Use ASP.NET or Visual Basic.NET to Transform XML To Rich Text
    Format (RTF) For Microsoft Word 2002:


    ASP RTF Converters:


    RTF Converter Component:


    Jeff

    Comment

    Working...