Open Source project => RTF->HTML

J

Just D.

Does anybody know if there any open source project written in C# as a class
library allowing to convert RTF string into HTML string? I'd like to join
this project for the interest of both sides. I can start writing this
component from scratch for sure, but first of all I've seen a lot of
commercial projects and it's not very interesting. From another side we
could use our combined efforts with somebody to improve the existing project
if it exists.

Just D.
 
C

chanmm

Microsoft Word can do that. I think even Open Office also support RTF and
can be resave the file as html so ..... good luck

chanmm
 
G

Guest

Have you checked at sourceforge.net? How about the user samples area at
gotdotnet.com?
I know I have seen one.
Peter
 
J

Just D.

And not only that. The main intent was to write a component and to use this
component in WebApp to convert documents when required without WinWord. As
for the WinApp automation does that well, just 2 pages of the code.

MS Word is a commercial project. :)

any open source?

chanmm ???
 
J

Just D.

Thanks a lot, but actually that's not what I wanted to get. To show HTML
string on Web Page is pretty easy - add div, switch it to a server side
control, then find it in your C# code and add your html as InnerText to this
div.

I was looking for a simple conversion from RTF to HTML. I will look at the
source code, but I'm afraid that it's not what I wanted, sorry.

Just D


plz refer to GotDotNet UserSamples here, Just D.

http://www.gotdotnet.com/Community/...mpleGuid=F1ED12E8-D543-4460-A50E-7E17F052DA2B

Hope this works, Good luck.

Sincerely,
simida

Just D. ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top