From 2028c6b55da7658437be1968d44e71a7d2a9799d Mon Sep 17 00:00:00 2001 From: Sathish Kumar C Date: Tue, 3 Dec 2024 11:42:31 +0530 Subject: [PATCH] 924871 - Added Syncfusion TradeMark Symbol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da3e67..7275b13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Mail merge in Word processor -This demo illustrates how to create template Word document and generate reports like invoice using mail merge in Syncfusion Word processor (a.k.a.) Document editor within your Web application. +This demo illustrates how to create template Word document and generate reports like invoice using mail merge in Syncfusion® Word processor (a.k.a.) Document editor within your Web application. ## Demo illustration @@ -41,7 +41,7 @@ In toolbar, by choosing the **Merge & Finish** options in **Mail Merge** dropdow The following process takes place: * Document editor export the current document as base64string using saveAsBlob API. * Then send the base64string to server for performing mail merge. -* In server side(MailMergeReport API in DocumentEditorController file), with the help of [`Syncfusion DocIO`](https://help.syncfusion.com/file-formats/docio/working-with-mail-merge) performs mail merge. +* In server side(MailMergeReport API in DocumentEditorController file), with the help of [`Syncfusion® DocIO`](https://help.syncfusion.com/file-formats/docio/working-with-mail-merge) performs mail merge. * Finally, send the SFDT content to client side for opening it in Document editor. The following code snippet is used to perform mail merge.