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.
Add QR Code to PowerPoint Presentation using C#
As a C# developer, you can easily generate QR codes or barcodes and add to PowerPoint presentations programmatically without using MS PowerPoint. In this article, you will learn how to add QR code to a PowerPoint presentation using C#.
Convert PowerPoint PPT/PPTX to TIFF in Python
TIFF is a popular format that is used for the conversion of PowerPoint presentations to image format. This conversion could be useful for generating thumbnails of the PPT slides. In this article, you will learn how to convert PowerPoint PPT or PPTX to TIFF using Python. Furthermore, you will learn how to customize PPT to TIFF conversion using different options.
Convert PDF Files to PowerPoint PPT in Python
PDF format is very much in the business for creating and sharing digital documents. Since it provides cross-platform support, people opt to send and receive documents in PDF format. There could be the case when you need to import the content from a PDF file to another document such as Word, PowerPoint, etc. To accomplish this programmatically, in this article, you will learn how to convert a PDF file to PowerPoint PPT/PPTX in Python.
Set Background of PowerPoint PPT Slides in Python
PowerPoint allows you to set different types of slide backgrounds in the presentations. For example, you can set an image, a solid color, etc. as background. In this article, we will show you how to set the background of PowerPoint PPT slides in Python. We will explicitly cover how to fill a PPT slide's background with an image, color, or a gradient programmatically.
Create and Manipulate Tables in PowerPoint PPT using Python
Tables are commonly used to organize the data in the form of rows and columns. They make it quite easier to view, understand and analyze the data. In various cases, you have to insert tables in your PowerPoint presentations. To accomplish that programmatically, this article covers how to create tables in PowerPoint PPT or PPTX using Python. Moreover, you will learn how to access, modify, and format the existing PowerPoint tables.
Convert OpenOffice ODP to PDF in Python
ODP format is used by OpenOffice to store the presentation documents. Similar to PowerPoint PPT/PPTX, ODP presentation contains slides and each slide is composed of text, images, and other elements. In certain cases, e.g. for sharing the presentations, you have to convert ODP files to PDF format. To achieve that, this article covers how to convert an ODP presentation to PDF in Python.
Add or Remove Hyperlinks in PowerPoint PPT in Java
In various cases, we have to insert hyperlinks in the PowerPoint presentations, such as for providing the URL of a webpage. You can create a hyperlink of text, image, shape, or a media element in PowerPoint PPT slides. In this article, you will learn how to add hyperlinks to PowerPoint PPT/PPTX in Java. In the end, we will also discuss how to remove hyperlinks from PPT slides programmatically.
Convert PowerPoint PPT to Animated GIF in Python
In various cases, PowerPoint presentations are converted to other formats such as HTML, images, etc. It is usually done to avoid dependency on MS PowerPoint to view the presentations. In accordance with that, this article shows how to convert a PowerPoint PPT or PPTX presentation to an animated GIF in Python. Moreover, we will cover how to set frame size, the delay between slides, and frames per second programmatically.
Work with VBA Macros in PowerPoint PPT/PPTX in Python
VBA macros allow you to automate various types of operations in PowerPoint presentations. You can use them for generating charts, unhiding the hidden objects, and performing different repetitive tasks in the presentations. While working with PowerPoint presentations from within your Python applications, you may need to manipulate VBA macros. Therefore, in this article, you will learn how to add, extract and remove VBA Macros in PowerPoint using Python.
Add or Remove Shapes in PowerPoint Slides using Python
Various types of diagrams are used in PowerPoint presentations to make the content more elaborative. These diagrams are comprised of different shapes such as ellipses, lines, rectangles, and connectors. In this article, you will learn how to add, clone, and remove shapes in PowerPoint slides programmatically in Python.