Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. About Rtf conversion

About Rtf conversion

Scheduled Pinned Locked Moved C#
helptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ika2
    wrote on last edited by
    #1

    hi... my problem is... that I have some rtf text without Rtf headers. For example: "hell\\`b1". The plain text should be "Helló". Is there a quick way to do this translation (rtf to plain)? I know, there is a way to do it...but it is complex. thanks

    R M 2 Replies Last reply
    0
    • I ika2

      hi... my problem is... that I have some rtf text without Rtf headers. For example: "hell\\`b1". The plain text should be "Helló". Is there a quick way to do this translation (rtf to plain)? I know, there is a way to do it...but it is complex. thanks

      R Offline
      R Offline
      Raj Lal
      wrote on last edited by
      #2

      read it in a text box "Not everything that counts can be counted..." -Albert Einstein

      1 Reply Last reply
      0
      • I ika2

        hi... my problem is... that I have some rtf text without Rtf headers. For example: "hell\\`b1". The plain text should be "Helló". Is there a quick way to do this translation (rtf to plain)? I know, there is a way to do it...but it is complex. thanks

        M Offline
        M Offline
        mav northwind
        wrote on last edited by
        #3

        Hi! You could try adding a minimal RTF header yourself:

        string rtf = @"{\rtf1\ansi"+myRtfFragment+"}";
        richTextBox1.Rtf = rtf;
        MessageBox.Show("Plain text is '"+richTextBox1.Text+"'");

        Regards, mav

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups