Aspose.Slides-Cloud.Cpp
                               
                            
                                25.6.0
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    dotnet add package Aspose.Slides-Cloud.Cpp --version 25.6.0
NuGet\Install-Package Aspose.Slides-Cloud.Cpp -Version 25.6.0
<PackageReference Include="Aspose.Slides-Cloud.Cpp" Version="25.6.0" />
<PackageVersion Include="Aspose.Slides-Cloud.Cpp" Version="25.6.0" />
<PackageReference Include="Aspose.Slides-Cloud.Cpp" />
paket add Aspose.Slides-Cloud.Cpp --version 25.6.0
#r "nuget: Aspose.Slides-Cloud.Cpp, 25.6.0"
#:package Aspose.Slides-Cloud.Cpp@25.6.0
#addin nuget:?package=Aspose.Slides-Cloud.Cpp&version=25.6.0
#tool nuget:?package=Aspose.Slides-Cloud.Cpp&version=25.6.0
C++ 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++ cloud-based apps to process & manipulate PPT, PPTX, ODP, OTP presentations in the cloud.
Presentation Processing Features
- Document format conversion among 20+ supported formats.
- Download slides and shapes in PDF, SVG & various other formats.
- PowerPoint presentation split and merge capability.
- Full access to perform read & write operations on Document Object Model (DOM).
- Fetch presentation statistics and metadata.
- Support of Aspose Storage API.
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)
Prerequisites
To use Aspose Slides Cloud SDK you need to register an account with Aspose Cloud and lookup/create App Key and SID at Cloud Dashboard. There is a free quota available. For more details, see Aspose Cloud Pricing.
Installation
From the command line:
nuget Install-Package Aspose.Slides-Cloud.Cpp
From Package Manager:
PM> Install-Package Aspose.Slides-Cloud.Cpp
Convert a PPTX File to PDF format using C++ Code
std::shared_ptr<asposeslidescloud::api::SlidesApi> api = std::make_shared<asposeslidescloud::api::SlidesApi>(utility::conversions::to_string_t("MyAppSid"), utility::conversions::to_string_t("MyAppKey"));
api->getSlidesApiInfo().get()->getName();
std::shared_ptr<PostSlidesConvertRequest> request = std::make_shared<PostSlidesConvertRequest>();
request->setFormat(utility::conversions::to_string_t("pdf"));
request->setDocument(std::make_shared<std::ifstream>("MyPresentation.pptx", std::ios::binary));
std::ofstream fs("MyPresentation.pdf", std::ios::binary);
api->postSlidesConvert().get().writeTo(versionStream);
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 | 
|---|---|---|
| 25.6.0 | 245 | 6/23/2025 | 
| 24.12.0 | 357 | 12/17/2024 | 
| 24.9.0 | 332 | 10/2/2024 | 
| 24.8.0 | 272 | 9/2/2024 | 
| 24.7.0 | 252 | 7/27/2024 | 
| 24.6.0 | 270 | 7/1/2024 | 
| 24.5.0 | 242 | 6/3/2024 | 
| 24.4.0 | 322 | 5/8/2024 | 
| 24.3.0 | 434 | 4/3/2024 | 
| 24.2.0 | 444 | 2/27/2024 | 
| 24.1.0 | 355 | 1/30/2024 | 
| 23.12.0 | 520 | 1/6/2024 | 
| 23.11.0 | 425 | 12/6/2023 | 
| 23.10.0 | 491 | 11/3/2023 | 
| 23.9.0 | 533 | 10/3/2023 | 
| 23.6.0 | 460 | 7/3/2023 | 
| 23.4.0 | 478 | 4/28/2023 | 
| 23.3.0 | 540 | 3/31/2023 | 
| 23.2.0 | 590 | 3/2/2023 | 
| 23.1.0 | 553 | 2/3/2023 | 
| 22.12.0 | 552 | 12/26/2022 | 
| 22.11.0 | 596 | 11/29/2022 | 
| 22.10.0 | 626 | 11/2/2022 | 
| 22.9.0 | 752 | 9/30/2022 | 
| 22.8.0 | 774 | 8/29/2022 | 
| 22.7.0 | 814 | 8/1/2022 | 
| 22.6.0 | 925 | 7/3/2022 | 
| 22.5.0 | 878 | 6/6/2022 | 
| 22.4.0 | 853 | 5/4/2022 | 
| 22.3.0 | 820 | 3/30/2022 | 
| 22.2.0 | 939 | 3/4/2022 | 
| 22.1.0 | 902 | 2/4/2022 | 
| 21.12.0 | 646 | 12/27/2021 | 
| 21.9.0 | 811 | 10/9/2021 | 
| 21.8.0 | 665 | 9/4/2021 | 
| 21.6.0 | 774 | 7/8/2021 | 
| 21.4.0 | 700 | 5/9/2021 | 
| 21.3.0 | 692 | 4/9/2021 | 
| 21.2.0 | 688 | 2/27/2021 | 
| 21.1.0 | 696 | 2/9/2021 | 
| 20.12.0 | 689 | 1/11/2021 | 
| 20.10.0 | 765 | 10/27/2020 | 
| 20.9.0 | 816 | 10/5/2020 | 
| 20.8.0 | 862 | 9/7/2020 | 
| 20.7.0 | 947 | 8/6/2020 | 
