Aspose.Slides.Cpp
22.4.0
Install-Package Aspose.Slides.Cpp -Version 22.4.0
dotnet add package Aspose.Slides.Cpp --version 22.4.0
<PackageReference Include="Aspose.Slides.Cpp" Version="22.4.0" />
paket add Aspose.Slides.Cpp --version 22.4.0
#r "nuget: Aspose.Slides.Cpp, 22.4.0"
// Install Aspose.Slides.Cpp as a Cake Addin
#addin nuget:?package=Aspose.Slides.Cpp&version=22.4.0
// Install Aspose.Slides.Cpp as a Cake Tool
#tool nuget:?package=Aspose.Slides.Cpp&version=22.4.0
C++ Class Library to Process Presentations
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License | 32-bit edition
A standalone C++ class library to create, read, write, edit & convert Microsoft PowerPoint® presentations without needing PowerPoint or Office Automation.
Without having to install PowerPoint or any 3rd party component, you can use Aspose.Slides to build different types of C++ applications. For example, Aspose, using its own APIs, developed these free web applications for popular conversion processes: PowerPoint to Word, PowerPoint to PDF, and PowerPoint to JPG.
Aspose.Slides for C++ requires you to use C++ to code. For .NET, Java and Python languages, we recommend you get Aspose.Slides for .NET, Aspose.Slides for Java and Aspose.Slides for Python via .NET, respectively.
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 32-bit and 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
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 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 | 32-bit edition
Product | Versions |
---|---|
native | native |
-
- CodePorting.Native.Cs2Cpp.API (>= 22.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 |
---|---|---|
22.4.0 | 541 | 4/15/2022 |
22.3.0 | 505 | 3/23/2022 |
22.2.0 | 503 | 2/17/2022 |
22.1.0 | 298 | 1/20/2022 |
21.12.0 | 600 | 12/20/2021 |
21.11.0 | 1,029 | 11/17/2021 |
21.10.0 | 1,030 | 10/19/2021 |
21.9.0 | 1,164 | 9/21/2021 |
21.8.0 | 972 | 8/18/2021 |
21.7.0 | 838 | 7/27/2021 |
21.6.0 | 1,328 | 6/18/2021 |
21.5.0 | 288 | 5/19/2021 |
21.4.0 | 1,200 | 4/19/2021 |
21.3.0 | 619 | 3/22/2021 |
21.2.0 | 1,160 | 2/18/2021 |
21.1.0 | 1,078 | 1/25/2021 |
20.12.0 | 13,755 | 12/18/2020 |
20.11.0 | 675 | 11/19/2020 |
20.10.0 | 1,190 | 10/23/2020 |
20.9.0 | 918 | 9/24/2020 |
20.8.0 | 996 | 8/20/2020 |
20.7.0 | 1,058 | 7/20/2020 |
20.6.0 | 953 | 6/24/2020 |
20.5.0 | 1,547 | 5/19/2020 |
20.4.0 | 615 | 4/28/2020 |
20.3.0 | 930 | 3/24/2020 |
20.2.0 | 802 | 2/20/2020 |
20.1.0 | 779 | 1/24/2020 |
19.12.0 | 547 | 12/20/2019 |
19.11.0 | 568 | 11/27/2019 |
19.10.0 | 669 | 10/28/2019 |
19.9.0 | 606 | 9/18/2019 |
19.8.0 | 631 | 8/30/2019 |
19.7.0 | 734 | 7/24/2019 |
19.6.0 | 768 | 6/21/2019 |
19.5.0 | 727 | 5/30/2019 |
19.4.0 | 742 | 4/26/2019 |
19.3.0 | 693 | 4/4/2019 |
19.2.0 | 764 | 2/28/2019 |
19.1.0 | 808 | 1/30/2019 |
18.12.0 | 1,021 | 12/27/2018 |
18.11.0 | 22,822 | 12/1/2018 |
18.10.0 | 10,177 | 10/31/2018 |
18.9.0 | 1,376 | 9/30/2018 |
18.8.0 | 1,353 | 8/30/2018 |
18.7.0 | 1,386 | 7/27/2018 |
18.6.0 | 1,429 | 7/1/2018 |
18.5.0 | 1,215 | 5/30/2018 |
18.4.0 | 1,200 | 5/7/2018 |
18.3.0 | 1,346 | 4/10/2018 |
18.2.0 | 1,577 | 2/28/2018 |