RTF To HTML Conversion in VB.NET??

sunnypalsingh

Active member
Joined
Jul 24, 2005
Messages
41
Programming Experience
Beginner
I would like to convert RTF file to HTML file

Is there any way i can do it through VB.NET
 
I know very little about RTF formatting, but from a quick google search, unless there's an intrinsic way of doing it in VB, I dont think it would be that difficult to set up a way of doing it. Basically you would just replce the RTF tags with HTML ones...
 
Ok, it all depends on what exactly you are trying to to achieve and give a sample
that helps understand your requirements better. It is important to understand *what* you are trying to do there in order to be provided concrete help. For instance, if text is bolded in RTF do you want it to be arounded automatically with <b></b> tags without you type them there?

Cheers ;)
 
Problem solved

Thanx alot guys......i was able to solve my problem through usual google search
 
Basically i am trying to make a package which converts from 1 file format to other(whole text).........earlier i was trying to code it fully myself but it was creating problems.but now i am using already built components for conversion which you can find it on net easily
 
Back
Top