WordGlue 3.3.0.2

dotnet add package WordGlue --version 3.3.0.2
NuGet\Install-Package WordGlue -Version 3.3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WordGlue" Version="3.3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WordGlue --version 3.3.0.2
#r "nuget: WordGlue, 3.3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WordGlue as a Cake Addin
#addin nuget:?package=WordGlue&version=3.3.0.2

// Install WordGlue as a Cake Tool
#tool nuget:?package=WordGlue&version=3.3.0.2

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0.2 2,095 6/5/2023
3.3.0.1 2,717 1/26/2023
3.3.0 7,130 11/14/2022
3.2.0.4 5,940 8/11/2022
3.2.0.3 1,771 4/21/2022
3.2.0.2 1,295 4/7/2022
3.2.0.1 1,564 1/17/2022
3.2.0 1,345 12/21/2021
3.1.0.8 1,201 11/10/2021
3.1.0.7 1,091 10/20/2021
3.1.0.6 3,231 6/14/2021
3.1.0.5 2,716 4/26/2021
3.1.0.4 1,032 4/21/2021
3.1.0.3 4,372 3/4/2021
3.0.2.5 1,757 9/22/2020
3.0.2.4 1,310 9/7/2020
3.0.2.3 1,212 8/25/2020
3.0.2.2 1,315 7/21/2020
3.0.2.1 1,214 7/20/2020
3.0.2 1,321 6/22/2020
3.0.1.9 1,236 6/17/2020
3.0.1.7 1,239 5/27/2020
3.0.1.6 1,303 5/12/2020
3.0.1.5 1,285 4/30/2020
3.0.1.4 1,325 4/9/2020
3.0.1.3 1,305 4/6/2020
3.0.1.2 1,324 3/12/2020
2.1.2.1 18,836 2/11/2019
2.1.1.8 102,564 6/22/2018
2.1.1.5 2,066 12/20/2017
2.1.1.4 21,202 6/29/2017
2.1.1.3 2,641 5/17/2017
2.1.1.2 1,671 5/16/2017
2.1.1.1 1,721 4/10/2017
2.1.0.8 20,834 1/5/2016
2.1.0.7 16,476 11/27/2014