Aspose.Words-Cloud 24.2.0

dotnet add package Aspose.Words-Cloud --version 24.2.0
NuGet\Install-Package Aspose.Words-Cloud -Version 24.2.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-Cloud" Version="24.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Words-Cloud --version 24.2.0
#r "nuget: Aspose.Words-Cloud, 24.2.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-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Words-Cloud&version=24.2.0

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

.NET REST API for Cloud Document Processing

Version 24.2.0 NuGet

banner

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial

This cloud SDK provides seamless integration of cloud document processing & manipulation features into your cloud-based C#, ASP.NET & other .NET apps.

Document Processing Features

  • Programmatically create new documents of various file formats.
  • Fetch a web page via its URL and save it in Microsoft Word file format.
  • Get document information, by default, in JSON/XML representation.
  • Fetch statistical data of a document.
  • Render complex elements (table, DrawingObject, etc.) of the document in supported formats.
  • Remove all macros contained in a specific document.
  • Convert a document to the desired file format along with detailed settings.
  • Convert an encrypted PDF document into MS Word document format.
  • So many more features.

Read & Write Document Formats

Microsoft Word: DOC, DOT, DOCX, DOCM, DOTX, DOTM, WordML, RTF
OpenOffice: ODT, OTT
OpenOffice XML: FlatOpc, FlatOpcMacroEnabled, FlatOpcTemplate, FlatOpcTemplateMacroEnabled
Text: TXT
Markdown: MD
Fixed Layout: PDF

Save Document As

Fixed Layout: XPS, OpenXPS (Ecma-388), XamlFixed, HtmlFixed
Vector Graphics: SVG
PostScript: PS
Printing Control: PCL
eBook: EPUB
Markup (Beta): XamlFlow, XamlFlowPack
Images: TIFF, PNG, BMP, JPEG, GIF
Vector Metafile: EMF

Supported Read Formats

eBook: MOBI, CHM

Get Started

You do not need to install anything to get started with Aspose.Words Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.

Simply execute Install-Package Aspose.Words-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.Words assembly in your project. If you already have Aspose.Words Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Words-Cloud to get the latest version.

Please check the GitHub Repository for common usage scenarios.

Create a DOCX File using REST API

// for complete examples, please visit https://github.com/aspose-words-cloud/aspose-words-cloud-dotnet
   // Get Client Id and Client Secret from https://dashboard.aspose.cloud
   string MyClientId = "My-Client-Id";
   string MyClientSecret = "My-Client-Secret";

   // Create instance of the API
   var configuration = new Configuration
   {
      ClientId = MyClientId,
      ClientSecret = MyClientSecret
   };
   var apiInstance = new WordsApi(configuration);

   // Create request
   var request = new CreateDocumentRequest
   {
      FileName = "New-Document.docx",
      Folder = "WordDocs",
      Storage = "First"
   };

   // Create new word DOCX document
   var response = apiInstance.CreateDocument(request);

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial

Product 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.  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 net461 was computed.  net462 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.0 215 2/26/2024
24.1.0 536 1/15/2024
23.12.0 677 12/11/2023
23.11.0 1,821 11/13/2023
23.10.0 484 10/13/2023
23.9.0 573 9/13/2023
23.8.1 954 8/24/2023
23.8.0 482 8/22/2023
23.7.0 1,734 7/20/2023
23.6.0 561 7/14/2023
23.5.0 695 6/24/2023
23.4.0 1,593 5/17/2023
23.3.0 2,193 4/7/2023
23.2.0 2,132 2/9/2023
23.1.0 984 1/23/2023
22.12.0 2,135 12/8/2022
22.11.0 2,004 11/16/2022
22.10.0 1,059 10/18/2022
22.9.0 4,372 9/7/2022
22.8.0 3,775 8/11/2022
22.7.0 5,414 7/11/2022
22.6.0 1,191 6/9/2022
22.5.0 1,139 5/18/2022
22.4.0 1,097 4/13/2022
22.3.0 1,204 3/5/2022
22.2.0 1,263 2/14/2022
22.1.0 1,165 1/13/2022
21.12.0 1,513 12/8/2021
21.11.0 1,619 11/11/2021
21.10.0 962 10/19/2021
21.9.0 1,140 9/16/2021
21.8.0 893 9/1/2021
21.7.0 7,110 7/28/2021
21.6.0 1,146 7/1/2021
21.5.0 1,418 5/13/2021
21.4.0 871 4/15/2021
21.3.0 2,244 3/30/2021
21.2.0 1,396 2/11/2021
21.1.0 1,034 1/29/2021
20.11.0 1,662 11/19/2020
20.10.0 1,208 10/23/2020
20.9.0 6,416 9/18/2020
20.8.0 1,273 8/7/2020
20.7.0 1,428 7/6/2020
20.6.0 1,101 6/17/2020
20.5.0 1,582 5/13/2020
20.4.0 1,209 4/8/2020
20.3.0 1,263 3/19/2020
20.1.0 2,126 1/22/2020
19.12.0 1,119 12/28/2019
19.10.0 1,265 11/8/2019
19.9.1 1,268 10/2/2019
19.8.0 1,197 9/3/2019
19.7.0 3,575 7/29/2019
19.2.0 1,420 3/6/2019
18.9.0 4,418 10/8/2018
18.8.0 1,423 9/12/2018
18.7.0 1,511 8/16/2018
18.6.0 1,648 6/27/2018
18.5.2 1,599 6/14/2018
18.5.1 1,496 6/13/2018
18.5.0 1,587 6/1/2018
18.3.0 4,524 3/28/2018
17.11.0 1,728 11/30/2017
17.10.0 1,762 11/7/2017
1.0.11 2,373 9/27/2017
1.0.10 1,481 9/27/2017
1.0.9 1,480 9/22/2017
1.0.8 1,536 9/22/2017
1.0.7 1,596 8/14/2017
1.0.6 1,570 7/12/2017
1.0.5 3,843 1/6/2017
1.0.4 2,076 11/2/2016
1.0.3 1,556 10/20/2016
1.0.2 1,958 2/19/2016
1.0.1 1,706 1/12/2016
1.0.0 1,663 1/7/2016