English

Convert MHT to an Image in C#

You might need to convert an MHT file to an image for previewing the contents as a thumbnail. In accordance with such requirements, this article covers how to convert an MHT or MHTML file to an image in JPG, PNG, and other image formats programmatically in C#.
March 6, 2022 · 2 min · Farhan Raza

Read Emails from Shared Mailbox on Exchange Server in C#

Microsoft Exchange Server provides a bunch of useful features to create, send, and manage emails. One of these features is a shared mailbox that can be accessed by multiple users. While working with MS Exchange Server from within your .NET applications, you may need to access emails from a shared mailbox. So in this article, you will learn how to read email messages from a shared mailbox on MS Exchange Server using C# .
March 5, 2022 · 2 min · 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 · 2 min · 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 · 3 min · 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 · 4 min · 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 · 4 min · 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 · 4 min · 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 · 2 min · Farhan Raza

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