Aspose.Slides-Cloud
20.7.0
See the version list below for details.
dotnet add package Aspose.Slides-Cloud --version 20.7.0
NuGet\Install-Package Aspose.Slides-Cloud -Version 20.7.0
<PackageReference Include="Aspose.Slides-Cloud" Version="20.7.0" />
paket add Aspose.Slides-Cloud --version 20.7.0
#r "nuget: Aspose.Slides-Cloud, 20.7.0"
// Install Aspose.Slides-Cloud as a Cake Addin #addin nuget:?package=Aspose.Slides-Cloud&version=20.7.0 // Install Aspose.Slides-Cloud as a Cake Tool #tool nuget:?package=Aspose.Slides-Cloud&version=20.7.0
.NET REST API to Process Presentation in Cloud
This REST API enables your C#, ASP.NET & other .NET cloud-based apps to process & manipulate PPT, PPTX, ODP, OTP presentations in the cloud.
Presentation Processing Features
- Fetch presentation images in any of the supported file formats.
- Copy layout side or clone master slide from the source presentation.
- Process slides shapes, slides notes, placeholders, colors & font theme info.
- Programmatically create presentation from HTML & export it to various formats.
- Merge multiple presentations or split single presentation into multiple ones.
- Extract and replace text from specific slide or entire presentation.
New Features & Enhancements in Version 20.7
- Added methods to modify chart series. The new resource is a subresource of shape. It works only for Chart shapes and allows to add, modify & delete chart series.
For the detailed notes, please visit Aspose.Slides Cloud 20.7 Release Notes.
Read & Write Presentation Formats
Microsoft PowerPoint: PPT, PPTX, PPS, PPSX, PPTM, PPSM, POTX, POTM OpenOffice: ODP, OTP, FODP
Save Presentation As
Fixed Layout: PDF, PDF/A, XPS Images: JPEG, PNG, BMP, TIFF, SVG Web: HTML Other: SWF (export whole presentations)
Getting Started with Aspose.Slides Cloud SDK for .NET
You do not need to install anything to get started with Aspose.Slides Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.
Simply execute Install-Package Aspose.Slides-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.Slides assembly in your project. If you already have Aspose.Slides Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Slides-Cloud
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Convert PPTX Presentation to JPEG Format via C# Code
The following C# code sample elaborates, how to easily convert a cloud-based Microsoft PowerPoint presentation PPTX file to JPEG image format via REST API:
PostSlidesSaveAsRequest request = new PostSlidesSaveAsRequest();
// the presentation that is to be converted
request.Name="Input_Presentation.pptx";
// the export format for the PPTX file
request.Format=ExportFormat.Jpeg;
return request;
Use C# to Replace Specific Text on the Selected PPTX Slide
The following code sample demonstrates, how to replace a specific piece of text on the presentation slide of your choice using C# code:
PostSlidesSlideReplaceTextRequest request = new PostSlidesSlideReplaceTextRequest();
// slide on which the text to be updated is present
request.SlideIndex = 0;
// name of the presentation that contains the text
request.Name = "Input_Presentation.pptx";
// text string that needs to be updated
request.OldValue = "This text is going to be replaced.";
// new text string that replaces the older value
request.NewValue = "This text replaces the older text.";
// the text manipulation is not case-sensitive
request.IgnoreCase = true;
return 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 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. 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.0.1)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Logging.Debug (>= 2.0.0)
- NewtonSoft.Json (>= 10.0.3)
-
All Frameworks
- NewtonSoft.Json (>= 10.0.3)
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.9.0 | 109 | 10/2/2024 |
24.8.0 | 101 | 9/2/2024 |
24.7.0 | 94 | 7/27/2024 |
24.6.0 | 1,530 | 6/28/2024 |
24.5.0 | 110 | 6/3/2024 |
24.4.0 | 1,479 | 4/26/2024 |
24.3.0 | 174 | 4/3/2024 |
24.2.0 | 305 | 2/27/2024 |
24.1.0 | 514 | 1/30/2024 |
23.11.0 | 872 | 12/6/2023 |
23.10.0 | 783 | 11/2/2023 |
23.9.0 | 877 | 10/3/2023 |
23.7.0 | 144,650 | 7/30/2023 |
23.6.0 | 1,133 | 7/3/2023 |
23.4.0 | 1,126 | 4/28/2023 |
23.3.0 | 1,146 | 3/31/2023 |
23.2.0 | 1,201 | 3/2/2023 |
23.1.0 | 1,229 | 2/3/2023 |
22.12.0 | 2,614 | 12/26/2022 |
22.11.0 | 1,346 | 11/29/2022 |
22.10.0 | 1,372 | 10/31/2022 |
22.9.0 | 138,175 | 9/30/2022 |
22.8.0 | 1,422 | 9/2/2022 |
22.7.0 | 2,471 | 8/1/2022 |
22.6.0 | 1,453 | 7/4/2022 |
22.5.0 | 1,508 | 6/6/2022 |
22.4.0 | 1,413 | 5/4/2022 |
22.3.0 | 1,478 | 3/30/2022 |
22.2.0 | 1,397 | 3/4/2022 |
22.1.0 | 1,828 | 2/4/2022 |
21.12.0 | 1,451 | 12/27/2021 |
21.9.0 | 4,119 | 10/9/2021 |
21.8.0 | 1,687 | 9/4/2021 |
21.6.0 | 1,406 | 7/8/2021 |
21.4.0 | 1,371 | 4/26/2021 |
21.3.0 | 1,296 | 4/5/2021 |
21.2.0 | 1,791 | 2/27/2021 |
21.1.0 | 1,748 | 2/1/2021 |
20.12.0 | 1,603 | 12/24/2020 |
20.10.0 | 1,592 | 10/27/2020 |
20.9.0 | 1,644 | 10/5/2020 |
20.8.0 | 1,566 | 9/2/2020 |
20.7.1 | 1,559 | 8/17/2020 |
20.7.0 | 1,617 | 8/4/2020 |
20.6.0 | 1,620 | 7/13/2020 |
20.5.0 | 1,639 | 6/2/2020 |
20.4.0 | 1,643 | 5/8/2020 |
20.2.0 | 1,613 | 3/3/2020 |
19.10.0 | 4,093 | 11/5/2019 |
19.9.0 | 1,701 | 9/30/2019 |
19.8.0 | 1,637 | 9/17/2019 |
19.7.0 | 1,726 | 7/31/2019 |
19.6.0 | 1,754 | 6/28/2019 |
19.5.0 | 1,748 | 6/9/2019 |
19.3.0 | 1,672 | 4/19/2019 |
19.1.0 | 1,828 | 2/18/2019 |
18.12.0 | 1,857 | 1/10/2019 |
18.11.0 | 1,831 | 12/17/2018 |
18.7.0 | 2,029 | 8/17/2018 |
1.0.6 | 3,319 | 9/27/2017 |
1.0.5 | 1,922 | 9/27/2017 |
1.0.4 | 2,087 | 8/14/2017 |
1.0.3 | 2,099 | 1/6/2017 |
1.0.2 | 2,368 | 11/2/2016 |
1.0.1 | 2,120 | 10/21/2016 |
1.0.0 | 2,459 | 2/17/2016 |