forked from SyncfusionExamples/DocIO-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sample to replace merge field with RTF using mail merge in Word…
… document
- Loading branch information
1 parent
f4b8cb0
commit 4590d19
Showing
6 changed files
with
393 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
Mail-Merge/Replace-merge-field-with-RTF/.NET/Replace-merge-field-with-RTF.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.6.33829.357 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replace-merge-field-with-RTF", "Replace-merge-field-with-RTF\Replace-merge-field-with-RTF.csproj", "{4E0B72CE-AA7F-4F7D-9445-870B97827F56}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4E0B72CE-AA7F-4F7D-9445-870B97827F56}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {5FDCB46D-A8C7-4221-A902-2E67578F4062} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.