Click or drag to resize

HtmlToRtfMergeRtfString(String, String) Method

Merge two RTF strings and create new single RTF document

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public string MergeRtfString(
	string rtf1,
	string rtf2
)

Parameters

rtf1  String
1st RTF document as string
rtf2  String
2nd RTF document as string

Return Value

String
A merged RTF document or empty string in case of merging failed
Remarks
A merged RTF document will contain 1st RTF document and next 2nd RTF document by order.

See Also