Converting
document files is never easier, I recently had requirement to convert some RTF text into
Simple HTML using SQL Server.
SQL Server RTF
to HTML Conversion Code Limitations:
- Color tags are not handled
- Only few List item tags handled
- Some of the tags are marked as not necessary and replaced with nothing
Script is for RTF to HTML converter