Aspose.Slides-Cloud.Cpp
24.4.0
See the version list below for details.
dotnet add package Aspose.Slides-Cloud.Cpp --version 24.4.0
NuGet\Install-Package Aspose.Slides-Cloud.Cpp -Version 24.4.0
<PackageReference Include="Aspose.Slides-Cloud.Cpp" Version="24.4.0" />
paket add Aspose.Slides-Cloud.Cpp --version 24.4.0
#r "nuget: Aspose.Slides-Cloud.Cpp, 24.4.0"
// Install Aspose.Slides-Cloud.Cpp as a Cake Addin #addin nuget:?package=Aspose.Slides-Cloud.Cpp&version=24.4.0 // Install Aspose.Slides-Cloud.Cpp as a Cake Tool #tool nuget:?package=Aspose.Slides-Cloud.Cpp&version=24.4.0
.NET REST API to Process Presentation in Cloud
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial
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 the layout side or clone the master slide from the source presentation.
- Process slides shapes, slides notes, placeholders, colors & font theme info.
- Programmatically create a presentation from HTML & export it to various formats.
- Merge multiple presentations or split the single presentation into multiple ones.
- Extract and replace text from a specific slide or an entire presentation.
Read & Write Presentation Formats
Microsoft PowerPoint: PPT, POT, PPS, PPTX, POTX, PPSX, PPTM, PPSM, POTM
OpenOffice: ODP, OTP
Save Presentation As
Fixed Layout: PDF, XPS
Images: TIFF, JPEG, PNG, GIF, BMP, SVG
Web: HTML
Other: SWF (export whole presentations)
Get Started
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 common usage scenarios.
Convert PPTX
to PDF
via C# Code
// for complete examples, please visit https://github.com/aspose-slides-cloud/aspose-slides-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
{
AppSid = MyClientId,
AppKey = MyClientSecret
};
var apiInstance = new SlidesApi(configuration);
// Convert PPTX to PDF
apiInstance.PutSlidesSaveAs(new PutSlidesSaveAsRequest("sample-file.pptx", "Converted/sample-file.pdf", Slides.Cloud.Sdk.Model.ExportFormat.Pdf));
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial
Learn more about Target Frameworks and .NET Standard.
-
- boost (>= 1.72.0)
- boost_filesystem-vc141 (>= 1.72.0)
- cpprestsdk.v141 (>= 2.10.12.1)
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 | 191 | 10/2/2024 |
24.8.0 | 156 | 9/2/2024 |
24.7.0 | 131 | 7/27/2024 |
24.6.0 | 167 | 7/1/2024 |
24.5.0 | 144 | 6/3/2024 |
24.4.0 | 204 | 5/8/2024 |
24.3.0 | 326 | 4/3/2024 |
24.2.0 | 334 | 2/27/2024 |
24.1.0 | 244 | 1/30/2024 |
23.12.0 | 399 | 1/6/2024 |
23.11.0 | 336 | 12/6/2023 |
23.10.0 | 415 | 11/3/2023 |
23.9.0 | 435 | 10/3/2023 |
23.6.0 | 358 | 7/3/2023 |
23.4.0 | 363 | 4/28/2023 |
23.3.0 | 432 | 3/31/2023 |
23.2.0 | 480 | 3/2/2023 |
23.1.0 | 423 | 2/3/2023 |
22.12.0 | 440 | 12/26/2022 |
22.11.0 | 470 | 11/29/2022 |
22.10.0 | 489 | 11/2/2022 |
22.9.0 | 603 | 9/30/2022 |
22.8.0 | 633 | 8/29/2022 |
22.7.0 | 685 | 8/1/2022 |
22.6.0 | 783 | 7/3/2022 |
22.5.0 | 731 | 6/6/2022 |
22.4.0 | 728 | 5/4/2022 |
22.3.0 | 677 | 3/30/2022 |
22.2.0 | 793 | 3/4/2022 |
22.1.0 | 768 | 2/4/2022 |
21.12.0 | 492 | 12/27/2021 |
21.9.0 | 643 | 10/9/2021 |
21.8.0 | 538 | 9/4/2021 |
21.6.0 | 620 | 7/8/2021 |
21.4.0 | 561 | 5/9/2021 |
21.3.0 | 538 | 4/9/2021 |
21.2.0 | 531 | 2/27/2021 |
21.1.0 | 541 | 2/9/2021 |
20.12.0 | 534 | 1/11/2021 |
20.10.0 | 593 | 10/27/2020 |
20.9.0 | 671 | 10/5/2020 |
20.8.0 | 703 | 9/7/2020 |
20.7.0 | 768 | 8/6/2020 |