Html |
The HtmlToRtf type exposes the following members.
Name | Description | |
---|---|---|
HtmlToRtf | Initializes a new instance of the SautinSoft.HtmlToRtf class. | |
HtmlToRtf(String) | Initializes a new instance of the SautinSoft.HtmlToRtf. |
Name | Description | |
---|---|---|
ExceptionList | Allows to get list with all arisen exceptions during the one conversion cycle. | |
MergeSetup | Gets and sets options to merge RTF documents. |
Name | Description | |
---|---|---|
Convert(Byte, Byte, HtmlToRtfHtmlConvertOptions) | Converts HTML to DOCX, RTF or Text documents using byte arrays. | |
Convert(Stream, Stream, HtmlToRtfHtmlConvertOptions) | Converts HTML to DOCX, RTF or Text documents using specified streams. | |
Convert(String, String, HtmlToRtfHtmlConvertOptions) | Converts HTML to DOCX, RTF or Text documents using file paths. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MergeAndReplaceRtfFileFromFile | Replaces all matches of string "whatReplaceInRtf" in RTF file "rtfSourcePath" by the content of file "wherewithReplaceRtfPath". | |
MergeAndReplaceRtfFileFromString | Replaces all matches of the textual string "textToReplace" in RTF file "rtfSourcePath" by the RTF string "wherewithReplaceRtf". | |
MergeAndReplaceRtfString | Replaces all matches of the string "textToReplace" by the string "wherewithReplaceInRtf" and returns a new RTF document. | |
MergeRtfFile(String, String, String) | Merge two RTF files and create new single RTF document. Output file will be overwritten. | |
MergeRtfFile(String, String, String, Encoding) | Merge two RTF files and create new single RTF document. Output file will be overwritten. | |
MergeRtfString(String, String) | Merge two RTF strings and create new single RTF document | |
MergeRtfString(String, String, Encoding) | Merge two RTF strings and create new single RTF document | |
SetLicense | Activate your copy after purchasing or use temporary license for delete trial message. ATTENTION: specify this property first of all before creating the instance of HTML to RTF .Net! Use it when you got own license. We offer two license types: Permanent license from sautinsoft.com and Temporary license from https://sautinsoft.com/start-for-free/. Have question? Ask us: support@sautinsoft.com. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
BeforeImageDownload | Event which appears before downloading http images |