You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
27
27
28
28
#### Preview Results
29
29
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.
31
31
32
32

33
33
@@ -36,13 +36,13 @@ In toolbar, by choosing the **Preview Results** options in **Mail Merge** dropdo
36
36
37
37
#### Merge & Finish
38
38
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.
40
40
41
41
The following process takes place:
42
42
* Document editor export the current document as base64string using saveAsBlob API.
43
43
* 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.
46
46
47
47
The following code snippet is used to perform mail merge.
0 commit comments