With every new release, we are striving to bring the best of PowerPoint manipulation and processing features. We are continuously working hard to make Aspose.Slides Cloud capable enough to cater to all PowerPoint manipulation capabilities. So, in this article, we are going to discuss the following topics in details
- Support for FODP Format
- New PdfCompliance Options
- Determining Notes Slide
- Export PowerPoint Subshapes as PNG
Info: You may want to check out Aspose FREE PowerPoint to PDF online converter.
Support for FODP Format
The FODP is a Presentation file saved in the OpenDocument format but saved using a flat XML format, instead of the .ZIP container used by the standard .ODP files. It makes auto-generating presentations simpler and allows the presentations to be readable with a text editor. In the latest release version of Aspose.Slides Cloud SDK for .NET, the support for .fodp format has been provided. It now enables the users to load .fodb file for processing or, load existing PowerPoint files and save to FODB format.
cURL command
curl -X PUT "https://api.aspose.cloud/v3.0/slides/NotesPresentation.pptx/Fodp?outPath=NotesPresentation.fodp" -H "accept: application/json" -H "authorization: Bearer <JWT Token>" -H "Content-Type: application/json" -H "x-aspose-client: Containerize.Swagger" -d "{ \"Format\": \"string\"}"
Request URL
https://api.aspose.cloud/v3.0/slides/NotesPresentation.pptx/Fodp?outPath=NotesPresentation.fodp
C#.NET
New PdfCompliance Options
In the latest release version, a couple of new options (PdfA1a and PdfUa options) have been added to ComplianceEnum enumeration.
Determining Notes Slide
An essential part of a presentation is the preparation of speaker notes. These notes can include reminders of what to say and additional information or facts that do not appear on the screen.
PowerPoint presentation from Cloud Storage
Request URL
https://api.aspose.cloud/v3.0/slides/Presentation1-a.pptx/slides/1/notesSlide/exist
cURL Command
curl -X GET "https://api.aspose.cloud/v3.0/slides/Presentation1-a.pptx/slides/1/notesSlide/exist" -H "accept: application/json" -H "authorization: Bearer <JWT Token>"
C#.NET
PowerPotin Presentation from local system
Request URL
https://api.aspose.cloud/v3.0/slides/slides/1/notesSlide/exist
cURL Command
curl -X POST "https://api.aspose.cloud/v3.0/slides/slides/2/notesSlide/exist" -H "accept: application/json" -H "authorization: Bearer <JWT Token>" -d {"document":{}}
C#.NET
Export PowerPoint Subshapes as PNG
Shapes are a great way to make your presentations more interesting. PowerPoint shapes can be customized to suit your needs, using your own color palette, preferences, and more. Shapes add visual appeal to your presentations. Aspose.Slides Cloud provides the capabilities to extract/save the shape into one of the following raster image formats.
C#.NET
Conclusion
In this article, we have discussed details related to new features introduced in Aspose.Slides Cloud SDK for .NET. We have specifically discussed details on how to export subshapes as PNG or JPEG format, how to convert PPT to PDF/A format. In case you face any issues while using the API, please feel free to contact us via the free product support forum.
Related Articles
We also recommend visiting the following links to further learn about