Aspose.Slides-Cloud 23.2.0

.NET 5.0 .NET Standard 2.0 .NET Framework 2.0
dotnet add package Aspose.Slides-Cloud --version 23.2.0
NuGet\Install-Package Aspose.Slides-Cloud -Version 23.2.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-Cloud" Version="23.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Slides-Cloud --version 23.2.0
#r "nuget: Aspose.Slides-Cloud, 23.2.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-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Slides-Cloud&version=23.2.0

// Install Aspose.Slides-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Slides-Cloud&version=23.2.0

.NET REST API to Process Presentation in Cloud

Version 23.2.0 Nuget GitHub

banner

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

This REST API enables your C#, ASP.NET & other .NET cloud-based apps to process & manipulate PPT, PPTX, ODP, OTP presentations in the cloud.

Presentation Processing Features

  • Fetch presentation images in any of the supported file formats.
  • Copy the layout side or clone the master slide from the source presentation.
  • Process slides shapes, slides notes, placeholders, colors & font theme info.
  • Programmatically create a presentation from HTML & export it to various formats.
  • Merge multiple presentations or split the single presentation into multiple ones.
  • Extract and replace text from a specific slide or an entire presentation.

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)

Enhancements in Version 23.2

  • New DownloadShapeFromDto method allows to convert charts and other shapes from DTO to SVG and other formats without creating and storing presentation files.
  • Added SoundBase64 property to Hyperlink class to support getting and setting hyperlink sounds.
  • Added BulletFillFormat property to Paragraph class.
  • Added StopPreviousSound property to animation Effect class.
  • Added a number of properties to TextFrameFormat that enable formatting shape text: MarginLeft, MarginRight, MarginTop, MarginBottom, WrapText, AnchoringType, CenterText, TextVerticalType, AutofitType, ColumnCount, ColumnSpacing, KeepTextFlat, RotationAngle, DefaultParagraphFormat.
  • Added Pdf16, Pdf17, PdfA2b, PdfA2a, PdfA2u, PdfA3a, PdfA3b to the list of allowed values for PdfExportOptions.Compliance property.

Enhancements in Version 23.1

  • New CompressEmbeddedFonts and CompressEmbeddedFontsOnline methods allow to reduce the size taken by embedded fonts by excluding unused characters.

Get Started

You do not need to install anything to get started with Aspose.Slides Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.

Simply execute Install-Package Aspose.Slides-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.Slides assembly in your project. If you already have Aspose.Slides Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Slides-Cloud to get the latest version.

Please check the GitHub Repository for common usage scenarios.

Convert PPTX to PDF via C# Code

// for complete examples, please visit https://github.com/aspose-slides-cloud/aspose-slides-cloud-dotnet
   // Get Client Id and Client Secret from https://dashboard.aspose.cloud
   string MyClientId = "My-Client-Id";
   string MyClientSecret = "My-Client-Secret";

   // Create instance of the API
   var configuration = new Configuration
   {
      AppSid = MyClientId,
      AppKey = MyClientSecret
   };
   var apiInstance = new SlidesApi(configuration);

   // Convert PPTX to PDF
   apiInstance.PutSlidesSaveAs(new PutSlidesSaveAsRequest("sample-file.pptx", "Converted/sample-file.pdf", Slides.Cloud.Sdk.Model.ExportFormat.Pdf));

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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
23.2.0 112 3/2/2023
23.1.0 149 2/3/2023
22.12.0 459 12/26/2022
22.11.0 200 11/29/2022
22.10.0 223 10/31/2022
22.9.0 64,761 9/30/2022
22.8.0 293 9/2/2022
22.7.0 700 8/1/2022
22.6.0 352 7/4/2022
22.5.0 446 6/6/2022
22.4.0 341 5/4/2022
22.3.0 341 3/30/2022
22.2.0 347 3/4/2022
22.1.0 666 2/4/2022
21.12.0 419 12/27/2021
21.9.0 3,001 10/9/2021
21.8.0 572 9/4/2021
21.6.0 332 7/8/2021
21.4.0 316 4/26/2021
21.3.0 292 4/5/2021
21.2.0 613 2/27/2021
21.1.0 567 2/1/2021
20.12.0 403 12/24/2020
20.10.0 404 10/27/2020
20.9.0 433 10/5/2020
20.8.0 414 9/2/2020
20.7.1 426 8/17/2020
20.7.0 440 8/4/2020
20.6.0 468 7/13/2020
20.5.0 467 6/2/2020
20.4.0 468 5/8/2020
20.2.0 477 3/3/2020
19.10.0 1,816 11/5/2019
19.9.0 490 9/30/2019
19.8.0 476 9/17/2019
19.7.0 536 7/31/2019
19.6.0 550 6/28/2019
19.5.0 577 6/9/2019
19.3.0 585 4/19/2019
19.1.0 640 2/18/2019
18.12.0 655 1/10/2019
18.11.0 653 12/17/2018
18.7.0 833 8/17/2018
1.0.6 1,458 9/27/2017
1.0.5 866 9/27/2017
1.0.4 931 8/14/2017
1.0.3 1,003 1/6/2017
1.0.2 1,247 11/2/2016
1.0.1 954 10/21/2016
1.0.0 1,284 2/17/2016