Aspose.Words 23.1.0

.NET 6.0 .NET Standard 2.0 .NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Words --version 23.1.0
NuGet\Install-Package Aspose.Words -Version 23.1.0
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="Aspose.Words" Version="23.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Words --version 23.1.0
#r "nuget: Aspose.Words, 23.1.0"
#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.
// Install Aspose.Words as a Cake Addin
#addin nuget:?package=Aspose.Words&version=23.1.0

// Install Aspose.Words as a Cake Tool
#tool nuget:?package=Aspose.Words&version=23.1.0

Word Document Processing .NET API

Version 23.1 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Aspose.Words for .NET is a class library that can be used by C#, F#, VB.NET developers for a variety of document-processing tasks, including document generation, modification, converting, and rendering. Our library is self-sufficient and doesn't depend on any third-party software, such as Microsoft Word, OpenOffice, and similar office suites.

This package can be used to develop applications for a vast range of operating systems (Windows, Linux, macOS, iOS, Android) and platforms such as Windows Azure, Xamarin.Android, Xamarin.iOS, Xamarin.Mac. You can build both 32-bit and 64-bit software, including ASP.NET, WCF, and WinForms. Also, you can use our library via COM Interop from ASP, PHP, Perl, and Python programming languages.

Please note: our library implies the use of .NET programming languages, compatible with CLI infrastructure. If you require a corresponding native library for C++, you can download it from here. The Python version you can download from here.

Functionality

To become familiar with the most popular Aspose.Words functionality, please have a look at our free online applications.

Supported Formats

Read and Write Formats

Microsoft Word: DOC, DOT, DOCX, DOTX, DOTM, FlatOpc, FlatOpcMacroEnabled, FlatOpcTemplate, FlatOpcTemplateMacroEnabled, RTF, Microsoft Word 2003 WordprocessingML, XML
OpenDocument: ODT, OTT
Web: HTML, MHTML
Markdown: MD
Fixed Layout: PDF
Text: TXT
eBook: AZW3

Read-Only Formats

Microsoft Word: DocPreWord60
eBook: MOBI, CHM

Write-Only Formats

Fixed Layout: XPS, OpenXps
PostScript: PS
Printer: PCL
eBook: EPUB
Markup: XamlFixed, HtmlFixed, XamlFlow, XamlFlowPack
Image: SVG, TIFF, PNG, BMP, JPEG, GIF
Metafile: EMF

Getting Started

So, you probably want to jump up and start coding your document processing application on C#, F# or Visual Basic right away? Let us show you how to do it in a few easy steps.

Run Install-Package Aspose.Words from the Package Manager Console in Visual Studio to fetch the NuGet package. If you want to upgrade to the latest package version, please run Update-Package Aspose.Words.

You can run the following code snippets in C# to see how our library works. Also feel free to check out the GitHub Repository for other common use cases.

Create a DOCX using C#

Aspose.Words for .NET allows you to create a blank Word document and add content to the file.

// Create a Word document.
Document doc = new Document();

// Use a DocumentBuilder instance to add content to the file.
DocumentBuilder builder = new DocumentBuilder(doc);

// Write a new paragraph to the document.
builder.Writeln("This is an example of a Word document created in C#");

// Save it as a DOCX file. The output format is automatically determined by the filename extension.
doc.Save(dir + "OutputWordDocument.docx");

Create a PDF in C#

Aspose.Words for .NET allows you to create a new PDF file and fill it with data.

// Create a PDF document.
Document pdf = new Document();

// Use a DocumentBuilder instance to add content to the file.
DocumentBuilder builder = new DocumentBuilder(pdf);

// Write a new paragraph to the document.
builder.Writeln("This is an example of a PDF document created using C#");

// Save it as a PDF file.
pdf.Save(dir + "OutputDocument.pdf");

Convert a Word document to HTML with C#

You can convert Microsoft Word to PDF, XPS, Markdown, HTML, JPEG, TIFF, and other file formats. The following snippet demonstrates the conversion from DOCX to HTML:

// Load a Word file from the local drive.
Document doc = new Document(dir + "InputWordDocument.docx");

// Save it to HTML format.
doc.Save(dir + "OutputHtmlDocument.html");

Import a PDF and save as a DOCX via C#

In addition, you can import a PDF file into your .NET application and export it as a DOCX format file without the need to install Microsoft Word:

// Load a PDF file from the local drive.
Document pdf = new Document(dir + "InputDocument.pdf");

// Save it to DOCX format.
pdf.Save(dir + "OutputWordDocument.docx");

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

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 Standard netstandard2.0 netstandard2.1
.NET Framework net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (36)

Showing the top 5 NuGet packages that depend on Aspose.Words:

Package Downloads
Ewl

The Enterprise Web Library (EWL), together with its tailored infrastructure platform, is a highly opinionated foundation for web-based enterprise software.

TrueSight

Package Description

Aspose.Words.Shaping.HarfBuzz

Aspose.Words.Shaping.HarfBuzz is a .NET wrapper around HarfBuzz shaping engine for use in Aspose.Words. Free support for Aspose.Words for .NET is provided on our support forum: https://forum.aspose.com/ and on StackOverflow: https://stackoverflow.com/questions/tagged/aspose.words

GroupDocs.Classification

GroupDocs.Classification for .NET is an easy to use library that allows performing sentiment analysis (classification), document classification, and raw text categorization. Features: * Classifies both raw text and documents with IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. * Sentiment Analysis (Classification) supports Positive/Negative or Positive/Neutral/Negative taxonomies for English, Chinese, German, or Spanish languages. * Returns the probability of each class. Supported document formats: * Microsoft Word documents - DOC, DOT, DOCX, DOCM, DOTX, DOTM, TXT, RTF; * Open Document formats - ODP, ODS, ODT, OTT; * Portable Document Formats - PDF; For more details on the GroupDocs.Classification for .NET API, please visit GroupDocs website at: https://www.groupdocs.com/products/classification/net

fion.modelerp.core

ModelErp

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Aspose.Words:

Repository Stars
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
Version Downloads Last updated
23.3.0 14,153 3/6/2023
23.2.0 38,256 2/2/2023
23.1.0 45,312 1/6/2023
22.12.0 68,600 12/1/2022
22.11.0 93,691 11/3/2022
22.10.0 86,491 10/6/2022
22.9.0 232,237 9/5/2022
22.8.0 283,102 8/2/2022
22.7.0 89,092 7/4/2022
22.6.0 115,944 6/3/2022
22.5.0 153,662 5/3/2022
22.4.0 97,404 4/1/2022
22.3.0 229,268 2/28/2022
22.2.0 117,776 2/2/2022
22.1.0 149,819 12/29/2021
21.12.0 92,419 12/8/2021
21.11.0 128,755 11/5/2021
21.10.0 131,317 10/7/2021
21.9.0 151,583 9/2/2021
21.8.0 170,045 8/3/2021
21.7.0 238,773 7/2/2021
21.6.0 188,595 6/3/2021
21.5.0 185,264 5/4/2021
21.4.0 124,378 4/1/2021
21.3.0 158,318 3/5/2021
21.2.0 184,263 2/3/2021
21.1.0 173,614 12/29/2020
20.12.0 253,069 12/4/2020
20.11.0 127,293 11/9/2020
20.10.0 110,526 10/6/2020
20.9.0 186,228 9/3/2020
20.8.0 151,177 8/4/2020
20.7.0 205,789 7/3/2020
20.6.0 241,483 6/3/2020
20.5.0 179,824 5/4/2020
20.4.0 154,750 4/3/2020
20.3.0 175,861 3/3/2020
20.2.0 158,417 2/4/2020
20.1.0 304,722 12/30/2019
19.12.0 131,196 12/5/2019
19.11.0 218,682 11/5/2019
19.10.0 125,282 10/4/2019
19.9.0 227,866 9/4/2019
19.8.0 104,449 8/9/2019
19.7.0 166,229 7/3/2019
19.6.0 109,451 6/3/2019
19.5.0 148,451 5/7/2019
19.4.0 181,641 4/2/2019
19.3.0 104,647 3/4/2019
19.2.0 217,161 2/1/2019
19.1.0 104,272 12/26/2018
18.12.0 148,785 12/4/2018
18.11.0 132,394 11/2/2018
18.10.0 104,196 10/3/2018
18.9.0 97,069 9/3/2018
18.8.0 66,661 8/1/2018
18.7.0 111,530 7/4/2018
18.6.0 190,390 6/1/2018
18.5.0 70,752 5/2/2018
18.4.0 59,420 4/2/2018
18.3.0 43,734 3/2/2018
18.2.0 51,704 2/1/2018
18.1.0 100,184 12/26/2017
17.12.0 72,811 12/6/2017
17.11.0 29,822 11/15/2017
17.10.0 48,254 10/9/2017
17.9.0 33,126 9/5/2017
17.8.0 134,685 8/6/2017
17.7.0 66,419 7/6/2017
17.6.0 39,188 6/6/2017
17.5.0 25,074 5/15/2017
17.4.0 48,503 4/4/2017
17.3.0 65,117 3/6/2017
17.2.0 73,092 2/6/2017
17.1.0 25,853 1/16/2017
16.12.0 45,581 12/11/2016
16.11.0 73,420 11/3/2016
16.10.0 42,634 10/12/2016
16.8.0 63,864 9/10/2016
16.7.0 55,543 8/9/2016
16.6.0 17,678 7/13/2016
16.5.0 29,617 6/23/2016
16.4.0 82,854 5/12/2016
16.3.0 24,888 4/11/2016
16.2.0 30,879 3/16/2016
16.1.0 109,910 2/3/2016
15.12.0 40,733 12/26/2015
15.11.0 21,878 12/5/2015
15.10.0 54,510 11/5/2015
15.9.0 39,756 10/12/2015
15.8.1 40,544 9/5/2015
15.7.0 164,572 8/7/2015
15.6.0 76,164 7/4/2015
15.5.0 14,928 6/7/2015
15.4.0 80,037 5/10/2015
15.3.0 13,495 4/2/2015
15.2.0 49,671 3/6/2015
15.1.0 20,103 2/8/2015
14.12.0 36,149 1/10/2015
14.11.0 11,235 12/8/2014
14.10.0 24,031 11/8/2014
14.9.0 11,680 10/17/2014
14.8.0 13,572 9/10/2014
14.7.0 15,428 8/7/2014
14.6.0 13,567 7/7/2014
14.5.0 56,677 6/3/2014
14.4.0 11,343 5/4/2014
14.3.0 7,223 4/7/2014
14.2.0 15,875 3/14/2014
14.1.0 45,779 2/10/2014
13.12.0 49,355 1/12/2014
13.11.0 31,316 12/10/2013
13.10.0 3,380 11/12/2013
13.9.0 90,911 10/9/2013
13.8.0 18,863 9/4/2013
13.7.0 30,606 8/4/2013
13.6.0 55,080 7/3/2013
13.5.0 9,348 6/4/2013
13.4.0 40,696 5/7/2013
13.3.0 19,500 4/3/2013
13.2.0 9,084 3/4/2013
13.1.0 20,526 2/3/2013
11.11.0 19,371 12/31/2012
11.10.0 32,570 12/4/2012
11.9.0 38,515 11/3/2012
11.8.0 49,567 10/7/2012
11.7.0 7,901 9/3/2012
11.6.0 6,197 8/2/2012
11.5.0 2,471 7/3/2012
11.4.0 18,118 6/4/2012
11.3.0 4,439 5/2/2012
11.2.0 4,965 4/10/2012
11.1.0 3,599 3/3/2012
11.0.0.1 1,975 2/16/2012
11.0.0 3,104 2/1/2012
10.8.0 21,337 1/24/2012