Convert PowerPoint PPT/PPTX to TIFF in Python

TIFF is a popular format that is used for the conversion of PowerPoint presentations to image format. This conversion could be useful for generating thumbnails of the PPT slides. In this article, you will learn how to convert PowerPoint PPT or PPTX to TIFF using Python. Furthermore, you will learn how to customize PPT to TIFF conversion using different options.
March 8, 2022 · Usman Aziz

Convert EPS or PS to SVG in C#

EPS or PS files contain vector graphics and are commonly used by designers. They can contain high-resolution images including shapes or text and are often used for billboard printing or building wraps. In some scenarios, you might need to convert an EPS or PS file to an SVG image. This article covers how to convert EPS or PS PostScript files to SVG in C#.
March 8, 2022 · Farhan Raza

Add and Remove Members in MS Exchange Distribution Lists in Java

MS Exchange Server allows you to create distribution lists to send emails to a group of people. In the previous article, we have covered how to create or fetch Exchange distribution lists in Java. In this article, you will learn how to add or remove members in MS Exchange distribution lists in Java.
March 7, 2022 · Usman Aziz

Create Exchange Distribution List in C# .NET

MS Exchange Server provides the feature of creating distribution lists or groups. These distribution lists allow you to send emails to a group of people without requiring you to enter individual email addresses. In this article, you will learn how to create a distribution list on MS Exchange Server in C# .NET. Furthermore, we will cover how to fetch a distribution list programmatically.
March 6, 2022 · Usman Aziz

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 · Farhan Raza

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