Aspose.Words-Cloud
24.8.0
See the version list below for details.
dotnet add package Aspose.Words-Cloud --version 24.8.0
NuGet\Install-Package Aspose.Words-Cloud -Version 24.8.0
<PackageReference Include="Aspose.Words-Cloud" Version="24.8.0" />
paket add Aspose.Words-Cloud --version 24.8.0
#r "nuget: Aspose.Words-Cloud, 24.8.0"
// Install Aspose.Words-Cloud as a Cake Addin #addin nuget:?package=Aspose.Words-Cloud&version=24.8.0 // Install Aspose.Words-Cloud as a Cake Tool #tool nuget:?package=Aspose.Words-Cloud&version=24.8.0
.NET REST API for Cloud Document Processing
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.
What's New in v.24.8.0
This release of Aspose.Drawing for .NET includes several key features and improvements. Here are the highlights:
PDF to Word Conversion Improvements:
- Enhanced Paragraph Processing: Improved the handling of centered paragraphs during PDF to Word conversion, eliminating unnecessary spacing issues (WORDSNET-27163).
- Image Import Fixes: Resolved issues where images would disappear or import incorrectly during PDF to DOCX conversion (WORDSNET-27161).
- Corrected Text Positioning: Fixed issues related to the incorrect positioning of text in lists when converting PDFs to Word documents (WORDSNET-27166).
Bug Fixes:
- Cambodian Font Rendering: Fixed an issue where Cambodian fonts were displayed incorrectly after converting DOCX to PDF (WORDSCLOUD-2686).
- Filename Encoding: Ensured that non-ASCII filenames are correctly encoded in UTF-8 when processing outputs, maintaining consistency across various platforms (WORDSCLOUD-2794).
- Consistency in PDF Conversion: Addressed discrepancies between PDF conversion results obtained via API versions 1.1 and 4, ensuring consistent output (WORDSCLOUD-2784).
For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose Words Cloud 24.8 Release Notes.
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 | 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 | 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. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.WebUtilities (>= 2.2.0)
- Newtonsoft.Json (>= 13.0.1)
- System.Diagnostics.TraceSource (>= 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 | 128 | 10/10/2024 |
24.9.0 | 933 | 9/16/2024 |
24.8.0 | 190 | 8/9/2024 |
24.7.0 | 1,505 | 7/23/2024 |
24.6.0 | 368 | 6/21/2024 |
24.5.0 | 767 | 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,914 | 1/15/2024 |
23.12.0 | 1,575 | 12/11/2023 |
23.11.0 | 3,438 | 11/13/2023 |
23.10.0 | 546 | 10/13/2023 |
23.9.0 | 666 | 9/13/2023 |
23.8.1 | 1,263 | 8/24/2023 |
23.8.0 | 562 | 8/22/2023 |
23.7.0 | 2,132 | 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,683 | 2/9/2023 |
23.1.0 | 1,093 | 1/23/2023 |
22.12.0 | 2,363 | 12/8/2022 |
22.11.0 | 2,505 | 11/16/2022 |
22.10.0 | 1,138 | 10/18/2022 |
22.9.0 | 4,855 | 9/7/2022 |
22.8.0 | 5,528 | 8/11/2022 |
22.7.0 | 6,978 | 7/11/2022 |
22.6.0 | 1,341 | 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,547 | 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,342 | 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,683 | 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,872 | 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 |