2 packages tagged with “DsWordLayout”
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/
This is a cross-platform library providing document layout services to https://www.nuget.org/packages/DS.Documents.Word/ (DsWord). Adding this library to a project that uses DsWord provides GcWordDocument.SaveAsPdf() and other methods that allow you to export Word documents to PDF and image formats (TIFF, JPEG, PNG). This library does not depend on MS Office and 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 demo browser that uses this library to generate PDFs and images from Word documents is available at https://developer.mescius.com/document-solutions/dot-net-word-api/demos/