Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Slides Product Family
Official blog of Aspose.Slides for .NET, Java, Reporting Services & JasperReports with news of newly supported features, hot fixes, technical articles, tips and videos.
Convert PPT to JPG in Python
While working with PowerPoint presentations in your Python applications, you may need to generate thumbnails for a PPT. For example, while creating a slideshow or a presentation manipulation tool. In this article, you will learn how to generate thumbnails by converting a PPT to JPG images in Python. We will also cover how to generate JPG images having custom dimensions and render slide notes and comments.
Add Header and Footer in PowerPoint Presentations using C++
You can use header and footer sections in PowerPoint slides to display additional information such as slide number, date, author, etc. You can also manipulate these sections programmatically within your C++ applications. To that end, this article will teach you how to add header and footer in PowerPoint presentations using C++.
Find and Replace Text in PowerPoint PPTX/PPT using C++
Finding and replacing text is a common task that you may need to do often. In the case of multiple files, doing this programmatically will prove to be more efficient. To that end, this article will teach you how to find and replace text in PowerPoint files using C++.
Create and Manipulate Tables in PowerPoint using C++
Microsoft PowerPoint provides the ability to insert tables in PowerPoint presentations. Tables allow you to arrange data in the form of rows and columns. Furthermore, they organize the data and make it easy to view and analyze it. To that end, this article will teach you how to create and manipulate tables in PowerPoint presentations using C++.
Access or Modify Properties of PowerPoint Files using C++
PowerPoint files contain metadata or document properties that provide additional information about the presentation. These include information such as the title, date, author, etc., of the presentation. In this article, you will learn how to access and modify the properties in PowerPoint presentations using C++.
Embed Video in PowerPoint Presentations using C++
Microsoft PowerPoint provides you the ability to add video frames to your PowerPoint presentations. Videos can be used to enhance the quality of the presentations and help better communicate the message to the audience. There might be situations where you want to add videos to PowerPoint presentations programmatically. To that end, this article will teach you how to embed video in PowerPoint presentations using C++.
Add Slide Transitions in PowerPoint Presentations using C++
Slide transitions are effects shown while navigating from one slide to another. These enhance the look and feel of the presentation and make them more attractive. There might be situations where you need to add slide transitions to PowerPoint files programmatically. To that end, this article will teach you how to add transitions to PowerPoint slides using C++.
Set Slide Background in PowerPoint Presentations using C++
Microsoft PowerPoint provides the option to set the background of PowerPoint slides according to your needs. There might be situations where you need to set the background of PowerPoint slides programmatically. To that end, this article will teach you how to set the background of PowerPoint slides using C++. Specifically, you will learn how to set solid color, gradient, and image backgrounds.
Apply Theme in PowerPoint Presentations using C++
Microsoft PowerPoint provides a wide variety of themes that you can use in your PowerPoint presentations. These themes improve the look and feel of the presentations and make them perfect for modern and sophisticated pitches. You can also apply themes to PowerPoint files dynamically within your C++ applications. To that end, this article will teach you how to apply themes in PowerPoint presentations programmatically using C++.
Add Watermark to PowerPoint Slides using C++
A watermark identifies the state of the document with texts like confidential, draft, etc., and makes it difficult for the original document to be copied. Watermarks are also used to specify the ownership of a document by showing the company name or logo. Watermarks in PowerPoint files can be both image or text-based. In this article, you will learn how to add text and image watermarks to PowerPoint slides using C++.