GemBox.Document 35.0.1606
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 Word (DOCX, DOC), ODT, HTML, RTF, XML (Flat OPC, WordML), TXT, and PDF files.
- Write / create and convert to DOCX, ODT, PDF, PDF/A, XPS, HTML, RTF, XML (Flat OPC, WordML), TXT, and image formats.
- View and edit documents in WPF, ASP.NET, ASP.NET Core, and Windows.Forms applications.
- Print documents.
- Protect, encrypt, and digitally sign documents.
- Get, create, or edit paragraphs, text, tables, hyperlinks, bookmarks, fields, sections, headers, footers, and footnotes and endnotes.
- Get, create, or edit drawings like shapes, pictures, charts, and text boxes.
- 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 section properties, picture properties, default paragraph, character formatting, and more.
- Get and set built-in and custom document properties.
- Clone or combine document elements between documents.
- Replace or set bookmark content.
- Load HTML / RTF / TXT into a specific document position.
- Import data to your document from various data sources and control the document import region and import process.
- Create, read, or update form fields. 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.
Added support for SpecialCharacterType.ClearedLineBreak in DOCX files.
Fixed issue with rendering paragraphs inside merged cells with KeepWithNext option.
Added support for PaginatorOptions.ProgressChanged event.
Fixed issue with bookmarks when update TOC element.
Added cross-platform support for saving to TIFF and BMP formats.
Fixed issue with FTP download in TXT reader.
Fixed issue with missing group shapes in PDF writer.
Fixed issue with list format on revisions in DOCX reader.
Added support for DrawingElement.CharacterFormat.
Improved performance of rendering SVG images in PDF writer.
Fixed issue with section properties in RTF reader.
.NET Framework 3.5
- BouncyCastle (>= 1.8.9)
.NET Standard 2.0
- System.Text.Encoding.CodePages (>= 6.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Buffers (>= 4.5.1)
- SkiaSharp (>= 2.88.6)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SixLabors.ImageSharp (>= 2.1.5)
- Portable.BouncyCastle (>= 1.8.9)
- HarfBuzzSharp (>= 7.3.0)
.NET 6.0
- System.Drawing.Common (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
- SkiaSharp (>= 2.88.6)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SixLabors.ImageSharp (>= 2.1.5)
- HarfBuzzSharp (>= 7.3.0)
- BouncyCastle.Cryptography (>= 2.1.1)
- System.Buffers (>= 4.5.1)
.NET Framework 4.6.2
- System.ValueTuple (>= 4.5.0)
- System.Buffers (>= 4.5.1)
- SkiaSharp (>= 2.88.6)
- HarfBuzzSharp (>= 7.3.0)
- BouncyCastle.Cryptography (>= 2.1.1)
Version | Downloads | Last updated |
---|---|---|
35.0.1946 | 1 | 01/18/2025 |
35.0.1906 | 0 | 11/04/2024 |
35.0.1886 | 1 | 01/09/2025 |
35.0.1869 | 1 | 12/19/2024 |
35.0.1852 | 0 | 08/13/2024 |
35.0.1817 | 0 | 07/05/2024 |
35.0.1784 | 1 | 06/20/2024 |
35.0.1749 | 1 | 06/20/2024 |
35.0.1706 | 2 | 06/20/2024 |
35.0.1673 | 2 | 03/28/2024 |
35.0.1659 | 2 | 03/17/2024 |
35.0.1631 | 1 | 03/14/2024 |
35.0.1606 | 2 | 03/18/2024 |
35.0.1573 | 3 | 12/19/2023 |
35.0.1538 | 3 | 03/18/2024 |
35.0.1480 | 1 | 03/17/2024 |
35.0.1443 | 1 | 03/16/2024 |
35.0.1423 | 2 | 03/17/2024 |
35.0.1403 | 1 | 03/14/2024 |
35.0.1363 | 1 | 03/17/2024 |
35.0.1331 | 2 | 03/14/2024 |
35.0.1300 | 3 | 03/16/2024 |
35.0.1265 | 3 | 03/14/2024 |
35.0.1238 | 2 | 03/17/2024 |
35.0.1205 | 4 | 03/04/2024 |
35.0.1163 | 0 | 11/09/2022 |
35.0.1130 | 3 | 03/16/2024 |
35.0.1105 | 1 | 03/17/2024 |
35.0.1076 | 2 | 03/17/2024 |
35.0.1055 | 3 | 03/16/2024 |
35.0.1020 | 3 | 03/26/2024 |
35.0.1000 | 2 | 03/13/2024 |
33.0.1483 | 2 | 03/03/2024 |
33.0.1446 | 2 | 03/22/2024 |
33.0.1417 | 3 | 03/03/2024 |
33.0.1390 | 2 | 03/14/2024 |
33.0.1372 | 2 | 03/14/2024 |
33.0.1345 | 3 | 03/05/2024 |
33.0.1317 | 4 | 08/18/2023 |
33.0.1290 | 2 | 03/14/2024 |
33.0.1269 | 4 | 03/02/2024 |
33.0.1249 | 2 | 03/03/2024 |
33.0.1222 | 2 | 03/12/2024 |
33.0.1187 | 2 | 03/13/2024 |
33.0.1155 | 1 | 03/12/2024 |
33.0.1108 | 2 | 03/13/2024 |
33.0.1086 | 3 | 03/17/2024 |
33.0.1049 | 1 | 11/23/2024 |
33.0.1031 | 2 | 03/12/2024 |
33.0.1017 | 2 | 03/13/2024 |
33.0.1000 | 4 | 03/12/2024 |
31.0.1260 | 3 | 03/17/2024 |
31.0.1239 | 5 | 03/05/2024 |
31.0.1215 | 3 | 03/22/2024 |
31.0.1197 | 2 | 03/14/2024 |
31.0.1175 | 2 | 03/02/2024 |
31.0.1156 | 0 | 03/16/2020 |
31.0.0.1130 | 2 | 03/18/2024 |
31.0.0.1114 | 1 | 03/17/2024 |
31.0.0.1089 | 2 | 03/19/2024 |
31.0.0.1078 | 4 | 03/18/2024 |
31.0.0.1075 | 2 | 03/19/2024 |
31.0.0.1035 | 1 | 12/30/2024 |
31.0.0.1031 | 2 | 03/17/2024 |
31.0.0.1013 | 1 | 03/17/2024 |
31.0.0.1000 | 2 | 03/14/2024 |
29.0.0.1207 | 2 | 03/14/2024 |
29.0.0.1197 | 2 | 03/13/2024 |
29.0.0.1184 | 2 | 03/13/2024 |
29.0.0.1167 | 1 | 03/13/2024 |
29.0.0.1158 | 2 | 03/13/2024 |
29.0.0.1148 | 2 | 03/13/2024 |
29.0.0.1131 | 2 | 03/16/2024 |
29.0.0.1122 | 2 | 03/13/2024 |
29.0.0.1103 | 2 | 03/14/2024 |
29.0.0.1084 | 3 | 03/16/2024 |
29.0.0.1064 | 2 | 03/13/2024 |
29.0.0.1044 | 3 | 03/17/2024 |
29.0.0.1031 | 4 | 03/03/2024 |
29.0.0.1016 | 2 | 03/13/2024 |
29.0.0.1000 | 4 | 03/01/2024 |
27.3.30.1269 | 2 | 03/18/2024 |
27.3.30.1268 | 2 | 03/02/2024 |
27.3.30.1267 | 2 | 03/21/2024 |
27.3.30.1261 | 2 | 03/20/2024 |
27.3.30.1257 | 2 | 03/21/2024 |
27.3.30.1253 | 2 | 03/03/2024 |
27.3.30.1250 | 3 | 03/19/2024 |
27.3.30.1247 | 1 | 03/03/2024 |
27.3.30.1234 | 1 | 03/21/2024 |
27.3.30.1210 | 1 | 03/20/2024 |
27.3.30.1192 | 2 | 02/28/2024 |
27.3.30.1160 | 2 | 03/03/2024 |
27.3.30.1144 | 2 | 03/21/2024 |
27.3.30.1119 | 2 | 03/19/2024 |
27.3.30.1101 | 0 | 10/11/2017 |
27.3.30.1087 | 2 | 03/21/2024 |
27.3.30.1086 | 5 | 03/05/2024 |
27.3.30.1067 | 3 | 03/04/2024 |
27.3.30.1043 | 2 | 03/21/2024 |
27.3.30.1028 | 2 | 03/21/2024 |
27.3.30.1016 | 2 | 03/21/2024 |
27.3.30.1007 | 1 | 03/03/2024 |
27.3.30.1000 | 2 | 03/21/2024 |
25.3.30.1365 | 1 | 03/17/2024 |
25.3.30.1363 | 1 | 03/20/2024 |
25.3.30.1359 | 2 | 03/18/2024 |
25.3.30.1355 | 1 | 03/18/2024 |
25.3.30.1353 | 1 | 03/18/2024 |
25.3.30.1350 | 4 | 03/19/2024 |
25.3.30.1349 | 2 | 03/18/2024 |
25.3.30.1345 | 2 | 03/17/2024 |
25.3.30.1341 | 2 | 03/18/2024 |
25.3.30.1339 | 2 | 03/18/2024 |
25.3.30.1334 | 0 | 05/04/2017 |
25.3.30.1332 | 3 | 03/08/2024 |
25.3.30.1311 | 2 | 03/18/2024 |
25.3.30.1297 | 3 | 03/18/2024 |
25.3.30.1278 | 3 | 03/06/2024 |
25.3.30.1260 | 1 | 03/18/2024 |
25.3.30.1255 | 3 | 03/02/2024 |
25.3.30.1243 | 2 | 03/19/2024 |
25.3.30.1231 | 2 | 03/18/2024 |
25.3.30.1213 | 2 | 03/16/2024 |
25.3.30.1185 | 1 | 03/22/2024 |
25.3.30.1167 | 1 | 03/18/2024 |
25.3.30.1143 | 2 | 03/18/2024 |
25.3.30.1122 | 1 | 03/02/2024 |
25.3.30.1110 | 2 | 03/17/2024 |
25.3.30.1098 | 3 | 03/22/2024 |
25.3.30.1096 | 0 | 01/19/2016 |
25.3.30.1095 | 2 | 03/18/2024 |
25.3.30.1076 | 1 | 03/18/2024 |
25.3.30.1062 | 1 | 03/03/2024 |
25.3.30.1048 | 2 | 03/02/2024 |
25.3.30.1043 | 2 | 03/18/2024 |
25.3.30.1032 | 2 | 03/18/2024 |
25.3.30.1030 | 3 | 03/19/2024 |
25.3.30.1012 | 2 | 03/18/2024 |
25.3.30.1000 | 2 | 03/19/2024 |
23.3.30.1260 | 2 | 03/18/2024 |
23.3.30.1257 | 2 | 12/11/2024 |
23.3.30.1256 | 3 | 03/19/2024 |
23.3.30.1253 | 3 | 03/08/2024 |
23.3.30.1250 | 2 | 03/19/2024 |
23.3.30.1240 | 3 | 03/19/2024 |
23.3.30.1239 | 2 | 03/18/2024 |
23.3.30.1230 | 0 | 11/10/2015 |
23.3.30.1226 | 2 | 03/18/2024 |
23.3.30.1220 | 3 | 03/02/2024 |
23.3.30.1207 | 3 | 03/19/2024 |
23.3.30.1201 | 2 | 03/19/2024 |
23.3.30.1186 | 2 | 03/20/2024 |
23.3.30.1177 | 1 | 03/18/2024 |
23.3.30.1169 | 3 | 03/19/2024 |
23.3.30.1142 | 2 | 03/17/2024 |
23.3.30.1104 | 2 | 03/19/2024 |
23.3.30.1088 | 2 | 03/05/2024 |
23.3.30.1087 | 2 | 03/18/2024 |
23.3.30.1074 | 2 | 03/19/2024 |
23.3.30.1040 | 3 | 03/01/2024 |
23.3.30.1039 | 2 | 03/18/2024 |
23.3.30.1021 | 2 | 03/17/2024 |
23.3.30.1000 | 2 | 03/19/2024 |
21.3.30.1171 | 1 | 03/20/2024 |
21.3.30.1151 | 2 | 03/21/2024 |
21.3.30.1110 | 2 | 03/19/2024 |
21.3.30.1087 | 1 | 03/03/2024 |
21.3.30.1077 | 2 | 03/21/2024 |