Aspose.Words 21.6.0

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

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

Version 21.6 Nuget

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

Try our free online Apps demonstrating some of the most popular Aspose.Words functionality.

Aspose.Words for .NET is a powerful on-premise class library that can be used for numerous document processing tasks. It enables developers to enhance their own applications with features such as generating, modifying, converting, rendering, and printing documents, without relying on third-party applications, for example, Microsoft Word, or automation.

Word API Features

The following are some popular features of Aspose.Words for .NET:

  • Aspose.Words can be used to develop applications for a vast range of operating systems such as Windows or Linux & Mac OS and platforms such as Windows Azure, Xamarin.Android, or Xamarin.iOS & Xamarin.Mac.
  • Comprehensive document import and export with 35+ supported file formats. This allows users to convert documents from one popular format to another, for example, from DOCX into PDF or Markdown, or from PDF into various Word formats.
  • Programmatic access to the formatting properties of all document elements. For example, using Aspose.Words users can split a document into parts or compare two documents.
  • High fidelity rendering of document pages. For example, if it is needed to render a document as in Microsoft Word, Aspose.Words will successfully cope with this task.
  • Ability to print a document programmatically using Aspose.Words and the XpsPrint API or via dialog boxes.
  • Generate reports with Mail Merge, which allows filling in merge templates with data from various sources to create merged documents.
  • LINQ Reporting Engine to fetch data from databases, XML, JSON, OData, external documents, and much more.

Read & Write Document Formats

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

Read Document Formats

Microsoft Word: DocPreWord60 eBook: MOBI, CHM

Save Document As

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

Platform Independence

Aspose.Words for .NET API can be used to develop applications for a vast range of operating systems, such as Windows, Linux and Mac OS, and platforms. You can build both 32-bit and 64-bit applications, including ASP.NET, WCF, and WinForms. Aspose.Words for .NET can also be used via COM Interop from ASP, PHP, Perl, and Python.

You can also build applications with Mono, as well as on Windows Azure, Microsoft SharePoint, Microsoft Silverlight, Xamarin.Android, Xamarin.iOS, and Xamarin.Mac.

Get Started

Ready to give Aspose.Words for .NET a try?

Simply run Install-Package Aspose.Words from the Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Words for .NET and want to upgrade the version, please run Update-Package Aspose.Words to get the latest version.

You can run the following snippets in your environment to see how Aspose.Words works, or check out the GitHub Repository for other common use cases.

Using C# to Create a DOCX File from Scratch

Aspose.Words for .NET allows you to create a new blank document and add content to this document.

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

// Use a document builder to add content to the document.
DocumentBuilder builder = new DocumentBuilder(doc);
// Write a new paragraph in the document with the text "Hello World!".
builder.Writeln("Hello World!");

// Save the document in DOCX format. Save format is automatically determined from the file extension.
doc.Save(dir + "output.docx");

Using C# to Convert a Word Document to HTML

Aspose.Words for .NET also allows you to convert Microsoft Word formats to PDF, XPS, Markdown, HTML, JPEG, TIFF, and other file formats. The following snippet demonstrates the conversion from DOCX to HTML:

// Load the document from the disc.
Document doc = new Document(dir + "TestDocument.docx");

// Save the document to HTML format.
doc.Save(dir + "output.html");

Using C# to Import PDF and Save as a DOCX File

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

// Load the PDF document from the disc.
Document doc = new Document(dir + "TestDocument.pdf");

// Save the document to DOCX format.
doc.Save(dir + "output.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 net20 net35 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 17,053 3/6/2023
23.2.0 39,764 2/2/2023
23.1.0 46,793 1/6/2023
22.12.0 70,140 12/1/2022
22.11.0 95,861 11/3/2022
22.10.0 87,781 10/6/2022
22.9.0 234,589 9/5/2022
22.8.0 283,992 8/2/2022
22.7.0 89,685 7/4/2022
22.6.0 116,857 6/3/2022
22.5.0 154,754 5/3/2022
22.4.0 97,821 4/1/2022
22.3.0 230,653 2/28/2022
22.2.0 118,583 2/2/2022
22.1.0 150,719 12/29/2021
21.12.0 93,011 12/8/2021
21.11.0 129,429 11/5/2021
21.10.0 132,253 10/7/2021
21.9.0 152,071 9/2/2021
21.8.0 171,025 8/3/2021
21.7.0 239,308 7/2/2021
21.6.0 189,599 6/3/2021
21.5.0 186,223 5/4/2021
21.4.0 124,663 4/1/2021
21.3.0 159,074 3/5/2021
21.2.0 184,755 2/3/2021
21.1.0 173,940 12/29/2020
20.12.0 253,662 12/4/2020
20.11.0 127,789 11/9/2020
20.10.0 110,749 10/6/2020
20.9.0 186,667 9/3/2020
20.8.0 151,443 8/4/2020
20.7.0 206,598 7/3/2020
20.6.0 241,873 6/3/2020
20.5.0 180,098 5/4/2020
20.4.0 155,004 4/3/2020
20.3.0 176,144 3/3/2020
20.2.0 159,055 2/4/2020
20.1.0 305,178 12/30/2019
19.12.0 131,446 12/5/2019
19.11.0 219,075 11/5/2019
19.10.0 125,580 10/4/2019
19.9.0 228,612 9/4/2019
19.8.0 104,608 8/9/2019
19.7.0 166,511 7/3/2019
19.6.0 109,701 6/3/2019
19.5.0 148,866 5/7/2019
19.4.0 182,037 4/2/2019
19.3.0 104,824 3/4/2019
19.2.0 217,615 2/1/2019
19.1.0 104,493 12/26/2018
18.12.0 149,458 12/4/2018
18.11.0 132,899 11/2/2018
18.10.0 104,502 10/3/2018
18.9.0 97,244 9/3/2018
18.8.0 66,790 8/1/2018
18.7.0 111,743 7/4/2018
18.6.0 190,694 6/1/2018
18.5.0 71,000 5/2/2018
18.4.0 59,469 4/2/2018
18.3.0 43,817 3/2/2018
18.2.0 51,748 2/1/2018
18.1.0 100,453 12/26/2017
17.12.0 72,982 12/6/2017
17.11.0 29,931 11/15/2017
17.10.0 48,277 10/9/2017
17.9.0 33,162 9/5/2017
17.8.0 134,864 8/6/2017
17.7.0 66,520 7/6/2017
17.6.0 39,205 6/6/2017
17.5.0 25,102 5/15/2017
17.4.0 48,532 4/4/2017
17.3.0 65,176 3/6/2017
17.2.0 73,235 2/6/2017
17.1.0 25,881 1/16/2017
16.12.0 45,676 12/11/2016
16.11.0 73,550 11/3/2016
16.10.0 42,680 10/12/2016
16.8.0 63,943 9/10/2016
16.7.0 55,631 8/9/2016
16.6.0 17,709 7/13/2016
16.5.0 29,679 6/23/2016
16.4.0 82,958 5/12/2016
16.3.0 25,010 4/11/2016
16.2.0 30,974 3/16/2016
16.1.0 110,067 2/3/2016
15.12.0 40,791 12/26/2015
15.11.0 21,919 12/5/2015
15.10.0 54,629 11/5/2015
15.9.0 39,821 10/12/2015
15.8.1 40,610 9/5/2015
15.7.0 164,674 8/7/2015
15.6.0 76,257 7/4/2015
15.5.0 14,964 6/7/2015
15.4.0 80,164 5/10/2015
15.3.0 13,523 4/2/2015
15.2.0 49,772 3/6/2015
15.1.0 20,152 2/8/2015
14.12.0 36,231 1/10/2015
14.11.0 11,446 12/8/2014
14.10.0 24,046 11/8/2014
14.9.0 11,691 10/17/2014
14.8.0 13,572 9/10/2014
14.7.0 15,435 8/7/2014
14.6.0 13,569 7/7/2014
14.5.0 56,705 6/3/2014
14.4.0 11,367 5/4/2014
14.3.0 7,223 4/7/2014
14.2.0 15,915 3/14/2014
14.1.0 45,838 2/10/2014
13.12.0 49,418 1/12/2014
13.11.0 31,343 12/10/2013
13.10.0 3,380 11/12/2013
13.9.0 91,254 10/9/2013
13.8.0 18,893 9/4/2013
13.7.0 30,672 8/4/2013
13.6.0 55,195 7/3/2013
13.5.0 9,352 6/4/2013
13.4.0 40,767 5/7/2013
13.3.0 19,541 4/3/2013
13.2.0 9,097 3/4/2013
13.1.0 20,591 2/3/2013
11.11.0 19,383 12/31/2012
11.10.0 32,653 12/4/2012
11.9.0 38,603 11/3/2012
11.8.0 49,703 10/7/2012
11.7.0 7,924 9/3/2012
11.6.0 6,201 8/2/2012
11.5.0 2,478 7/3/2012
11.4.0 18,143 6/4/2012
11.3.0 4,440 5/2/2012
11.2.0 5,004 4/10/2012
11.1.0 3,599 3/3/2012
11.0.0.1 1,975 2/16/2012
11.0.0 3,110 2/1/2012
10.8.0 21,414 1/24/2012