Aspose.Words-Cloud 20.7.0

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

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

.NET REST API for Cloud Document Processing

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 desired file format along with detailed settings.
  • Convert an encrypted PDF document into MS Word document format.
  • So many more features.

New Features & Enhancements in Version 20.7

Words Cloud changes

  • Added Markdown save format.

PDF to Word conversion improvements

  • Corrected KeyNotFoundException and InvalidOperationException errors while loading a PDF.
  • Implemented first version of footnote detection.
  • Corrected recognition for page headers with image and text.
  • Fixed an ObjectDisposedException when PDF is loaded from a stream.

For the detiled notes, please visit Aspose.Words Cloud 20.7 Release Notes.

Read & Write Document Formats

Microsoft Word: DOC, DOCX, RTF, DOT, DOTX, DOTM, FlatOPC (XML) OpenOffice: ODT, OTT WordprocessingML: XML Web: HTML, MHTML, HtmlFixed Text: TXT Fixed Layout: PDF

Save Document As

Fixed Layout: PDF/A, XPS, OpenXPS, PS Images: JPEG, PNG, BMP, SVG, TIFF, EMF Others: PCL, Markdown

Getting Started with Aspose.Words Cloud SDK for .NET

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 other common usage scenarios.

Use C# to Create a New MS Word DOCX Cloud Document

The following C# code sample elaborates, how to programmatically create a new Microsoft Word DOCX document in the cloud:

//Please get the AppKey and the AppSID from https://dashboard.aspose.cloud/

var fileName = "NewDocument.docx";
string folder = null; // File exists at the root of the storage

var request = new PutCreateDocumentRequest { FileName = fileName, Folder = folder };

var actual = wordsApi.PutCreateDocument(request);

Convert DOCX Document to PDF via C# Code

The following code sample demonstrates, how to convert a DOCX cloud document from PDF using C# code:

//Please get the AppKey and the AppSID from https://dashboard.aspose.cloud/

var fileName = "input.docx";
var format = "pdf";

var request = new PutConvertDocumentRequest(File.OpenRead(@"c:\Data\" + fileName), format);
var result = wordsApi.PutConvertDocument(request);

Product Page | Documentation | Demo | API Reference | Examples | Blog | 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 net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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.3.0 114 3/22/2024
24.2.0 264 2/26/2024
24.1.0 634 1/15/2024
23.12.0 710 12/11/2023
23.11.0 1,884 11/13/2023
23.10.0 484 10/13/2023
23.9.0 595 9/13/2023
23.8.1 1,010 8/24/2023
23.8.0 507 8/22/2023
23.7.0 1,763 7/20/2023
23.6.0 581 7/14/2023
23.5.0 716 6/24/2023
23.4.0 1,676 5/17/2023
23.3.0 2,258 4/7/2023
23.2.0 2,197 2/9/2023
23.1.0 1,006 1/23/2023
22.12.0 2,187 12/8/2022
22.11.0 2,065 11/16/2022
22.10.0 1,081 10/18/2022
22.9.0 4,429 9/7/2022
22.8.0 3,876 8/11/2022
22.7.0 5,490 7/11/2022
22.6.0 1,221 6/9/2022
22.5.0 1,157 5/18/2022
22.4.0 1,114 4/13/2022
22.3.0 1,231 3/5/2022
22.2.0 1,284 2/14/2022
22.1.0 1,182 1/13/2022
21.12.0 1,536 12/8/2021
21.11.0 1,644 11/11/2021
21.10.0 984 10/19/2021
21.9.0 1,168 9/16/2021
21.8.0 918 9/1/2021
21.7.0 7,177 7/28/2021
21.6.0 1,170 7/1/2021
21.5.0 1,438 5/13/2021
21.4.0 893 4/15/2021
21.3.0 2,275 3/30/2021
21.2.0 1,421 2/11/2021
21.1.0 1,064 1/29/2021
20.11.0 1,727 11/19/2020
20.10.0 1,232 10/23/2020
20.9.0 6,442 9/18/2020
20.8.0 1,297 8/7/2020
20.7.0 1,448 7/6/2020
20.6.0 1,125 6/17/2020
20.5.0 1,607 5/13/2020
20.4.0 1,234 4/8/2020
20.3.0 1,275 3/19/2020
20.1.0 2,145 1/22/2020
19.12.0 1,138 12/28/2019
19.10.0 1,287 11/8/2019
19.9.1 1,296 10/2/2019
19.8.0 1,217 9/3/2019
19.7.0 3,633 7/29/2019
19.2.0 1,441 3/6/2019
18.9.0 4,431 10/8/2018
18.8.0 1,452 9/12/2018
18.7.0 1,533 8/16/2018
18.6.0 1,668 6/27/2018
18.5.2 1,624 6/14/2018
18.5.1 1,520 6/13/2018
18.5.0 1,606 6/1/2018
18.3.0 4,550 3/28/2018
17.11.0 1,753 11/30/2017
17.10.0 1,786 11/7/2017
1.0.11 2,403 9/27/2017
1.0.10 1,501 9/27/2017
1.0.9 1,509 9/22/2017
1.0.8 1,561 9/22/2017
1.0.7 1,619 8/14/2017
1.0.6 1,590 7/12/2017
1.0.5 3,867 1/6/2017
1.0.4 2,102 11/2/2016
1.0.3 1,575 10/20/2016
1.0.2 1,981 2/19/2016
1.0.1 1,725 1/12/2016
1.0.0 1,689 1/7/2016