Aspose.Slides.Cpp.x86
21.11.0
Prefix Reserved
See the version list below for details.
dotnet add package Aspose.Slides.Cpp.x86 --version 21.11.0
NuGet\Install-Package Aspose.Slides.Cpp.x86 -Version 21.11.0
<PackageReference Include="Aspose.Slides.Cpp.x86" Version="21.11.0" />
<PackageVersion Include="Aspose.Slides.Cpp.x86" Version="21.11.0" />
<PackageReference Include="Aspose.Slides.Cpp.x86" />
paket add Aspose.Slides.Cpp.x86 --version 21.11.0
#r "nuget: Aspose.Slides.Cpp.x86, 21.11.0"
#:package Aspose.Slides.Cpp.x86@21.11.0
#addin nuget:?package=Aspose.Slides.Cpp.x86&version=21.11.0
#tool nuget:?package=Aspose.Slides.Cpp.x86&version=21.11.0
C++ Class Library to Process Presentations
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
A standalone C++ class library to create, read, write, edit & convert Microsoft PowerPoint® presentations without needing PowerPoint or Office Automation.
Presentation Processing Features
- Create, open, and work with presentations without Microsoft PowerPoint.
- Convert presentation to any of the supported file formats.
- Adding, formatting, and manipulating charts, shapes, slides, SmartArt, tables, and text in presentations.
Read & Write PowerPoint Files
Microsoft PowerPoint: PPT, POT, PPS, PPTX, POTX, PPSX, PPTM, PPSM, POTM
OpenDocument: ODP, OTP
Metafile: EMF
Image: TIFF, XML
Save Presentation As
Fixed Layout: PDF, XPS
Image: JPEG, PNG, GIF, BMP, SVG
Web: HTML
Platform Independence
Aspose.Slides for C++ is a native C++ library that supports 64-bit operating systems, such as, Windows (XP and onward) & Linux (Ubuntu 16.04 or later). The supported platforms include Windows (Microsoft Visual C++) & Linux (Clang).
Get Started
Let's give Aspose.Slides for C++ a try! Simply execute Install-Package Aspose.Slides.Cpp.x86 from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Slides for C++ and want to upgrade the version, please execute Update-Package Aspose.Slides.Cpp.x86 to get the latest version.
Create PPTX Presentation using C++
Try executing the below code snippet to see how Aspose.Slides for C++ performs in your environment or check the GitHub Repository for other common usage scenarios.
// instantiate Presentation class that represents PPTX file
SharedPtr<Presentation> pres = MakeObject<Presentation>();
SharedPtr<ISlide> slide = pres->get_Slides()->idx_get(0);
// add an autoshape of type line
slide->get_Shapes()->AddAutoShape(Aspose::Slides::ShapeType::Line, 50.0, 150.0, 300.0, 0.0);
// save presentation
pres->Save(u"output.pptx", Aspose::Slides::Export::SaveFormat::Pptx);
Convert PPTX to PDF using C++
The following code sample demonstrates the conversion of Microsoft PowerPoint PPTX presentation to PDF format with C++:
// instantiate Presentation class that represents PPTX file
SharedPtr<Presentation> pres = MakeObject<Presentation>(u"template.pptx");
pres->Save(u"output.pdf", Aspose::Slides::Export::SaveFormat::Pdf);
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
-
- CodePorting.Native.Cs2Cpp.API (>= 21.11.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 |
|---|---|---|
| 25.10.0 | 165 | 10/14/2025 |
| 25.9.0 | 205 | 9/20/2025 |
| 25.8.0 | 183 | 8/20/2025 |
| 25.7.0 | 363 | 7/25/2025 |
| 25.6.0 | 213 | 6/24/2025 |
| 25.5.0 | 178 | 5/23/2025 |
| 25.4.0 | 399 | 4/18/2025 |
| 25.3.0 | 316 | 3/19/2025 |
| 25.2.0 | 531 | 2/19/2025 |
| 25.1.0 | 520 | 1/23/2025 |
| 24.12.0 | 616 | 12/19/2024 |
| 24.11.0 | 581 | 11/27/2024 |
| 24.10.0 | 601 | 10/18/2024 |
| 24.9.0 | 617 | 9/20/2024 |
| 24.8.0 | 685 | 8/21/2024 |
| 24.7.0 | 456 | 7/19/2024 |
| 24.6.0 | 464 | 6/20/2024 |
| 24.5.0 | 566 | 5/16/2024 |
| 24.4.0 | 564 | 4/19/2024 |
| 24.3.0 | 782 | 3/14/2024 |
| 24.2.0 | 924 | 2/19/2024 |
| 24.1.0 | 24,163 | 1/24/2024 |
| 23.12.0 | 805 | 12/20/2023 |
| 23.11.0 | 945 | 11/21/2023 |
| 23.10.0 | 786 | 10/19/2023 |
| 23.9.0 | 844 | 9/19/2023 |
| 23.8.0 | 916 | 8/23/2023 |
| 23.7.0 | 1,090 | 7/19/2023 |
| 23.6.0 | 718 | 6/21/2023 |
| 23.5.0 | 562 | 5/23/2023 |
| 23.4.0 | 744 | 4/21/2023 |
| 23.3.0 | 4,490 | 3/21/2023 |
| 23.2.0 | 1,074 | 2/20/2023 |
| 23.1.0 | 1,100 | 1/25/2023 |
| 22.12.0 | 3,794 | 12/19/2022 |
| 22.11.0 | 945 | 11/22/2022 |
| 22.10.0 | 1,111 | 10/21/2022 |
| 22.9.0 | 976 | 9/15/2022 |
| 22.8.0 | 1,232 | 8/18/2022 |
| 22.7.0 | 1,371 | 7/20/2022 |
| 22.6.0 | 1,210 | 6/27/2022 |
| 22.5.0 | 1,528 | 5/23/2022 |
| 22.4.0 | 1,827 | 4/15/2022 |
| 22.3.0 | 1,510 | 3/23/2022 |
| 22.2.0 | 1,511 | 2/17/2022 |
| 22.1.0 | 1,513 | 1/20/2022 |
| 21.12.0 | 866 | 12/20/2021 |
| 21.11.0 | 863 | 11/17/2021 |
| 21.10.0 | 909 | 10/19/2021 |
| 21.9.0 | 887 | 9/21/2021 |
| 21.8.0 | 860 | 8/18/2021 |
| 21.7.0 | 971 | 7/27/2021 |
| 21.6.0 | 1,009 | 6/18/2021 |
| 21.5.0 | 951 | 5/19/2021 |
| 21.4.0 | 817 | 4/19/2021 |
| 21.3.0 | 1,055 | 3/22/2021 |
