GemBox.Document 2025.8.118
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
- Read DOC, DOCX, ODT, HTML, MHTML, RTF, TXT, Flat OPC, WordML, and PDF documents.
- Create or write and convert to DOCX, ODT, HTML, MHTML, RTF, TXT, Flat OPC, PDF, XPS, and image formats (SVG, PNG, JPEG, GIF, BMP, TIFF, WMP, EMF).
- View and edit documents in Azure Functions, Blazor, ASP.NET Core, ASP.NET, MAUI, WPF, and Windows Forms applications.
- Process documents on Windows, Linux, macOS, Android, and iOS operating systems.
- Print documents.
- Extract individual pages from the documents.
- Protect, restrict, encrypt, and digitally sign documents.
- Get, create, or edit paragraphs, text, tables, table of content, hyperlinks, bookmarks, comments, fields, barcodes, content controls, sections, watermarks, headers and footers, and footnotes and endnotes.
- Get, create, or edit drawings like shapes, pictures, text boxes, and charts.
- Get, create, or edit paragraph, character, list, table, table row, and table cell formatting.
- Get, create, or edit paragraph, list, character, and table styles.
- Access or modify page properties, auto hyphenation, revisions, macros, and more.
- Get and set built-in and custom document properties.
- Clone or import document elements between documents.
- Find, highlight, or replace document content.
- Replace or set bookmark content.
- Insert HTML, RTF, or TXT string into specific document position.
- Execute mail merge to import data into a document from various data sources and control the document import region, and import process.
- Create or read form fields.
- Track progress or cancel long-running operations like loading and saving large documents.
- Specify fonts location when exporting to PDF, XPS, or image formats.
- Preserve unsupported document content elements and properties when reading a document.
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
No packages depend on GemBox.Document.
Fixed issue with not inheriting heading formatting from document styles in HTML reader.
Fixed issue with not inheriting font size on Table element in HTML reader.
Fixed issue with table formatting in logical PDF reader.
Fixed issue with 'Cover Pages' SDT resulting in incorrect page count in NUMPAGES field.
Fixed issue with missing images from frame fill type in DOC reader.
Fixed issue with missing underline on tab in PDF writer.
Fixed issue with missing floating drawing located inside floating frame in PDF writer.
Fixed issue with image orientation when rendering document.
Fixed issue with classifying East Asian text as Latin in PDF writer.
Fixed issue with invalid stylesheet in RTF reader.
Fixed issue with MultiContentRange.Start for pages that contain only floating Table.
Fixed issue with '<hr>' element roundtrip in HTML file.
Fixed issue with updating FieldMergingEventArgs.Inlines.
Fixed issue with bullet list baseline in HTML reader.
Fixed issue with Note element in RTF reader.
.NET Framework 4.6.2
- BouncyCastle.Cryptography (>= 2.4.0)
- System.ValueTuple (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Buffers (>= 4.6.0)
- SkiaSharp (>= 2.88.9)
- Microsoft.Bcl.Numerics (>= 9.0.0)
- HarfBuzzSharp (>= 7.3.0.3)
.NET Standard 2.0
- System.Text.Encoding.CodePages (>= 6.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Buffers (>= 4.6.0)
- SkiaSharp (>= 2.88.9)
- Portable.BouncyCastle (>= 1.9.0)
- Microsoft.Bcl.Numerics (>= 9.0.0)
- HarfBuzzSharp (>= 7.3.0.3)
.NET 6.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
- System.Buffers (>= 4.6.0)
- SkiaSharp (>= 2.88.9)
- HarfBuzzSharp (>= 7.3.0.3)
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Drawing.Common (>= 6.0.0)
Version | Downloads | Last updated |
---|---|---|
2025.9.108 | 2 | 09/06/2025 |
2025.8.118 | 2 | 08/16/2025 |
2025.7.104 | 3 | 07/19/2025 |
2025.6.105 | 4 | 06/27/2025 |
2025.5.105 | 4 | 05/17/2025 |
2025.4.107 | 5 | 04/26/2025 |
2025.3.113 | 6 | 04/01/2025 |
2025.2.107 | 8 | 02/26/2025 |
2025.1.103 | 6 | 02/26/2025 |
35.0.1946 | 7 | 01/18/2025 |
35.0.1906 | 6 | 01/19/2025 |
35.0.1886 | 6 | 01/09/2025 |
35.0.1869 | 7 | 12/19/2024 |
35.0.1852 | 7 | 01/19/2025 |
35.0.1817 | 5 | 01/18/2025 |
35.0.1784 | 8 | 06/20/2024 |
35.0.1749 | 8 | 06/20/2024 |
35.0.1706 | 9 | 06/20/2024 |
35.0.1673 | 7 | 03/28/2024 |
35.0.1659 | 9 | 03/17/2024 |
35.0.1631 | 9 | 03/14/2024 |
35.0.1606 | 9 | 03/18/2024 |
35.0.1573 | 10 | 12/19/2023 |
35.0.1538 | 9 | 03/18/2024 |
35.0.1480 | 7 | 03/17/2024 |
35.0.1443 | 8 | 03/16/2024 |
35.0.1423 | 8 | 03/17/2024 |
35.0.1403 | 9 | 03/14/2024 |
35.0.1363 | 9 | 03/17/2024 |
35.0.1331 | 8 | 03/14/2024 |
35.0.1300 | 8 | 03/16/2024 |
35.0.1265 | 10 | 03/14/2024 |
35.0.1238 | 7 | 03/17/2024 |
35.0.1205 | 10 | 03/04/2024 |
35.0.1163 | 8 | 01/18/2025 |
35.0.1130 | 10 | 03/16/2024 |
35.0.1105 | 7 | 03/17/2024 |
35.0.1076 | 7 | 03/17/2024 |
35.0.1055 | 8 | 03/16/2024 |
35.0.1020 | 10 | 03/26/2024 |
35.0.1000 | 10 | 03/13/2024 |
33.0.1483 | 11 | 03/03/2024 |
33.0.1446 | 11 | 03/22/2024 |
33.0.1417 | 12 | 03/03/2024 |
33.0.1390 | 8 | 03/14/2024 |
33.0.1372 | 9 | 03/14/2024 |
33.0.1345 | 9 | 03/05/2024 |
33.0.1317 | 12 | 08/18/2023 |
33.0.1290 | 7 | 03/14/2024 |
33.0.1269 | 11 | 03/02/2024 |
33.0.1249 | 7 | 03/03/2024 |
33.0.1222 | 8 | 03/12/2024 |
33.0.1187 | 10 | 03/13/2024 |
33.0.1155 | 9 | 03/12/2024 |
33.0.1108 | 9 | 03/13/2024 |
33.0.1086 | 11 | 03/17/2024 |
33.0.1049 | 9 | 11/23/2024 |
33.0.1031 | 9 | 03/12/2024 |
33.0.1017 | 7 | 03/13/2024 |
33.0.1000 | 11 | 03/12/2024 |
31.0.1260 | 12 | 03/17/2024 |
31.0.1239 | 12 | 03/05/2024 |
31.0.1215 | 10 | 03/22/2024 |
31.0.1197 | 13 | 03/14/2024 |
31.0.1175 | 9 | 03/02/2024 |
31.0.1156 | 7 | 01/19/2025 |
31.0.0.1130 | 8 | 03/18/2024 |
31.0.0.1114 | 8 | 03/17/2024 |
31.0.0.1089 | 9 | 03/19/2024 |
31.0.0.1078 | 10 | 03/18/2024 |
31.0.0.1075 | 8 | 03/19/2024 |
31.0.0.1035 | 7 | 12/30/2024 |
31.0.0.1031 | 7 | 03/17/2024 |
31.0.0.1013 | 8 | 03/17/2024 |
31.0.0.1000 | 8 | 03/14/2024 |
29.0.0.1207 | 8 | 03/14/2024 |
29.0.0.1197 | 8 | 03/13/2024 |
29.0.0.1184 | 8 | 03/13/2024 |
29.0.0.1167 | 8 | 03/13/2024 |
29.0.0.1158 | 8 | 03/13/2024 |
29.0.0.1148 | 8 | 03/13/2024 |
29.0.0.1131 | 10 | 03/16/2024 |
29.0.0.1122 | 7 | 03/13/2024 |
29.0.0.1103 | 8 | 03/14/2024 |
29.0.0.1084 | 8 | 03/16/2024 |
29.0.0.1064 | 9 | 03/13/2024 |
29.0.0.1044 | 11 | 03/17/2024 |
29.0.0.1031 | 9 | 03/03/2024 |
29.0.0.1016 | 7 | 03/13/2024 |
29.0.0.1000 | 9 | 03/01/2024 |
27.3.30.1269 | 10 | 03/18/2024 |
27.3.30.1268 | 8 | 03/02/2024 |
27.3.30.1267 | 8 | 03/21/2024 |
27.3.30.1261 | 8 | 03/20/2024 |
27.3.30.1257 | 7 | 03/21/2024 |
27.3.30.1253 | 9 | 03/03/2024 |
27.3.30.1250 | 10 | 03/19/2024 |
27.3.30.1247 | 9 | 03/03/2024 |
27.3.30.1234 | 8 | 03/21/2024 |
27.3.30.1210 | 9 | 03/20/2024 |
27.3.30.1192 | 8 | 02/28/2024 |
27.3.30.1160 | 9 | 03/03/2024 |
27.3.30.1144 | 8 | 03/21/2024 |
27.3.30.1119 | 9 | 03/19/2024 |
27.3.30.1101 | 5 | 01/19/2025 |
27.3.30.1087 | 6 | 03/21/2024 |
27.3.30.1086 | 10 | 03/05/2024 |
27.3.30.1067 | 8 | 03/04/2024 |
27.3.30.1043 | 6 | 03/21/2024 |
27.3.30.1028 | 8 | 03/21/2024 |
27.3.30.1016 | 8 | 03/21/2024 |
27.3.30.1007 | 8 | 03/03/2024 |
27.3.30.1000 | 8 | 03/21/2024 |
25.3.30.1365 | 8 | 03/17/2024 |
25.3.30.1363 | 8 | 03/20/2024 |
25.3.30.1359 | 6 | 03/18/2024 |
25.3.30.1355 | 7 | 03/18/2024 |
25.3.30.1353 | 8 | 03/18/2024 |
25.3.30.1350 | 9 | 03/19/2024 |
25.3.30.1349 | 7 | 03/18/2024 |
25.3.30.1345 | 7 | 03/17/2024 |
25.3.30.1341 | 8 | 03/18/2024 |
25.3.30.1339 | 7 | 03/18/2024 |
25.3.30.1334 | 6 | 01/19/2025 |
25.3.30.1332 | 8 | 03/08/2024 |
25.3.30.1311 | 6 | 03/18/2024 |
25.3.30.1297 | 9 | 03/18/2024 |
25.3.30.1278 | 9 | 03/06/2024 |
25.3.30.1260 | 6 | 03/18/2024 |
25.3.30.1255 | 10 | 03/02/2024 |
25.3.30.1243 | 8 | 03/19/2024 |
25.3.30.1231 | 7 | 03/18/2024 |
25.3.30.1213 | 6 | 03/16/2024 |
25.3.30.1185 | 6 | 03/22/2024 |
25.3.30.1167 | 8 | 03/18/2024 |
25.3.30.1143 | 11 | 03/18/2024 |
25.3.30.1122 | 7 | 03/02/2024 |
25.3.30.1110 | 7 | 03/17/2024 |
25.3.30.1098 | 8 | 03/22/2024 |
25.3.30.1096 | 5 | 01/29/2025 |
25.3.30.1095 | 8 | 03/18/2024 |
25.3.30.1076 | 8 | 03/18/2024 |
25.3.30.1062 | 8 | 03/03/2024 |
25.3.30.1048 | 8 | 03/02/2024 |
25.3.30.1043 | 8 | 03/18/2024 |
25.3.30.1032 | 7 | 03/18/2024 |
25.3.30.1030 | 10 | 03/19/2024 |
25.3.30.1012 | 10 | 03/18/2024 |
25.3.30.1000 | 8 | 03/19/2024 |
23.3.30.1260 | 11 | 03/18/2024 |
23.3.30.1257 | 7 | 12/11/2024 |
23.3.30.1256 | 9 | 03/19/2024 |
23.3.30.1253 | 9 | 03/08/2024 |
23.3.30.1250 | 8 | 03/19/2024 |
23.3.30.1240 | 8 | 03/19/2024 |
23.3.30.1239 | 8 | 03/18/2024 |
23.3.30.1230 | 6 | 01/18/2025 |
23.3.30.1226 | 11 | 03/18/2024 |
23.3.30.1220 | 8 | 03/02/2024 |
23.3.30.1207 | 10 | 03/19/2024 |
23.3.30.1201 | 8 | 03/19/2024 |
23.3.30.1186 | 8 | 03/20/2024 |
23.3.30.1177 | 8 | 03/18/2024 |
23.3.30.1169 | 8 | 03/19/2024 |
23.3.30.1142 | 8 | 03/17/2024 |
23.3.30.1104 | 7 | 03/19/2024 |
23.3.30.1088 | 7 | 03/05/2024 |
23.3.30.1087 | 8 | 03/18/2024 |
23.3.30.1074 | 9 | 03/19/2024 |
23.3.30.1040 | 8 | 03/01/2024 |
23.3.30.1039 | 8 | 03/18/2024 |
23.3.30.1021 | 8 | 03/17/2024 |
23.3.30.1000 | 6 | 03/19/2024 |
21.3.30.1171 | 8 | 03/20/2024 |
21.3.30.1151 | 8 | 03/21/2024 |
21.3.30.1110 | 10 | 03/19/2024 |
21.3.30.1087 | 9 | 03/03/2024 |
21.3.30.1077 | 8 | 03/21/2024 |