Read Emails from Shared Mailbox on Exchange Server in C#

March 5, 2022 · Usman Aziz

Convert SVG to Word DOCX/DOC Document in C#

SVG images are popular because of their being scalable in nature. In certain scenarios, you might need to convert an SVG image to a Word document in DOCX or DOC format. Accordingly, this article covers how to convert an SVG file to a Word document programmatically in C#.
March 4, 2022 · Farhan Raza

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

Generate and Read Royal Mail QR Code in C#

The Royal Mail QR code is a machine-readable barcode used in letters. It provides information about mail tracking & delivery status, delivery schedule and reporting statistics. In this article, you will learn how to generate and read Royal Mail Mailmark 2D barcodes using C#.
March 3, 2022 · Muzammil Khan

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

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