Author Archives: Usman Aziz

Add Audio to PowerPoint PPT in Python

In various cases, audio clips are used to make the PowerPoint presentations more interactive. To add audio in a PPT/PPTX presentation, MS PowerPoint provides an audio frame object. In this article, you will learn how to add an audio frame to a PowerPoint PPT in Python. Moreover, you will come to know how to extract audio from a presentation and save it as a file.

Posted in Aspose.Slides Product Family |

Convert RAR Files to ZIP Archive in C#

RAR is a commonly used archive file format that supports lossless compression of data. Often, people prefer RAR over ZIP because it provides a better compression rate and keeps the archive size smaller. However, in certain cases, you may need to convert RAR files to ZIP archives. To achieve that, this article covers how to convert a RAR file to ZIP programmatically in C#.

Posted in Aspose.ZIP Product Family | Tagged , , ,

Add Comments to PowerPoint PPT Slides in Python

Often, the content in presentations is required to be reviewed by other people to get their feedback. In PowerPoint, comments are used to write feedback about a particular word, phrase, or anything on a slide. In this article, we will cover how to add comments to PowerPoint PPT slides programmatically in Python. Moreover, you will learn how to read the existing comments and add replies.

Posted in Aspose.Slides Product Family | Tagged , ,

Extract Images from PowerPoint PPT in Java

In certain cases, you may need to extract images from PowerPoint presentations along with the text. To achieve that, this article covers how to extract images from PowerPoint PPT or PPTX programmatically in Java. You will also learn how to extract images only from the backgrounds or the shapes in PPT slides.

Posted in Aspose.Slides Product Family | Tagged , , ,

Extract Images from PowerPoint PPT in C#

While processing the PowerPoint presentations in a .NET application, you may need to extract content from the PPT slides. The content could be in the form of text and images. In the previous post, we have covered text extraction from PowerPoint slides. In this article, we will show you how to extract images from PowerPoint PPT or PPTX in C#.

Posted in Aspose.Slides Product Family | Tagged , , ,

Extract Nested ZIP Archives in C#

We often come across the scenario where multiple ZIP archives are encapsulated inside another ZIP. In such cases, first, you have to extract the parent ZIP and then the nested archives one by one. To make things easier for you, in this article, we will demonstrate how to extract the nested ZIP archives in C# .NET without writing complex code.

Posted in Aspose.ZIP Product Family | Tagged , , ,

Delete Files in a ZIP Archive in C# .NET

While working with archives from within your .NET applications, you may need to manipulate files inside a ZIP. In the previous post, you have seen how to add files/folders in a ZIP archive. In this article, you will learn how to delete files inside the ZIP archives programmatically in C#. So let's begin.

Posted in Aspose.ZIP Product Family | Tagged , , ,

Find and Replace Text in PowerPoint PPT in Python

While processing digital documents, you often need to find and replace a specific text in the content. This could be required when a piece of information is to be censored before sharing the documents. To accomplish this programmatically, this article covers how to find and replace text in PowerPoint PPT or PPTX in Python.

Posted in Aspose.Slides Product Family | Tagged , , ,

Create Executable Self-extracting Archive in C#

A self-extracting archive (SFX or SEA) is a special type of file that contains compressed data along with executable instructions. This archive has the ability to extract the files it contains by itself. Therefore, you don't need any specific extractor or decompressor application to open self-extracting archives. In this article, you will learn how to create executable self-extracting archives in C# from within your .NET applications.

Posted in Aspose.ZIP Product Family | Tagged , , ,

Apply 3D Effects in PowerPoint PPT using Python

MS PowerPoint provides 3D effects to make the presentations more attractive. You can use 3D text, shapes, and images to enhance the interactivity of the content. In this article, you will learn how to apply the 3D effects in PowerPoint PPT programmatically in Python. We will cover how to create 3D effects for text, shapes, and images in the presentations.

Posted in Aspose.Slides Product Family | Tagged , , ,