Skip to content

Commit 79f316c

Browse files
authored
Update README.md
1 parent 7015104 commit 79f316c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ container.documentEditor.editor.insertField('MERGEFIELD ' + fieldName + ' \\* ME
2323

2424
### Perform Mail Merge
2525

26-
In this demo, you can preview the mail merge records, merge the records with the document and view it in Document editor.
26+
In this demo, you can preview the mail merge results (View the merged the document) in Document editor.
2727

2828
#### Preview Results
2929

30-
In toolbar, by choosing the **Preview Results** options in **Mail Merge** dropdown, you can preview the current template document with records. By clicking this options, following options will show in title bar.
30+
In toolbar, by choosing the **Preview Results** options in **Mail Merge** dropdown, you can preview the result document. By clicking this options, the following options will show in title bar.
3131

3232
![image](preview.png)
3333

@@ -36,13 +36,13 @@ In toolbar, by choosing the **Preview Results** options in **Mail Merge** dropdo
3636

3737
#### Merge & Finish
3838

39-
In toolbar, by choosing the **Merge & Finish** options in **Mail Merge** dropdown, you can perform the mail merge with all records and view it in Document editor.
39+
In toolbar, by choosing the **Merge & Finish** options in **Mail Merge** dropdown, you can generate report as single document for all records with page inserted after each record. Then the generated document is viewed in Document editor.
4040

4141
The following process takes place:
4242
* Document editor export the current document as base64string using saveAsBlob API.
4343
* Then send the base64string to server for performing mail merge.
44-
* 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), Document editor performing mail merge.
45-
* Finally, send the SFDT content to client side for opening it in Document editor. Using open method, Document editor the return SFDT content.
44+
* 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.
45+
* Finally, send the SFDT content to client side for opening it in Document editor.
4646

4747
The following code snippet is used to perform mail merge.
4848

0 commit comments

Comments
 (0)