Aspose.Slides.Cpp.x86 23.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Slides.Cpp.x86 --version 23.5.0
NuGet\Install-Package Aspose.Slides.Cpp.x86 -Version 23.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Slides.Cpp.x86" Version="23.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Slides.Cpp.x86 --version 23.5.0
#r "nuget: Aspose.Slides.Cpp.x86, 23.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Slides.Cpp.x86 as a Cake Addin
#addin nuget:?package=Aspose.Slides.Cpp.x86&version=23.5.0

// Install Aspose.Slides.Cpp.x86 as a Cake Tool
#tool nuget:?package=Aspose.Slides.Cpp.x86&version=23.5.0

C++ Class Library to Process Presentations

Version 23.5 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License | 64-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

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. The supported platforms include Windows (Microsoft Visual Studio 2017 or later), Linux (Clang 3.9 or later, GCC 6.1 or later) and macOS (Xcode 13.4 or later). All versions of Aspose.Slides for C++ are available on the download page.

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 | 64-bit edition

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.0 377 3/14/2024
24.2.0 468 2/19/2024
24.1.0 2,117 1/24/2024
23.12.0 555 12/20/2023
23.11.0 698 11/21/2023
23.10.0 500 10/19/2023
23.9.0 544 9/19/2023
23.8.0 669 8/23/2023
23.7.0 796 7/19/2023
23.6.0 444 6/21/2023
23.5.0 288 5/23/2023
23.4.0 496 4/21/2023
23.3.0 4,290 3/21/2023
23.2.0 768 2/20/2023
23.1.0 791 1/25/2023
22.12.0 3,553 12/19/2022
22.11.0 645 11/22/2022
22.10.0 826 10/21/2022
22.9.0 742 9/15/2022
22.8.0 986 8/18/2022
22.7.0 1,116 7/20/2022
22.6.0 969 6/27/2022
22.5.0 1,241 5/23/2022
22.4.0 1,501 4/15/2022
22.3.0 1,256 3/23/2022
22.2.0 1,186 2/17/2022
22.1.0 1,169 1/20/2022
21.12.0 554 12/20/2021
21.11.0 598 11/17/2021
21.10.0 592 10/19/2021
21.9.0 652 9/21/2021
21.8.0 618 8/18/2021
21.7.0 712 7/27/2021
21.6.0 712 6/18/2021
21.5.0 689 5/19/2021
21.4.0 549 4/19/2021
21.3.0 758 3/22/2021