Aspose.Words-Cloud 23.2.0

.NET Standard 2.0
dotnet add package Aspose.Words-Cloud --version 23.2.0
NuGet\Install-Package Aspose.Words-Cloud -Version 23.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="23.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 23.2.0
#r "nuget: Aspose.Words-Cloud, 23.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=23.2.0

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

.NET REST API for Cloud Document Processing

Version 23.2.0 Nuget

banner

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | 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 | Search | Free Support | Free Trial

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 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

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
23.2.0 252 2/9/2023
23.1.0 309 1/23/2023
22.12.0 587 12/8/2022
22.11.0 727 11/16/2022
22.10.0 418 10/18/2022
22.9.0 1,924 9/7/2022
22.8.0 1,451 8/11/2022
22.7.0 2,591 7/11/2022
22.6.0 505 6/9/2022
22.5.0 570 5/18/2022
22.4.0 526 4/13/2022
22.3.0 618 3/5/2022
22.2.0 718 2/14/2022
22.1.0 531 1/13/2022
21.12.0 995 12/8/2021
21.11.0 1,130 11/11/2021
21.10.0 482 10/19/2021
21.9.0 581 9/16/2021
21.8.0 370 9/1/2021
21.7.0 4,160 7/28/2021
21.6.0 658 7/1/2021
21.5.0 847 5/13/2021
21.4.0 388 4/15/2021
21.3.0 1,397 3/30/2021
21.2.0 798 2/11/2021
21.1.0 450 1/29/2021
20.11.0 802 11/19/2020
20.10.0 622 10/23/2020
20.9.0 5,817 9/18/2020
20.8.0 699 8/7/2020
20.7.0 882 7/6/2020
20.6.0 518 6/17/2020
20.5.0 944 5/13/2020
20.4.0 609 4/8/2020
20.3.0 685 3/19/2020
20.1.0 1,534 1/22/2020
19.12.0 552 12/28/2019
19.10.0 690 11/8/2019
19.9.1 698 10/2/2019
19.8.0 620 9/3/2019
19.7.0 2,153 7/29/2019
19.2.0 834 3/6/2019
18.9.0 3,769 10/8/2018
18.8.0 823 9/12/2018
18.7.0 892 8/16/2018
18.6.0 1,035 6/27/2018
18.5.2 952 6/14/2018
18.5.1 914 6/13/2018
18.5.0 964 6/1/2018
18.3.0 3,903 3/28/2018
17.11.0 1,104 11/30/2017
17.10.0 1,131 11/7/2017
1.0.11 1,424 9/27/2017
1.0.10 893 9/27/2017
1.0.9 932 9/22/2017
1.0.8 949 9/22/2017
1.0.7 965 8/14/2017
1.0.6 997 7/12/2017
1.0.5 3,225 1/6/2017
1.0.4 1,465 11/2/2016
1.0.3 966 10/20/2016
1.0.2 1,348 2/19/2016
1.0.1 1,115 1/12/2016
1.0.0 1,055 1/7/2016