HTML2RTF

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sb Luis

    #1

    HTML2RTF

    Hi,
    I want a DLL or a Class to convert HTML to RTF.
    Thanks.


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: HTML2RTF

    sb Luis,

    You can use Microsoft Word to do this. It can handle HTML files, and
    then you can save it to RTF (although there might be a loss in the
    conversion, I am not sure).

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "sb Luis" <sb_luise@yahoo .com> wrote in message
    news:%23t4K1FrE GHA.2708@TK2MSF TNGP11.phx.gbl. ..[color=blue]
    > Hi,
    > I want a DLL or a Class to convert HTML to RTF.
    > Thanks.
    >[/color]


    Comment

    • James Curran

      #3
      Re: HTML2RTF

      "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard .caspershouse.c om> wrote in
      message news:#vvz85tEGH A.1088@tk2msftn gp13.phx.gbl...[color=blue]
      > You can use Microsoft Word to do this. It can handle HTML files, and
      > then you can save it to RTF (although there might be a loss in the
      > conversion, I am not sure).[/color]

      In theory, there shouldn't be. RTF was designed (and is used) as a
      universal wordprocessor file format. All of MSWord's document conversions
      use RTF as an intermediate step. (Ie, The WordPerfect converter only knows
      how to convert WordPerfect docs to & from RTF, while the Works convertor
      only knows Works to & from RTF. So, to read a WP file and save it as Works,
      it goes WP->RTF->Works.

      --
      Truth,
      James Curran
      [erstwhile VC++ MVP]

      Home: www.noveltheory.com Work: www.njtheater.com
      Blog: www.honestillusion.com Day Job: www.partsearch.com


      Comment

      • Pohihihi

        #4
        Re: HTML2RTF

        You can use Office InterOps but client will need to have MS Word installed
        on the system where your application is running. Also you might want to
        customize it for versions of MS Word (on of my client was using Office 97).

        Thanks,
        Po


        "sb Luis" <sb_luise@yahoo .com> wrote in message
        news:%23t4K1FrE GHA.2708@TK2MSF TNGP11.phx.gbl. ..[color=blue]
        > Hi,
        > I want a DLL or a Class to convert HTML to RTF.
        > Thanks.
        >[/color]


        Comment

        Working...