Aspose.Slides.Cpp
20.4.0
See the version list below for details.
dotnet add package Aspose.Slides.Cpp --version 20.4.0
NuGet\Install-Package Aspose.Slides.Cpp -Version 20.4.0
<PackageReference Include="Aspose.Slides.Cpp" Version="20.4.0" />
<PackageVersion Include="Aspose.Slides.Cpp" Version="20.4.0" />
<PackageReference Include="Aspose.Slides.Cpp" />
paket add Aspose.Slides.Cpp --version 20.4.0
#r "nuget: Aspose.Slides.Cpp, 20.4.0"
#addin nuget:?package=Aspose.Slides.Cpp&version=20.4.0
#tool nuget:?package=Aspose.Slides.Cpp&version=20.4.0
C++ Class Library to Process Presentations
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.
New Features in Version 20.4
- Ability to specify
PDF/A-1a
compliance. - Added OpenDocument Flat XML Presentation
.FODP
file format support. - Support for using formula recalculated cells in charting.
For the detailed notes, please visit Aspose.Slides for CPP 20.4 Release Notes.
Read & Write PowerPoint Files
Microsoft PowerPoint: PPT, POT, PPS, PPTX, POTX, PPSX, PPTM, PPSM, POTM OpenOffice: ODP, FODP Open Document: OTP Other: TIFF, EMF, XML
Save Presentation As
Fixed Layout: PDF, XPS Images: 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).
Getting Started with Aspose.Slides for C++
Let's give Aspose.Slides for C++ a try! Simply execute Install-Package Aspose.Slides.Cpp
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
to get the latest version.
Create PPTX Presentation using C++
Try executing 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 | Documentation | Demo | API Reference | Examples | Blog | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- CodePorting.Native.Cs2Cpp.API (>= 20.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspose.Slides.Cpp:
Package | Downloads |
---|---|
Aspose.Total.Cpp
Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
25.6.0 | 129 | 6/24/2025 |
25.5.0 | 147 | 5/23/2025 |
25.4.0 | 546 | 4/18/2025 |
25.3.0 | 551 | 3/19/2025 |
25.2.0 | 875 | 2/19/2025 |
25.1.0 | 996 | 1/23/2025 |
24.12.0 | 1,430 | 12/19/2024 |
24.11.0 | 1,189 | 11/27/2024 |
24.10.0 | 1,274 | 10/18/2024 |
24.9.0 | 1,534 | 9/20/2024 |
24.8.0 | 2,270 | 8/21/2024 |
24.7.0 | 1,739 | 7/19/2024 |
24.6.0 | 2,408 | 6/20/2024 |
24.5.0 | 2,861 | 5/16/2024 |
24.4.0 | 3,081 | 4/19/2024 |
24.3.0 | 3,601 | 3/14/2024 |
24.2.0 | 3,638 | 2/19/2024 |
24.1.0 | 27,129 | 1/24/2024 |
23.12.0 | 4,118 | 12/20/2023 |
23.11.0 | 4,576 | 11/21/2023 |
23.10.0 | 4,704 | 10/19/2023 |
23.9.0 | 5,128 | 9/19/2023 |
23.8.0 | 6,047 | 8/23/2023 |
23.7.0 | 5,623 | 7/19/2023 |
23.6.0 | 5,502 | 6/21/2023 |
23.5.0 | 5,493 | 5/23/2023 |
23.4.0 | 6,258 | 4/21/2023 |
23.3.0 | 9,936 | 3/21/2023 |
23.2.0 | 7,941 | 2/20/2023 |
23.1.0 | 6,904 | 1/25/2023 |
22.12.0 | 9,838 | 12/19/2022 |
22.11.0 | 7,787 | 11/22/2022 |
22.10.0 | 7,966 | 10/21/2022 |
22.9.0 | 7,666 | 9/15/2022 |
22.8.0 | 8,344 | 8/18/2022 |
22.7.0 | 9,582 | 7/20/2022 |
22.6.0 | 9,075 | 6/27/2022 |
22.5.0 | 7,997 | 5/23/2022 |
22.4.0 | 9,333 | 4/15/2022 |
22.3.0 | 8,898 | 3/23/2022 |
22.2.0 | 9,556 | 2/17/2022 |
22.1.0 | 1,877 | 1/20/2022 |
21.12.0 | 7,425 | 12/20/2021 |
21.11.0 | 13,342 | 11/17/2021 |
21.10.0 | 9,519 | 10/19/2021 |
21.9.0 | 8,825 | 9/21/2021 |
21.8.0 | 8,297 | 8/18/2021 |
21.7.0 | 7,688 | 7/27/2021 |
21.6.0 | 8,744 | 6/18/2021 |
21.5.0 | 1,379 | 5/19/2021 |
21.4.0 | 12,632 | 4/19/2021 |
21.3.0 | 7,786 | 3/22/2021 |
21.2.0 | 10,893 | 2/18/2021 |
21.1.0 | 9,975 | 1/25/2021 |
20.12.0 | 23,366 | 12/18/2020 |
20.11.0 | 2,629 | 11/19/2020 |
20.10.0 | 7,697 | 10/23/2020 |
20.9.0 | 10,348 | 9/24/2020 |
20.8.0 | 9,836 | 8/20/2020 |
20.7.0 | 10,701 | 7/20/2020 |
20.6.0 | 9,974 | 6/24/2020 |
20.5.0 | 8,349 | 5/19/2020 |
20.4.0 | 3,793 | 4/28/2020 |
20.3.0 | 8,767 | 3/24/2020 |
20.2.0 | 6,465 | 2/20/2020 |
20.1.0 | 3,918 | 1/24/2020 |
19.12.0 | 1,595 | 12/20/2019 |
19.11.0 | 1,647 | 11/27/2019 |
19.10.0 | 2,236 | 10/28/2019 |
19.9.0 | 1,932 | 9/18/2019 |
19.8.0 | 2,000 | 8/30/2019 |
19.7.0 | 1,751 | 7/24/2019 |
19.6.0 | 2,009 | 6/21/2019 |
19.5.0 | 1,962 | 5/30/2019 |
19.4.0 | 2,109 | 4/26/2019 |
19.3.0 | 1,930 | 4/4/2019 |
19.2.0 | 2,080 | 2/28/2019 |
19.1.0 | 1,925 | 1/30/2019 |
18.12.0 | 2,433 | 12/27/2018 |
18.11.0 | 24,150 | 12/1/2018 |
18.10.0 | 11,485 | 10/31/2018 |
18.9.0 | 2,915 | 9/30/2018 |
18.8.0 | 2,846 | 8/30/2018 |
18.7.0 | 2,968 | 7/27/2018 |
18.6.0 | 2,773 | 7/1/2018 |
18.5.0 | 2,779 | 5/30/2018 |
18.4.0 | 2,952 | 5/7/2018 |
18.3.0 | 2,928 | 4/10/2018 |
18.2.0 | 3,016 | 2/28/2018 |