WordGlue .NET NuGet Package

WordGlue is a generic layout engine which supports DOC and DOCX conversion and rendering for converting Microsoft Office formats.

100% managed, 100% thread safe and 100% independent of applications like MS Word and OpenOffice.org.

Compatible with .NET 4.X, .NET 5.0, .NET 6.0, .NET 7.0 and .NET Core.

Designed to convert semantic formats like DOC and DOCX documents to PDF, XPS, SVG and also to raster formats like PNG and JPEG.

The DOC and DOCX rendering engine is general purpose so it can be easily extended to support other formats like HTML and RTF.

WordGlue comes with a viewer application for opening, viewing and converting documents. So it's easy for you to test. Just open your test documents, see what they look like, save them in an appropriate format.

The code for the viewing application comes included with WordGlue and is extremely compact. So once you're happy with the basic functionality it's simple to create your own conversions.

In fact so simple it's trivial.

Your code can be as simple as this,

using (var doc = new WebSupergoo.WordGlue3.Doc(@"c:\test.docx"))
doc.SaveAs(@"c:\output.pdf");

See the documentation for more details.




Got any WordGlue .NET Question?





Info

Version: 3.3.0.2
Author(s): WebSupergoo
Last Update: Monday, June 5, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://www.websupergoo.com/wordglue-1.htm
NuGet Url: https://www.nuget.org/packages/WordGlue


Install
Install-Package WordGlue
dotnet add package WordGlue
paket add WordGlue
WordGlue Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5
  • No dependencies.
netcoreapp3.0
  • No dependencies.


Tags



STATS

must-have-score

3.1

avg-downloads-per-day

52

days-since-last-release

319