The RtfToHtml type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| ConvertFile(String, String) |
Converts Text/RTF file to Text/HTML/XHTML file. Output file will be overwritten.
| |
| ConvertFileToString(String) |
Converts Text/RTF file to Text/HTML/XHTML string
| |
| ConvertString(String) |
Converts Text/RTF string to Text/HTML/XHTML string
| |
| ConvertString(String, ArrayList) |
Converts Text/RTF string to Text/HTML/XHTML string
| |
| ConvertStringToFile(String, String) |
Converts Text/RTF string to Text/HTML/XHTML file. Output file will be overwritten.
|