Author Archives: Usman Aziz

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.

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

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.

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

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.

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

Fetch Emails from POP3 Server in Python

Fetch Emails from POP3 Server in Python

Post Office Protocol (POP3) is a popular email protocol that is used to fetch emails from the mail servers. To work with the email messages in the mailbox, you first need to establish a connection to the POP3 server. To achieve that, this article covers how to connect to a POP3 server from within a Python application. Furthermore, you will learn how to fetch email messages from a POP3 server programmatically in Python.

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

Read MS Outlook PST Files in Java

PST (Personal Storage Table) is a well-known file format that is used for storage purposes by different Microsoft programs such as MS Outlook, Exchange, and Windows Messaging. PST files can store messages, contacts, and information about other items such as calendars, events, etc. In certain cases, you may need to parse a PST file and extract data from it programmatically. To achieve that, this article shows how to read MS Outlook PST files using Java. You will learn how to extract folders' information, read emails and fetch contacts from a PST file.

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

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.

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

Convert PDF Files to HTML in Python

PDF is a widely used document format that provides cross-platform support. Thus, you can open the PDF files without worrying about the underlying platform. However, in certain cases, you have to convert the PDF files to HTML, for example for embedding them into web pages. In this article, you will learn how to convert a PDF document to an HTML file programmatically in Python.

Posted in Aspose.Words Product Family | Tagged ,

Create and Delete Folders on MS Exchange Server in Java

Microsoft Exchange Server keeps emails in different folders such as inbox, outbox, etc. In addition, it allows you to create your own folders or subfolders inside the predefined folders. In certain cases, you may need to create custom folders on Exchange Server programmatically. To accomplish that, this article covers how to create or delete folders or subfolders with EWS on MS Exchange Server in Java.

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

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.

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

Work with Conversations on MS Exchange Server in Java

Often, an email is composed of multiple messages (or replies) forming a thread. In Microsoft Exchange Server, these threads are termed as conversations. While working with MS Exchange Server programmatically, you may need to access and manage the conversations. To accomplish that, in this article, you will learn how to find, copy, move and delete conversations on Microsoft Exchange Server in Java.

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