Skip to content

Commit d82572f

Browse files
authored
Merge pull request #8 from Suriya-Balamurugan/master
Added sample to generate records in each page during mail merge
2 parents f6cbae0 + 87bf4c0 commit d82572f

File tree

8 files changed

+437
-0
lines changed

8 files changed

+437
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ NuGet is the one of the easiest ways to download and install Syncfusion [Word li
5050

5151
- [Fit the photo within text box in C#](Fit-photo-within-textbox/) - Fit the photo within the text box in the Word document using mail merge.
5252

53+
- [Start each record on a new page in C#](Start-each-record-on-new-page/) - Generate each record in new page while executing group mail merge.
54+
5355
# Screenshots
5456

5557
**Envelopes for mailing**
@@ -82,6 +84,12 @@ NuGet is the one of the easiest ways to download and install Syncfusion [Word li
8284
<img src="Fit-photo-within-textbox/Images/Fit-photo-within-textbox-output.png" alt="Fit-photo-within-textbox in C#"/>
8385
</p>
8486

87+
**Start each record on a new page**
88+
89+
<p align="center">
90+
<img src="Start-each-record-on-new-page/Images/Start-each-record-on-new-page-output.png" alt="Start-each-record-on-new-page in C#"/>
91+
</p>
92+
8593
# Resources
8694

8795
- **Product page:** [Syncfusion Word Framework](https://www.syncfusion.com/word-framework/net?utm_source=github&utm_medium=listing&utm_campaign=mail-merge-examples)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30804.86
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start-each-record-on-new-page", "Start-each-record-on-new-page\Start-each-record-on-new-page.csproj", "{E214E65C-980A-46F5-8207-6D02212A49F5}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{E214E65C-980A-46F5-8207-6D02212A49F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{E214E65C-980A-46F5-8207-6D02212A49F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{E214E65C-980A-46F5-8207-6D02212A49F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{E214E65C-980A-46F5-8207-6D02212A49F5}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {404A7F36-0167-4219-AE4D-2B0626CEB7E3}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)