Thread: Rtf to Html
View Single Post
Old 07-04-2009, 08:29 PM   #5 (permalink)
rguy84
The Contributor
 
Join Date: Jun 2009
Location: Seattle, WA
Posts: 79
Thanks: 1
rguy84 is on a distinguished road
Default

Sum, have you looked at a RTF file in say notepad? The actual coding in the back of a file is like LaTeX or PostScript. Writing rtf files is kind of a nightmare. Here's a RTF file that says hello in bold
Code:
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\b\f0\fs20 hello\par
}
I believe {\*\generator Msftedit 5.41.15.1515;} is a comment. But yeah the rest is needed.
__________________
Ryan | Blog | Twitter
Send a message via AIM to rguy84 Send a message via MSN to rguy84 Send a message via Yahoo to rguy84 Send a message via Skype™ to rguy84
rguy84 is offline  
Reply With Quote