Replaces all matches of string "whatReplaceInRtf" in RTF file "rtfSourcePath" by the RTF string "wherewithReplaceRtf".
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
Parameters
- rtfSourcePath
- String
Path to RTF source file
- whatReplaceInRtf
- String
String which will be replcaed in RTF
- wherewithReplaceRtf
- String
String which will be inserted instead of "whatReplaceInRtf"
- newMergedRtfPath
- String
Path to new merged RTF file. A file will be overwritten.
Return Value
0 - merged successfully1 - can't open RTF source file
3 - merging failed
4 - can't create output file, check the output path
Remarks
Creates a new RTF file "newMergedRtfPath".

