GemBox.Document
35.0.1659
Prefix Reserved
See the version list below for details.
dotnet add package GemBox.Document --version 35.0.1659
NuGet\Install-Package GemBox.Document -Version 35.0.1659
<PackageReference Include="GemBox.Document" Version="35.0.1659" />
paket add GemBox.Document --version 35.0.1659
#r "nuget: GemBox.Document, 35.0.1659"
// Install GemBox.Document as a Cake Addin #addin nuget:?package=GemBox.Document&version=35.0.1659 // Install GemBox.Document as a Cake Tool #tool nuget:?package=GemBox.Document&version=35.0.1659
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
Product | Versions 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. |
.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 | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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. |
-
.NETFramework 3.5
- BouncyCastle (>= 1.8.9)
-
.NETFramework 4.6.2
- BouncyCastle.Cryptography (>= 2.1.1)
- HarfBuzzSharp (>= 7.3.0)
- SkiaSharp (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- HarfBuzzSharp (>= 7.3.0)
- Portable.BouncyCastle (>= 1.8.9)
- SixLabors.ImageSharp (>= 2.1.5)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SkiaSharp (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net6.0-windows7.0
- BouncyCastle.Cryptography (>= 2.1.1)
- HarfBuzzSharp (>= 7.3.0)
- SixLabors.ImageSharp (>= 2.1.5)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SkiaSharp (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.Drawing.Common (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages (6)
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 |
---|---|---|
35.0.1906 | 1,165 | 11/4/2024 |
35.0.1886 | 10,453 | 10/8/2024 |
35.0.1869 | 23,867 | 9/5/2024 |
35.0.1852 | 16,484 | 8/13/2024 |
35.0.1817 | 15,971 | 7/5/2024 |
35.0.1784 | 16,373 | 6/7/2024 |
35.0.1749 | 46,995 | 5/7/2024 |
35.0.1706 | 33,745 | 4/6/2024 |
35.0.1673 | 30,343 | 3/4/2024 |
35.0.1659 | 12,660 | 2/13/2024 |
35.0.1631 | 270,406 | 1/15/2024 |
35.0.1606 | 53,551 | 12/8/2023 |
35.0.1573 | 46,110 | 11/16/2023 |
35.0.1538 | 51,997 | 10/21/2023 |
35.0.1480 | 137,097 | 9/5/2023 |
35.0.1443 | 41,284 | 8/4/2023 |
35.0.1423 | 28,341 | 7/7/2023 |
35.0.1403 | 31,606 | 6/12/2023 |
35.0.1363 | 41,789 | 5/10/2023 |
35.0.1331 | 95,563 | 4/5/2023 |
35.0.1300 | 41,391 | 3/10/2023 |
35.0.1265 | 46,053 | 2/3/2023 |
35.0.1238 | 60,598 | 1/3/2023 |
35.0.1205 | 35,351 | 12/14/2022 |
35.0.1163 | 32,248 | 11/9/2022 |
35.0.1130 | 34,824 | 10/12/2022 |
35.0.1105 | 35,528 | 9/6/2022 |
35.0.1076 | 73,182 | 8/12/2022 |
35.0.1055 | 59,905 | 7/21/2022 |
35.0.1020 | 93,733 | 6/10/2022 |
35.0.1000 | 30,015 | 5/16/2022 |
33.0.1483 | 87,781 | 4/21/2022 |
33.0.1446 | 199,447 | 3/9/2022 |
33.0.1417 | 71,446 | 2/1/2022 |
33.0.1390 | 87,593 | 1/5/2022 |
33.0.1372 | 29,766 | 12/7/2021 |
33.0.1345 | 33,998 | 11/5/2021 |
33.0.1317 | 27,429 | 10/1/2021 |
33.0.1290 | 62,095 | 8/26/2021 |
33.0.1269 | 55,304 | 7/14/2021 |
33.0.1249 | 13,329 | 6/17/2021 |
33.0.1222 | 48,110 | 5/14/2021 |
33.0.1187 | 29,770 | 4/20/2021 |
33.0.1155 | 37,067 | 3/15/2021 |
33.0.1108 | 44,738 | 2/3/2021 |
33.0.1086 | 23,547 | 1/15/2021 |
33.0.1049 | 105,211 | 12/1/2020 |
33.0.1031 | 23,653 | 11/9/2020 |
33.0.1017 | 48,682 | 10/15/2020 |
33.0.1000 | 54,263 | 9/16/2020 |
31.0.1260 | 41,114 | 9/10/2020 |
31.0.1239 | 47,308 | 8/6/2020 |
31.0.1215 | 53,592 | 6/26/2020 |
31.0.1197 | 58,357 | 5/22/2020 |
31.0.1175 | 32,833 | 4/9/2020 |
31.0.1156 | 84,480 | 3/16/2020 |
31.0.0.1130 | 73,555 | 2/10/2020 |
31.0.0.1114 | 46,971 | 1/8/2020 |
31.0.0.1089 | 26,775 | 12/3/2019 |
31.0.0.1078 | 13,384 | 11/6/2019 |
31.0.0.1075 | 3,482 | 10/31/2019 |
31.0.0.1035 | 29,176 | 9/20/2019 |
31.0.0.1031 | 2,807 | 9/11/2019 |
31.0.0.1013 | 21,328 | 8/8/2019 |
31.0.0.1000 | 27,053 | 7/8/2019 |
29.0.0.1207 | 69,535 | 1/14/2020 |
29.0.0.1197 | 29,600 | 11/5/2019 |
29.0.0.1184 | 4,837 | 9/20/2019 |
29.0.0.1167 | 23,717 | 6/7/2019 |
29.0.0.1158 | 11,840 | 5/9/2019 |
29.0.0.1148 | 14,504 | 4/9/2019 |
29.0.0.1131 | 16,764 | 2/26/2019 |
29.0.0.1122 | 5,028 | 2/5/2019 |
29.0.0.1103 | 46,007 | 1/2/2019 |
29.0.0.1084 | 105,696 | 11/8/2018 |
29.0.0.1064 | 21,968 | 10/1/2018 |
29.0.0.1044 | 5,196 | 8/23/2018 |
29.0.0.1031 | 84,451 | 7/16/2018 |
29.0.0.1016 | 14,429 | 6/8/2018 |
29.0.0.1000 | 6,445 | 5/17/2018 |
27.3.30.1269 | 30,375 | 8/20/2019 |
27.3.30.1268 | 7,416 | 5/6/2019 |
27.3.30.1267 | 5,021 | 2/4/2019 |
27.3.30.1261 | 7,576 | 11/8/2018 |
27.3.30.1257 | 2,089 | 10/1/2018 |
27.3.30.1253 | 14,217 | 8/23/2018 |
27.3.30.1250 | 3,265 | 7/16/2018 |
27.3.30.1247 | 5,193 | 6/8/2018 |
27.3.30.1234 | 24,226 | 5/4/2018 |
27.3.30.1210 | 47,488 | 4/4/2018 |
27.3.30.1192 | 12,662 | 2/22/2018 |
27.3.30.1160 | 7,256 | 1/11/2018 |
27.3.30.1144 | 4,496 | 12/8/2017 |
27.3.30.1119 | 20,949 | 11/13/2017 |
27.3.30.1101 | 11,830 | 10/11/2017 |
27.3.30.1087 | 6,383 | 9/18/2017 |
27.3.30.1086 | 2,485 | 9/12/2017 |
27.3.30.1067 | 2,700 | 8/16/2017 |
27.3.30.1043 | 6,066 | 7/7/2017 |
27.3.30.1028 | 3,195 | 6/2/2017 |
27.3.30.1016 | 262,219 | 5/4/2017 |
27.3.30.1007 | 270,170 | 4/18/2017 |
27.3.30.1000 | 24,077 | 4/10/2017 |
25.3.30.1365 | 88,850 | 6/8/2018 |
25.3.30.1363 | 2,812 | 4/4/2018 |
25.3.30.1359 | 4,477 | 2/22/2018 |
25.3.30.1355 | 5,594 | 12/8/2017 |
25.3.30.1353 | 2,208 | 11/13/2017 |
25.3.30.1350 | 4,563 | 10/11/2017 |
25.3.30.1349 | 2,097 | 9/12/2017 |
25.3.30.1345 | 2,272 | 8/16/2017 |
25.3.30.1341 | 3,204 | 7/7/2017 |
25.3.30.1339 | 12,575 | 6/2/2017 |
25.3.30.1334 | 4,026 | 5/4/2017 |
25.3.30.1332 | 3,040 | 4/18/2017 |
25.3.30.1311 | 7,034 | 3/21/2017 |
25.3.30.1297 | 48,033 | 2/17/2017 |
25.3.30.1278 | 22,438 | 1/21/2017 |
25.3.30.1260 | 10,083 | 12/23/2016 |
25.3.30.1255 | 5,948 | 12/6/2016 |
25.3.30.1243 | 12,696 | 11/7/2016 |
25.3.30.1231 | 6,224 | 9/26/2016 |
25.3.30.1213 | 3,724 | 8/18/2016 |
25.3.30.1185 | 157,384 | 6/6/2016 |
25.3.30.1167 | 3,198 | 5/9/2016 |
25.3.30.1143 | 16,341 | 4/4/2016 |
25.3.30.1122 | 3,063 | 3/8/2016 |
25.3.30.1110 | 2,745 | 2/15/2016 |
25.3.30.1098 | 2,372 | 2/1/2016 |
25.3.30.1096 | 3,444 | 1/19/2016 |
25.3.30.1095 | 2,225 | 1/16/2016 |
25.3.30.1076 | 5,615 | 12/8/2015 |
25.3.30.1062 | 2,517 | 11/10/2015 |
25.3.30.1048 | 5,742 | 10/6/2015 |
25.3.30.1043 | 4,342 | 9/1/2015 |
25.3.30.1032 | 3,810 | 7/8/2015 |
25.3.30.1030 | 2,212 | 7/3/2015 |
25.3.30.1012 | 4,866 | 4/28/2015 |
25.3.30.1000 | 11,248 | 3/17/2015 |
23.3.30.1260 | 28,145 | 11/4/2016 |
23.3.30.1257 | 13,179 | 9/26/2016 |
23.3.30.1256 | 2,107 | 8/18/2016 |
23.3.30.1253 | 2,164 | 5/9/2016 |
23.3.30.1250 | 2,058 | 4/4/2016 |
23.3.30.1240 | 2,091 | 2/1/2016 |
23.3.30.1239 | 2,041 | 1/16/2016 |
23.3.30.1230 | 2,123 | 11/10/2015 |
23.3.30.1226 | 2,514 | 10/6/2015 |
23.3.30.1220 | 4,746 | 7/3/2015 |
23.3.30.1207 | 49,675 | 3/16/2015 |
23.3.30.1201 | 4,566 | 2/17/2015 |
23.3.30.1186 | 2,843 | 1/14/2015 |
23.3.30.1177 | 6,482 | 12/24/2014 |
23.3.30.1169 | 2,381 | 12/5/2014 |
23.3.30.1142 | 4,684 | 10/14/2014 |
23.3.30.1104 | 10,345 | 7/25/2014 |
23.3.30.1088 | 3,308 | 6/13/2014 |
23.3.30.1087 | 2,249 | 6/12/2014 |
23.3.30.1074 | 2,999 | 4/30/2014 |
23.3.30.1040 | 4,070 | 2/14/2014 |
23.3.30.1039 | 2,662 | 2/13/2014 |
23.3.30.1021 | 2,657 | 11/26/2013 |
23.3.30.1000 | 3,029 | 9/9/2013 |
21.3.30.1171 | 4,522 | 3/16/2015 |
21.3.30.1151 | 4,987 | 6/13/2013 |
21.3.30.1110 | 2,367 | 3/26/2013 |
21.3.30.1087 | 2,366 | 2/6/2013 |
21.3.30.1077 | 3,246 | 1/25/2013 |
Fixed issue with negative indentation resulting in clipped line ending.
Improved image DPI decoding and image options encoding.
Added support for 'svg' elements in HTML reader.
Fixed issue with rendering hyperlink field that are followed by bookmark field.
Fixed issue with missing table borders in XPS writer.
Fixed issue with missing underline on spaces in PDF writer.
Added support for Canvas elements in DOCX files.
Fixed issue with footnotes that span over multiple pages.
Fixed issue with invalid font size in RTF reader.
Fixed issue with HtmlLoadOptions.InheritParagraphFormat being ignored.
Fixed issue with missing IF and FORUMLA fields in FieldMerging event.