How to decompress RTF in .NET???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QXNzaWRv?=

    How to decompress RTF in .NET???

    Hello @All,

    does anyone know, how to decompress a compressed RTF-String?

    Thanks for any help!
  • Herfried K. Wagner [MVP]

    #2
    Re: How to decompress RTF in .NET???

    "Assido" <Assido@discuss ions.microsoft. comschrieb:
    does anyone know, how to decompress a compressed RTF-String?
    Compressed using which algorithm?

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • =?Utf-8?B?QXNzaWRv?=

      #3
      Re: How to decompress RTF in .NET???

      Hello Herfried,

      I want to decompress RTF from an Outlook-Contact field. I have found the
      WrapCompressedR TFStream-API-Function, but can't get it to wotk in .Net. The
      reason are the 2 reqiured pointers to a stream. (Maybe you remember my other
      question here in the forum "How to get an pointer to a stream. )

      Greeting and thanks for your help

      "Herfried K. Wagner [MVP]" wrote:
      "Assido" <Assido@discuss ions.microsoft. comschrieb:
      does anyone know, how to decompress a compressed RTF-String?
      >
      Compressed using which algorithm?
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
      >

      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: How to decompress RTF in .NET???

        "Assido" <Assido@discuss ions.microsoft. comschrieb:
        I want to decompress RTF from an Outlook-Contact field. I have found the
        WrapCompressedR TFStream-API-Function, but can't get it to wotk in .Net.
        The
        reason are the 2 reqiured pointers to a stream. (Maybe you remember my
        other
        question here in the forum "How to get an pointer to a stream. )
        I remember it, but you didn't reply. Maybe we can find a solution if you
        provide more details about what doesn't work.

        --
        M S Herfried K. Wagner
        M V P <URL:http://dotnet.mvps.org/>
        V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

        Comment

        Working...