Document Solutions for Word (DsWord) is a cross-platform library for creating, analyzing, and modifying Office Word documents without dependencies on MS Office. It exposes a robust and convenient object model (based on Open XML SDK) that provides access to document content and properties such as page settings, headers and footers, and so on. The DsWord object model was designed to make working with Office Word documents in code easier and more convenient. For example, DsWord's notion of ranges allows you to create accessor objects that stay with the designated portions of content even while the document is being modified. In addition, DsWord provides a platform-independent layout engine that supports rendering and exporting Word documents to PDF and image formats (https://www.nuget.org/packages/DS.Documents.Word.Layout/). DsWord is compatible with .NET 8, .NET 7, .NET 6, .NET Standard 2.x, .NET Framework 4.6.1 or higher. All features are fully supported on Windows, macOS and Linux. The online Documents for Word sample browser is available at https://developer.mescius.com/document-solutions/dot-net-word-api/demos/
$ dotnet add package DS.Documents.WordDocument Solutions for Word (DsWord, formerly GcWord) is a fast and powerful MS Word API library that provides a set of APIs that allow developers to implement fast and efficient processing of MS Word (DOCX) documents with no dependency on Microsoft Office.
Features include:
DsWord is compatible with .NET 8, .NET 7, .NET 6, .NET Standard 2.x, .NET Framework 4.6.1 or higher.
All features are fully supported on Windows, macOS and Linux.