🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

XDoc.Word.Framework

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

XDoc.Word.Framework

XDoc.Word is a FREE C# Office Word library to read, convert, edit, create MS-Word documents in .NET Framework projects. XDoc.Word from RasterEdge is an advanced Microsoft Word C# library : * It is FREE * Generate Word from PDF or scratch * Convert Word to PDF, SVG, HTML, multi-page TIFF, JPG, PNG and many raster image formats * Edit, process, merge Word document pages Compatible with * .NET Framework 4.x, 3.x, 2.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/word-reading/ * Email : support@rasteredge.com

12.3.5
Version published
Maintainers
2
Created

XDoc.Word is a FREE C# Office Word library to read, convert, edit, create MS-Word documents in .NET Framework projects.

XDoc.Word from RasterEdge is an advanced C# Microsoft Word library :

  • It is FREE
  • Generate Word from PDF or scratch
  • Convert Word to PDF, SVG, HTML, multi-page TIFF, JPG, PNG and many raster image formats
  • Edit, process, merge Word document pages

Compatible with

  • .NET Framework 4.x, 3.x, 2.x
  • Windows, Mac, Linux, Docker, Azure

Get to Start

Once installed the package, you can use the following C# code to combine multiple Word documents into one.

String inputFilePath1 = Program.RootPath + "\\" + "1.docx";
String inputFilePath2 = Program.RootPath + "\\" + "2.docx";
String outputFilePath = Program.RootPath + "\\" + "Output.docx";
String[] inputFilePaths = new String[2] { inputFilePath1, inputFilePath2 };

// Combine two Word files.
DOCXDocument.CombineDocument(inputFilePaths, outputFilePath);

Support & Documents

FAQs

Package last updated on 13 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts