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
| |
| ConvertFileToString(String, ArrayList) |
Converts Text/RTF file to Text/HTML/XHTML string
| |
| ConvertString(array<Byte>[]()[]) |
Converts byte stream of Text/RTF to Text/HTML/XHTML string
| |
| ConvertString(MemoryStream) |
Converts MemoryStream object with Text/RTF to Text/HTML/XHTML string
| |
| ConvertString(String) |
Converts Text/RTF string to Text/HTML/XHTML string
| |
| ConvertString(array<Byte>[]()[], ArrayList) |
Converts stream of bytes containing Text/RTF into Text/HTML/XHTML string
| |
| ConvertString(MemoryStream, ArrayList) |
Converts object of MemoryStream with Text/RTF into Text/HTML/XHTML string
| |
| ConvertString(String, ArrayList) |
Converts Text/RTF string to Text/HTML/XHTML string
| |
| ConvertStringToFile(array<Byte>[]()[], String) |
Converts stream of bytes with Text/RTF into Text/HTML/XHTML file. Output file will be overwritten.
| |
| ConvertStringToFile(MemoryStream, String) |
Converts MemoryStream object with Text/RTF into Text/HTML/XHTML file. Output file will be overwritten.
| |
| ConvertStringToFile(String, String) |
Converts Text/RTF string to Text/HTML/XHTML file. Output file will be overwritten.
| |
| SetSerial(String) |
Allows to specify serial number to activate your copy after purchasing. Use it when you've recived own serial number and registered version of the component.
|