Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 3, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/1072e7c36c402bd339d5cc3528256d85 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/1072e7c36c402bd339d5cc3528256d85 to your computer and use it in GitHub Desktop.
using (Merger merger = new Merger(@"c:\sample1.docx"))
{
merger.Join(@"c:\sample2.docx");
merger.Save(@"c:\output\result.docx");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment