Author Archives: Usman Aziz

Get Contacts List from Microsoft Exchange Server in Java

While working with Microsoft Exchange Server programmatically, you may need to access the contacts from it. For example, to export the contacts, manipulate them, or use them for other purposes. In this article, you will learn how to get the contacts list from Microsoft Exchange Server in Java.

Posted in Aspose.Email Product Family | Tagged , ,

Move Email to a Folder on Microsoft Exchange Server in C#

Microsoft Exchange Server is a widely used collaboration platform that provides email, contact management, calendaring, and other services. In the previous post, we have shown you how to access and read emails from MS Exchange Server programmatically in a .NET application. However, you may also need to copy emails from one folder to another on Exchange Server. To achieve that, this article shows how to move emails to a particular folder on MS Exchange Server in C# .NET.

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

Add, Update and Delete Contacts from Microsoft Exchange Server in Java

Microsoft Exchange Server is an email and calendaring server that provides different collaboration services like email, calendars, contacts management, etc. In one of my posts, I have shown you how to access and read emails from Microsoft Exchange Server programmatically in Java. However, we often need the contact list that we have on the MS Exchange Server. So in this article, you will learn how to add, delete, or update contacts on Microsoft Exchange Server in Java.

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

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.

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

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.

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

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.

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

Write and Read Messages on Thunderbird Storage in Java

Thunderbird is an open-source application that allows you to configure your email accounts and access email messages from them. The application makes it possible to manage emails from multiple accounts in a single place. In certain cases, you may need to create and access email messages in Thunderbird storage programmatically. In accordance with that, this article shows how to write and read messages on Thunderbird storage in Java.

Posted in Aspose.Email Product Family | Tagged , ,

Create Charts in PowerPoint Presentations in Python

Charts are used for the graphical representation of the data to make the analysis easier. Therefore, MS PowerPoint supports a range of charts to visualize the data in different ways. Among all, the most commonly used charts include pie charts, line charts, bar charts, histograms, stock charts, etc. In this article, you will learn how to create these charts in PowerPoint PPT or PPTX in Python.

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

Export Excel Data to Google Sheets in Python

Excel files are widely used to store the data and perform various types of operations on it, such as generating charts, applying formulas. On the other hand, Google Sheets is a popular online application for creating and manipulating spreadsheets. Google Sheets also provides real-time sharing of spreadsheets with multiple people. In certain cases, you may need to export Excel XLS or XLSX files to Google Sheets programmatically. To achieve that, this article provides a complete guide on how to set up a Google project and export data from Excel files to Google Sheets in Python.

Posted in Aspose.Cells Product Family | Tagged , ,

Add Video Frame in PowerPoint PPT using Python

MS PowerPoint allows adding media elements to the presentations such as audio and video. Video frames are used to insert the video clips from local files or web sources. In this article, you will learn how to add video frames in a PowerPoint PPT or PPTX in Python. We will also demonstrate how to embed videos from a web source such as YouTube and extract videos from a PPT.

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