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.
March 2, 2022 · Usman Aziz

Convert VSD or VSDX Visio File to SWF Programmatically in C#

In some use cases, you might need to convert a VSD or VSDX diagram to an SWF file. In accordance with similar requirements, this article covers how to convert a VSD or VSDX file to an SWF file programmatically in C#.
March 2, 2022 · Farhan Raza

Fetch Emails from POP3 Server in Python

March 1, 2022 · Usman Aziz

Read 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.
March 1, 2022 · Usman Aziz

Convert OBJ to USDZ File Programmatically in C#

OBJ files store 3D geometry, textures, and polygon data. Converting them to USDZ enables AR and advanced rendering. This guide shows how to convert OBJ to USDZ programmatically in C#.
March 1, 2022 · Farhan Raza

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.
March 1, 2022 · Usman Aziz

Convert PDF Files to HTML in Python

PDF is a widely used document format that provides cross-platform support. Thus, you can open 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.
March 1, 2022 · Usman Aziz

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.
March 1, 2022 · Usman Aziz

Convert USDZ to STL Programmatically in Java

USDZ files are widely used in augmented reality, storing geometry, textures, shading, and skeletal data. When you need to export these assets for 3D printing or other workflows, converting USDZ to STL is essential. This guide shows how to convert USDZ to STL files in Java efficiently.
February 28, 2022 · Farhan Raza

Convert Visio VSD or VSDX File to XAML in Java

In some scenarios, you may need to convert a VSD or VSDX Visio to XAML format. In accordance with similar use cases, this article covers how to convert a VSD or VSDX file to a XAML file in Java.
February 28, 2022 · Farhan Raza