WordGlue 3.3.0
See the version list below for details.
dotnet add package WordGlue --version 3.3.0
NuGet\Install-Package WordGlue -Version 3.3.0
<PackageReference Include="WordGlue" Version="3.3.0" />
paket add WordGlue --version 3.3.0
#r "nuget: WordGlue, 3.3.0"
// Install WordGlue as a Cake Addin
#addin nuget:?package=WordGlue&version=3.3.0
// Install WordGlue as a Cake Tool
#tool nuget:?package=WordGlue&version=3.3.0
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.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.1 | 104 | 1/26/2023 |
3.3.0 | 491 | 11/14/2022 |
3.2.0.4 | 1,507 | 8/11/2022 |
3.2.0.3 | 634 | 4/21/2022 |
3.2.0.2 | 398 | 4/7/2022 |
3.2.0.1 | 640 | 1/17/2022 |
3.2.0 | 480 | 12/21/2021 |
3.1.0.8 | 465 | 11/10/2021 |
3.1.0.7 | 378 | 10/20/2021 |
3.1.0.6 | 2,024 | 6/14/2021 |
3.1.0.5 | 587 | 4/26/2021 |
3.1.0.4 | 293 | 4/21/2021 |
3.1.0.3 | 1,790 | 3/4/2021 |
3.0.2.5 | 968 | 9/22/2020 |
3.0.2.4 | 524 | 9/7/2020 |
3.0.2.3 | 470 | 8/25/2020 |
3.0.2.2 | 490 | 7/21/2020 |
3.0.2.1 | 436 | 7/20/2020 |
3.0.2 | 519 | 6/22/2020 |
3.0.1.9 | 436 | 6/17/2020 |
3.0.1.7 | 498 | 5/27/2020 |
3.0.1.6 | 448 | 5/12/2020 |
3.0.1.5 | 486 | 4/30/2020 |
3.0.1.4 | 499 | 4/9/2020 |
3.0.1.3 | 494 | 4/6/2020 |
3.0.1.2 | 549 | 3/12/2020 |
2.1.2.1 | 10,081 | 2/11/2019 |
2.1.1.8 | 86,381 | 6/22/2018 |
2.1.1.5 | 1,201 | 12/20/2017 |
2.1.1.4 | 20,402 | 6/29/2017 |
2.1.1.3 | 1,840 | 5/17/2017 |
2.1.1.2 | 876 | 5/16/2017 |
2.1.1.1 | 870 | 4/10/2017 |
2.1.0.8 | 14,855 | 1/5/2016 |
2.1.0.7 | 14,913 | 11/27/2014 |