Session.ConvertHTMLToRtf Method
This method was deprecated in HotDocs Server 11. Its functionality is now available in UtilityTools.ConvertFile.
This method converts an HTML document to an RTF document.
Syntax
void ConvertHTMLToRTF ( string htmlPath, string rtfPath, int options )
| Parameters | Description |
| htmlPath | The file name and path to the HTML document that will be converted. |
| rtfPath | The file name and path of the RTF document that will be created. |
| options | A number that indicates which options to use during the conversion. Currently, the only valid option is 0. |