Spire.Doc
11.1.4
See the version list below for details.
dotnet add package Spire.Doc --version 11.1.4
NuGet\Install-Package Spire.Doc -Version 11.1.4
<PackageReference Include="Spire.Doc" Version="11.1.4" />
paket add Spire.Doc --version 11.1.4
#r "nuget: Spire.Doc, 11.1.4"
// Install Spire.Doc as a Cake Addin
#addin nuget:?package=Spire.Doc&version=11.1.4
// Install Spire.Doc as a Cake Tool
#tool nuget:?package=Spire.Doc&version=11.1.4
.NET Library to Create, Manipulate & Convert Word Documents
Product Page | Documentation | Examples | Forum | Temporary License | Customized Demo
Spire.Doc for .NET is a professional Word API that enables developers to create, read, manipulate, convert and print Word documents in .NET (C#, VB.NET, ASP.NET, .NET Core, .NET Standard and Xamarin) applications without installing Microsoft Office.
By using this multi-functional API, developers are able to perform various Word document processing tasks with ease, like inserting image, hyperlink, digital signature, bookmark, watermark, setting header & footer, creating table, setting background image, adding footnote & endnote and many more.
Standalone .NET API
Spire.Doc for .NET is a totally independent API, it doesn't require Microsoft Office or any other third-party libraries to be installed on system.
Support Both Old and New Word Versions
- Word 97-2003
- Word 2007
- Word 2010
- Word 2013
- Word 2016
- Word 2019
Support a Rich Set of Word Elements
Spire.Doc for .NET supports almost all Word document elements, including sections, headers, footers, footnotes, endnotes, paragraphs, lists, tables, text, fields, hyperlinks, bookmarks, watermarks, math equations, mail merge, comments, images, styles, background settings, digital signature, document printing, document settings, document encryption and decryption. Furthermore, drawing objects including shapes, textboxes, images, OLE objects and content controls are supported as well.
High Quality File Conversions
Using Spire.Doc for .NET, developers can:
- Convert Word to XML, Word to RTF, Word to TXT, Word to HTML, Word to ODT and vice versa
- Convert Word to PDF, Word to PDF/A, Word to SVG, Word to PCL, Word to PostScript, Word to XPS and Word to EPUB
- Convert Word to image (PNG, JPG, TIFF, BMP, EMF)
- Convert Word to WordXML
- Convert HTML to Word, HTML string to Word
- Convert HTML to PDF, HTML to image, HTML to XML, HTML to XPS
- Convert XML to PDF
- Convert RTF to HTML, RTF to PDF
Examples
Create a Word Document in C#
//Create a Document instance
Document doc = new Document();
//Add a section
Section section = doc.AddSection();
//Add a paragraph
Paragraph para = section.AddParagraph();
//Append text to the paragraph
para.AppendText("Hello World");
//Save the result document
doc.SaveToFile(@"C:\Users\Administrator\Desktop\Output.docx", FileFormat.Docx2013);
Convert Word to PDF, HTML and XPS in C#
//Create a Document instance
Document document = new Document();
//Load a sample document
document.LoadFromFile(@"C:\Users\Administrator\Desktop\Template.docx");
//Save to PDF
document.SaveToFile("Sample.pdf", FileFormat.PDF);
//Save to HTML
document.SaveToFile("toHTML.html", FileFormat.Html);
//Save to XPS
document.SaveToFile("Sample.xps", FileFormat.XPS);
Convert Word to Image in C#
//Create a Document instance
Document document = new Document();
//Load a sample document
document.LoadFromFile(@"C:\Users\Administrator\Desktop\Template.docx");
//Save to PNG image
for (int i = 0; i < document.PageCount; i++)
{
Image img = document.SaveToImages(i, Spire.Doc.Documents.ImageType.Metafile);
String fileName = String.Format("img-{0}.png", i);
img.Save(fileName, System.Drawing.Imaging.ImageFormat.Png);
}
Product Page | Documentation | Examples | Forum | Temporary License | Customized Demo
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
Xamarin.iOS | xamarinios |
-
.NETCoreApp 2.0
- System.Drawing.Common (>= 4.5.0)
- System.Security.Cryptography.Xml (>= 4.5.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
MonoAndroid 0.0
- SkiaSharp (>= 1.68.0)
- System.Security.Cryptography.Xml (>= 4.6.0)
- System.Text.Encoding.CodePages (>= 4.6.0)
-
net6.0
- System.Drawing.Common (>= 6.0.0)
- System.Security.Cryptography.Xml (>= 6.0.0)
- System.Security.Permissions (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
Xamarin.iOS 0.0
- SkiaSharp (>= 1.68.0)
- System.Security.Cryptography.Xml (>= 4.6.0)
- System.Text.Encoding.CodePages (>= 4.6.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Spire.Doc:
Package | Downloads |
---|---|
Zxs.Kernel.Buildin
26dfc2daf215c8e4a5917f1cdd730a18f51e4c5f |
|
Grebok.Extensions
Grebok Framework |
|
ExperimentSystem
Save Importent Data For Experiment |
|
ExchangeInteraction
Description |
|
14All
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Spire.Doc:
Repository | Stars |
---|---|
hanjunjun/Titan.Blog.WebAPP
ASP.NET Core WebAPI前后端分离,后端框架
|
Version | Downloads | Last updated |
---|---|---|
11.3.1 | 1,880 | 3/10/2023 |
11.2.3 | 4,949 | 2/17/2023 |
11.1.4 | 3,567 | 1/28/2023 |
11.1.0 | 4,527 | 1/6/2023 |
10.12.4 | 2,188 | 12/29/2022 |
10.11.9 | 4,818 | 11/30/2022 |
10.11.0 | 6,528 | 11/8/2022 |
10.10.4 | 8,716 | 10/17/2022 |
10.9.6 | 11,348 | 9/22/2022 |
10.9.1 | 3,334 | 9/8/2022 |
10.7.16 | 15,038 | 8/1/2022 |
10.7.0 | 8,240 | 7/12/2022 |
10.6.6 | 13,471 | 6/17/2022 |
10.5.9 | 5,089 | 5/27/2022 |
10.4.6 | 21,865 | 4/28/2022 |
10.4.5 | 4,567 | 4/20/2022 |
10.3.5 | 14,951 | 3/18/2022 |
10.3.3 | 9,656 | 3/10/2022 |
10.2.11 | 12,726 | 2/24/2022 |
10.1.14 | 32,008 | 1/30/2022 |
10.1.0 | 3,668 | 1/25/2022 |
9.12.12 | 14,955 | 12/29/2021 |
9.12.7 | 12,670 | 12/17/2021 |
9.12.3 | 2,462 | 12/14/2021 |
9.11.6 | 15,626 | 11/12/2021 |
9.11.5 | 1,850 | 11/11/2021 |
9.10.9 | 9,803 | 10/27/2021 |
9.10.0 | 16,081 | 10/9/2021 |
9.9.6 | 13,927 | 9/17/2021 |
9.8.6 | 18,502 | 8/23/2021 |
9.7.14 | 11,125 | 7/27/2021 |
9.7.3 | 17,029 | 7/7/2021 |
9.6.10 | 10,594 | 6/11/2021 |
9.6.2 | 4,704 | 6/10/2021 |
9.4.18 | 15,526 | 4/30/2021 |
9.4.12 | 6,181 | 4/19/2021 |
9.4.1 | 10,913 | 4/2/2021 |
9.3.6 | 9,175 | 3/17/2021 |
9.3.3 | 2,722 | 3/12/2021 |
9.2.0 | 67,519 | 2/3/2021 |
9.1.0 | 6,080 | 1/18/2021 |
8.12.14 | 11,521 | 12/28/2020 |
8.12.9 | 3,770 | 12/18/2020 |
8.11.15 | 9,652 | 11/26/2020 |
8.11.9 | 8,411 | 11/18/2020 |
8.10.4 | 16,312 | 10/22/2020 |
8.10.0 | 6,102 | 10/13/2020 |
8.9.6 | 8,717 | 9/11/2020 |
8.8.2 | 8,651 | 8/17/2020 |
8.7.5 | 23,064 | 7/13/2020 |
8.6.3 | 27,613 | 6/5/2020 |
8.5.9 | 5,408 | 5/28/2020 |
8.4.10 | 11,895 | 4/29/2020 |
8.4.7 | 120,919 | 4/22/2020 |
8.4.2 | 3,272 | 4/15/2020 |
8.4.0 | 871 | 4/14/2020 |
8.3.15 | 6,654 | 3/25/2020 |
8.3.8 | 6,336 | 3/13/2020 |
8.3.0 | 2,896 | 3/3/2020 |
8.2.9 | 6,978 | 2/14/2020 |
8.2.4 | 3,183 | 2/12/2020 |
8.1.10 | 12,408 | 1/22/2020 |
8.1.4 | 2,113 | 1/16/2020 |
8.1.0 | 5,301 | 1/10/2020 |
7.12.23 | 17,519 | 12/20/2019 |
7.12.21 | 2,032 | 12/18/2019 |
7.11.1 | 24,805 | 11/6/2019 |
7.10.0 | 4,855 | 10/31/2019 |
7.9.9 | 9,854 | 9/29/2019 |
7.9.0 | 12,147 | 9/6/2019 |
7.8.12 | 5,434 | 8/22/2019 |
7.8.8 | 1,774 | 8/19/2019 |
7.7.23 | 12,569 | 7/31/2019 |
7.7.0 | 6,949 | 7/22/2019 |
7.6.16 | 7,001 | 7/1/2019 |
7.6.5 | 7,757 | 6/12/2019 |
7.5.9 | 5,455 | 5/17/2019 |
7.5.1 | 208,539 | 5/2/2019 |
7.4.14 | 1,299 | 4/26/2019 |
7.4.11 | 2,343 | 4/19/2019 |
7.4.6 | 2,431 | 4/11/2019 |
7.3.10 | 14,265 | 3/22/2019 |
7.3.3 | 11,554 | 3/8/2019 |
7.2.4 | 4,443 | 2/22/2019 |
7.1.19 | 37,586 | 2/2/2019 |
7.1.10 | 3,919 | 1/22/2019 |
7.1.0 | 26,255 | 1/3/2019 |
6.12.8 | 4,304 | 12/27/2018 |
6.12.4 | 2,197 | 12/14/2018 |
6.12.1 | 4,305 | 12/4/2018 |
6.11.9 | 11,670 | 11/22/2018 |
6.11.7 | 5,379 | 11/15/2018 |
6.11.5 | 2,861 | 11/12/2018 |
6.11.2 | 2,212 | 11/7/2018 |
6.10.6 | 4,106 | 10/26/2018 |
6.9.13 | 4,465 | 9/30/2018 |
6.9.11 | 9,165 | 9/25/2018 |
6.8.16 | 20,138 | 8/31/2018 |
6.8.11 | 3,137 | 8/22/2018 |
6.8.6 | 6,988 | 8/14/2018 |