Aspose.Words-Cloud
20.6.0
See the version list below for details.
dotnet add package Aspose.Words-Cloud --version 20.6.0
NuGet\Install-Package Aspose.Words-Cloud -Version 20.6.0
<PackageReference Include="Aspose.Words-Cloud" Version="20.6.0" />
paket add Aspose.Words-Cloud --version 20.6.0
#r "nuget: Aspose.Words-Cloud, 20.6.0"
// Install Aspose.Words-Cloud as a Cake Addin #addin nuget:?package=Aspose.Words-Cloud&version=20.6.0 // Install Aspose.Words-Cloud as a Cake Tool #tool nuget:?package=Aspose.Words-Cloud&version=20.6.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.6
Words Cloud changes
- Added new
OoxmlSaveOption
CompressionLevel. - Added group of methods without nodePath property:
DeleteAllParagraphTabStops
DeleteParagraphListFormat
DeleteParagraphTabStop
GetParagraphTabStops
InsertOrUpdateParagraphTabStop
InsertParagraph
UpdateParagraphFormat
UpdateParagraphListFormat
PDF to Word conversion improvements
- Implemented clipping path detection for
W
andW*
operators. - Added support for
PDF
files with earlyEOFs
. - Slightly improved speed of
PDF
recognition workflow. - Corrected space detection between links on the same row.
- Fixed a rare concurrency error in font loading code.
For the detiled notes, please visit Aspose.Words Cloud 20.6 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
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 | Versions 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. |
-
.NETFramework 2.0
- Newtonsoft.Json (>= 10.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.1)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
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.10.0 | 127 | 10/10/2024 |
24.9.0 | 927 | 9/16/2024 |
24.8.0 | 190 | 8/9/2024 |
24.7.0 | 1,492 | 7/23/2024 |
24.6.0 | 368 | 6/21/2024 |
24.5.0 | 765 | 5/18/2024 |
24.4.0 | 1,634 | 4/11/2024 |
24.3.0 | 521 | 3/22/2024 |
24.2.0 | 365 | 2/26/2024 |
24.1.0 | 1,912 | 1/15/2024 |
23.12.0 | 1,575 | 12/11/2023 |
23.11.0 | 3,437 | 11/13/2023 |
23.10.0 | 546 | 10/13/2023 |
23.9.0 | 665 | 9/13/2023 |
23.8.1 | 1,263 | 8/24/2023 |
23.8.0 | 562 | 8/22/2023 |
23.7.0 | 2,130 | 7/20/2023 |
23.6.0 | 643 | 7/14/2023 |
23.5.0 | 782 | 6/24/2023 |
23.4.0 | 1,946 | 5/17/2023 |
23.3.0 | 2,387 | 4/7/2023 |
23.2.0 | 2,681 | 2/9/2023 |
23.1.0 | 1,092 | 1/23/2023 |
22.12.0 | 2,363 | 12/8/2022 |
22.11.0 | 2,503 | 11/16/2022 |
22.10.0 | 1,137 | 10/18/2022 |
22.9.0 | 4,855 | 9/7/2022 |
22.8.0 | 5,523 | 8/11/2022 |
22.7.0 | 6,973 | 7/11/2022 |
22.6.0 | 1,339 | 6/9/2022 |
22.5.0 | 1,238 | 5/18/2022 |
22.4.0 | 1,163 | 4/13/2022 |
22.3.0 | 1,307 | 3/5/2022 |
22.2.0 | 1,346 | 2/14/2022 |
22.1.0 | 1,241 | 1/13/2022 |
21.12.0 | 1,599 | 12/8/2021 |
21.11.0 | 1,708 | 11/11/2021 |
21.10.0 | 1,038 | 10/19/2021 |
21.9.0 | 1,228 | 9/16/2021 |
21.8.0 | 961 | 9/1/2021 |
21.7.0 | 7,342 | 7/28/2021 |
21.6.0 | 1,232 | 7/1/2021 |
21.5.0 | 1,502 | 5/13/2021 |
21.4.0 | 948 | 4/15/2021 |
21.3.0 | 2,546 | 3/30/2021 |
21.2.0 | 1,529 | 2/11/2021 |
21.1.0 | 1,112 | 1/29/2021 |
20.11.0 | 1,997 | 11/19/2020 |
20.10.0 | 1,284 | 10/23/2020 |
20.9.0 | 6,509 | 9/18/2020 |
20.8.0 | 1,355 | 8/7/2020 |
20.7.0 | 1,503 | 7/6/2020 |
20.6.0 | 1,184 | 6/17/2020 |
20.5.0 | 1,664 | 5/13/2020 |
20.4.0 | 1,293 | 4/8/2020 |
20.3.0 | 1,328 | 3/19/2020 |
20.1.0 | 2,192 | 1/22/2020 |
19.12.0 | 1,198 | 12/28/2019 |
19.10.0 | 1,341 | 11/8/2019 |
19.9.1 | 1,354 | 10/2/2019 |
19.8.0 | 1,272 | 9/3/2019 |
19.7.0 | 4,354 | 7/29/2019 |
19.2.0 | 1,508 | 3/6/2019 |
18.9.0 | 4,517 | 10/8/2018 |
18.8.0 | 1,506 | 9/12/2018 |
18.7.0 | 1,595 | 8/16/2018 |
18.6.0 | 1,732 | 6/27/2018 |
18.5.2 | 1,681 | 6/14/2018 |
18.5.1 | 1,578 | 6/13/2018 |
18.5.0 | 1,667 | 6/1/2018 |
18.3.0 | 4,607 | 3/28/2018 |
17.11.0 | 1,813 | 11/30/2017 |
17.10.0 | 1,840 | 11/7/2017 |
1.0.11 | 2,870 | 9/27/2017 |
1.0.10 | 1,551 | 9/27/2017 |
1.0.9 | 1,578 | 9/22/2017 |
1.0.8 | 1,622 | 9/22/2017 |
1.0.7 | 1,671 | 8/14/2017 |
1.0.6 | 1,650 | 7/12/2017 |
1.0.5 | 3,934 | 1/6/2017 |
1.0.4 | 2,158 | 11/2/2016 |
1.0.3 | 1,659 | 10/20/2016 |
1.0.2 | 2,039 | 2/19/2016 |
1.0.1 | 1,805 | 1/12/2016 |
1.0.0 | 1,746 | 1/7/2016 |