|
-
May 11th, 1999, 09:39 AM
#1
Converting RTF to HTML
I want to convert a help window file (hlp or rtf format) to a HTML file.
Do anybody know how to do this ?
-
May 12th, 1999, 10:55 AM
#2
Re: Converting RTF to HTML
My suggestion would be to write your own class (then post it on Codeguru . I don't know if you've ever looked at an RTF source before, but like HTML, it's a system of tags. In your class, you could do text searches for tags, then convert them to HTML. For example, if you find /i in the RTF code, change it to <i>. This may not have been exactly the answer that you were looking for, but I hope it helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|