GemBox.Document 2025.10.101

Prefix Reserved
dotnet add package GemBox.Document --version 2025.10.101
                    
NuGet\Install-Package GemBox.Document -Version 2025.10.101
                    
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="GemBox.Document" Version="2025.10.101" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Document" Version="2025.10.101" />
                    
Directory.Packages.props
<PackageReference Include="GemBox.Document" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GemBox.Document --version 2025.10.101
                    
#r "nuget: GemBox.Document, 2025.10.101"
                    
#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.
#:package GemBox.Document@2025.10.101
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GemBox.Document&version=2025.10.101
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Document&version=2025.10.101
                    
Install as a Cake Tool

What is GemBox.Document?

GemBox.Document is a .NET component that enables you to read, write, convert, and print document files (DOCX, DOC, PDF, RTF, HTML, and ODT) from .NET applications.

With GemBox.Document you get a fast and reliable component that’s easy to use and doesn't depend on Microsoft Word. It requires only .NET and it’s much faster than Microsoft Office Automation!

GemBox.Document Features

Get Started

You are not sure how to start working with Word documents in .NET using GemBox.Document? Check the code below that shows how to create a DOCX file from scratch and write 'Hello World!' on it.

// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

// Create a new empty document.
var document = new DocumentModel();

// Add a section with one paragraph and some text.
document.Sections.Add(
    new Section(document,
        new Paragraph(document, "Hello World!")));

// Save the document as Word's DOCX file.
document.Save("Output.docx");

For more GemBox.Document code examples and demos, please visit our examples page.

Resources

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net6.0-windows7.0 is compatible.  net7.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on GemBox.Document:

Package Downloads
GemBox.Bundle

GemBox.Bundle is a package of .NET components for processing spreadsheets, documents, presentations, email messages, and images (XLSX, DOCX, PPTX, PDF, MSG, and PNG) from .NET applications. With GemBox.Bundle you get fast and reliable components that are easy to use and don't depend on Microsoft Office or Adobe Acrobat. They require only .NET so you can deploy your applications without having to think about other licenses.

Docati.Api

Docati.Api is a .NET Standard library that can be used to generate documents (either DOCX or PDF) based on templates created with Microsoft Word and our special add-in. Like mail-merge, but much more powerful. Both Windows and Linux are supported. Docati.Api is free for small documents. For a full-version trial license contact us at support@docati.com.

UlbeGroup.TemplateManager

Template Manager to build PDF / HTML documents based on Microsoft Word/Excel templates. Requires a Gembox.Document license

WooW.Core.Common

WooW.Core.Common

DigitalPublications.Episerver

Digital Publications for Episerver is a .NET library that is tailored for Episerver CMS and used for converting documents to JSON, HTML and PDF.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.10.101 2,204 10/2/2025
2025.9.108 9,453 9/4/2025
2025.8.118 12,520 8/14/2025
2025.7.104 23,466 7/2/2025
2025.6.105 19,600 6/14/2025
2025.5.105 29,581 5/7/2025
2025.4.107 62,164 4/4/2025
2025.3.113 48,196 3/11/2025
2025.2.107 117,211 2/14/2025
2025.1.103 41,720 1/24/2025
35.0.1946 44,339 12/5/2024
35.0.1906 45,465 11/4/2024
35.0.1886 151,324 10/8/2024
35.0.1869 60,606 9/5/2024
35.0.1852 44,637 8/13/2024
35.0.1817 40,123 7/5/2024
35.0.1784 31,692 6/7/2024
35.0.1749 105,359 5/7/2024
35.0.1706 66,160 4/6/2024
35.0.1673 53,526 3/4/2024
35.0.1659 23,073 2/13/2024
35.0.1631 694,316 1/15/2024
35.0.1606 76,852 12/8/2023
35.0.1573 66,205 11/16/2023
35.0.1538 69,919 10/21/2023
35.0.1480 227,663 9/5/2023
35.0.1443 69,249 8/4/2023
35.0.1423 37,404 7/7/2023
35.0.1403 44,695 6/12/2023
35.0.1363 57,566 5/10/2023
35.0.1331 101,645 4/5/2023
35.0.1300 51,560 3/10/2023
35.0.1265 56,997 2/3/2023
35.0.1238 68,734 1/3/2023
35.0.1205 56,856 12/14/2022
35.0.1163 38,374 11/9/2022
35.0.1130 40,098 10/12/2022
35.0.1105 45,911 9/6/2022
35.0.1076 81,144 8/12/2022
35.0.1055 76,178 7/21/2022
35.0.1020 124,741 6/10/2022
35.0.1000 37,715 5/16/2022
33.0.1483 122,638 4/21/2022
33.0.1446 283,586 3/9/2022
33.0.1417 88,968 2/1/2022
33.0.1390 113,281 1/5/2022
33.0.1372 36,981 12/7/2021
33.0.1345 42,210 11/5/2021
33.0.1317 31,821 10/1/2021
33.0.1290 77,180 8/26/2021
33.0.1269 64,694 7/14/2021
33.0.1249 17,159 6/17/2021
33.0.1222 58,294 5/14/2021
33.0.1187 36,793 4/20/2021
33.0.1155 44,747 3/15/2021
33.0.1108 51,855 2/3/2021
33.0.1086 29,429 1/15/2021
33.0.1049 131,056 12/1/2020
33.0.1031 33,534 11/9/2020
33.0.1017 74,010 10/15/2020
33.0.1000 82,340 9/16/2020
31.0.1260 55,366 9/10/2020
31.0.1239 54,233 8/6/2020
31.0.1215 65,968 6/26/2020
31.0.1197 64,900 5/22/2020
31.0.1175 36,780 4/9/2020
31.0.1156 92,333 3/16/2020
31.0.0.1130 85,018 2/10/2020
31.0.0.1114 51,624 1/8/2020
31.0.0.1089 29,972 12/3/2019
31.0.0.1078 16,753 11/6/2019
31.0.0.1075 6,517 10/31/2019
31.0.0.1035 32,653 9/20/2019
31.0.0.1031 5,821 9/11/2019
31.0.0.1013 25,049 8/8/2019
31.0.0.1000 30,497 7/8/2019
29.0.0.1207 82,963 1/14/2020
29.0.0.1197 32,610 11/5/2019
29.0.0.1184 7,845 9/20/2019
29.0.0.1167 27,995 6/7/2019
29.0.0.1158 15,009 5/9/2019
29.0.0.1148 19,187 4/9/2019
29.0.0.1131 20,728 2/26/2019
29.0.0.1122 8,045 2/5/2019
29.0.0.1103 52,597 1/2/2019
29.0.0.1084 161,204 11/8/2018
29.0.0.1064 27,248 10/1/2018
29.0.0.1044 8,366 8/23/2018
29.0.0.1031 94,992 7/16/2018
29.0.0.1016 18,563 6/8/2018
29.0.0.1000 11,771 5/17/2018
27.3.30.1269 41,901 8/20/2019
27.3.30.1268 11,045 5/6/2019
27.3.30.1267 8,096 2/4/2019
27.3.30.1261 10,706 11/8/2018
27.3.30.1257 5,151 10/1/2018
27.3.30.1253 19,441 8/23/2018
27.3.30.1250 6,549 7/16/2018
27.3.30.1247 8,836 6/8/2018
27.3.30.1234 27,780 5/4/2018
27.3.30.1210 55,075 4/4/2018
27.3.30.1192 16,132 2/22/2018
27.3.30.1160 11,340 1/11/2018
27.3.30.1144 7,944 12/8/2017
27.3.30.1119 27,207 11/13/2017
27.3.30.1101 17,853 10/11/2017
27.3.30.1087 9,614 9/18/2017
27.3.30.1086 5,685 9/12/2017
27.3.30.1067 5,974 8/16/2017
27.3.30.1043 9,366 7/7/2017
27.3.30.1028 6,387 6/2/2017
27.3.30.1016 307,083 5/4/2017
27.3.30.1007 309,102 4/18/2017
27.3.30.1000 27,271 4/10/2017
25.3.30.1365 108,523 6/8/2018
25.3.30.1363 6,333 4/4/2018
25.3.30.1359 7,650 2/22/2018
25.3.30.1355 8,889 12/8/2017
25.3.30.1353 5,387 11/13/2017
25.3.30.1350 8,676 10/11/2017
25.3.30.1349 5,266 9/12/2017
25.3.30.1345 5,488 8/16/2017
25.3.30.1341 6,751 7/7/2017
25.3.30.1339 16,636 6/2/2017
25.3.30.1334 7,503 5/4/2017
25.3.30.1332 6,211 4/18/2017
25.3.30.1311 10,400 3/21/2017
25.3.30.1297 63,311 2/17/2017
25.3.30.1278 25,825 1/21/2017
25.3.30.1260 13,289 12/23/2016
25.3.30.1255 9,210 12/6/2016
25.3.30.1243 15,881 11/7/2016
25.3.30.1231 10,893 9/26/2016
25.3.30.1213 6,930 8/18/2016
25.3.30.1185 181,123 6/6/2016
25.3.30.1167 6,407 5/9/2016
25.3.30.1143 20,227 4/4/2016
25.3.30.1122 6,272 3/8/2016
25.3.30.1110 5,951 2/15/2016
25.3.30.1098 5,566 2/1/2016
25.3.30.1096 6,648 1/19/2016
25.3.30.1095 5,443 1/16/2016
25.3.30.1076 8,816 12/8/2015
25.3.30.1062 5,729 11/10/2015
25.3.30.1048 9,051 10/6/2015
25.3.30.1043 7,872 9/1/2015
25.3.30.1032 7,008 7/8/2015
25.3.30.1030 5,400 7/3/2015
25.3.30.1012 8,097 4/28/2015
25.3.30.1000 14,468 3/17/2015
23.3.30.1260 35,040 11/4/2016
23.3.30.1257 18,878 9/26/2016
23.3.30.1256 5,280 8/18/2016
23.3.30.1253 5,347 5/9/2016
23.3.30.1250 5,251 4/4/2016
23.3.30.1240 5,291 2/1/2016
23.3.30.1239 5,230 1/16/2016
23.3.30.1230 5,333 11/10/2015
23.3.30.1226 5,699 10/6/2015
23.3.30.1220 7,946 7/3/2015
23.3.30.1207 57,179 3/16/2015
23.3.30.1201 7,917 2/17/2015
23.3.30.1186 6,039 1/14/2015
23.3.30.1177 10,148 12/24/2014
23.3.30.1169 5,578 12/5/2014
23.3.30.1142 8,580 10/14/2014
23.3.30.1104 13,562 7/25/2014
23.3.30.1088 6,515 6/13/2014
23.3.30.1087 5,450 6/12/2014
23.3.30.1074 6,278 4/30/2014
23.3.30.1040 7,291 2/14/2014
23.3.30.1039 5,873 2/13/2014
23.3.30.1021 5,857 11/26/2013
23.3.30.1000 6,423 9/9/2013
21.3.30.1171 7,716 3/16/2015
21.3.30.1151 8,556 6/13/2013
21.3.30.1110 5,593 3/26/2013
21.3.30.1087 5,571 2/6/2013
21.3.30.1077 7,407 1/25/2013

Fixed issue with missing text frame format when cloning paragraph style.
Added cross-platform support for rendering SVG images.
Added SkiaSharp.NativeAssets.Linux and HarfBuzzSharp.NativeAssets.Linux dependencies.
Fixed issue with unquoted nested fields in mail merge.
Improved performance of DOCX reader.
Fixed issue with double rendered floating drawing in PDF writer.
Fixed issue with default text frame properties.
Fixed issue with ignoring CharacterFormat.Hidden on SpecialCharacter in PDF writer.
Added support for HeaderFooterCollection.SetLinkedToPrevious.
Fixed issue with comments in TOC element in DOCX reader.
Fixed issue with adding borders to text frames in DOC reader.
Fixed issue with nested table contained in text frame in PDF writer.
Fixed issue with returned ContentRange from ContentRange.Set call.
Added support for ChartType.Radar.