Convert RTF to HTML

Asked

Viewed 234 times

2

I need to convert the RTF content from a string to HTML, in Javascript or C#, but all the Apis I found on Github either didn’t have enough information for the implementation or had some error. So, I am in search of a "separate function", without I need to download several files...

  • 2

    has tried this one: https://code.msdn.microsoft.com/windowsdesktop/Converting-between-RTF-and-aaa02a6e

  • 1

    also, including the following reply: https://www.codeproject.com/Articles/27431/Writing-Your-Own-RTF-Converter . A loose function I think there is no way, because it is not such a simple thing... you can then do a loose function, but behind it will have enough to get such a result

  • 1

    by nuget, you also have some: https://www.nuget.org/packages/RtfPipe/0.7.0.2 and https://www.nuget.org/packages/sautinsoft.rtftohtml/6.1.12.20

  • 1

    I got it from the first one you mentioned, but it gave an error that I was able to correct with the answer to this question: https://answall.com/questions/114058/como-converter-html-para-rtf

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.