En

Move Email to a Folder on Microsoft Exchange Server in C#

Microsoft Exchange Server is a widely used collaboration platform that provides email, contact management, calendaring, and other services. In the previous post, we have shown you how to access and read emails from MS Exchange Server programmatically in a .NET application. However, you may also need to copy emails from one folder to another on Exchange Server. To achieve that, this article shows how to move emails to a particular folder on MS Exchange Server in C# .NET.
February 28, 2022 · 3 min · Usman Aziz

Create Survey Form from JSON Markup using C#

You can easily generate surveys, quizzes, and ready-to-print OMR answer sheets from JSON markup programmatically. In this article, you will learn how to create a survey form from JSON markup using C#.
February 26, 2022 · 3 min · Muzammil Khan

Convert Visio VSD or VSDX to VDX in Java

Sometimes you might need to convert a VSD or VSDX file to a VDX file which is based on XML schema. In accordance with such scenarios, this article explains how to convert a VSD or VSDX Diagram file to a VDX file in Java.
February 25, 2022 · 2 min · Farhan Raza

Convert DWG to OBJ File in C#

You may need to render such drawings in 3D modeling applications for visualizing or manipulating the designs. You can convert the DWG file to a 3D Object file in OBJ format. This article covers how to convert a DWG drawing to an OBJ file programmatically in C#.
February 25, 2022 · 2 min · Farhan Raza

Add, Update and Delete Contacts from Microsoft Exchange Server in Java

Microsoft Exchange Server is an email and calendaring server that provides different collaboration services like email, calendars, contacts management, etc. In one of my posts, I have shown you how to access and read emails from Microsoft Exchange Server programmatically in Java. However, we often need the contact list that we have on the MS Exchange Server. So in this article, you will learn how to add, delete, or update contacts on Microsoft Exchange Server in Java.
February 25, 2022 · 3 min · Usman Aziz

Convert VSD or VSDX to VDX in C#

Visio drawings are collections of shapes and icons which can be used for different purposes. For example, a floor plan or a blueprint of a building. In some cases, you might need to convert a Visio drawing to a VDX file. In accordance with such scenarios, this article covers how to convert VSD or VSDX diagrams to a VDX file programmatically in C#.
February 25, 2022 · 2 min · Farhan Raza

Convert PowerPoint PPT to Animated GIF in Python

In various cases, PowerPoint presentations are converted to other formats such as HTML, images, etc. It is usually done to avoid dependency on MS PowerPoint to view the presentations. In accordance with that, this article shows how to convert a PowerPoint PPT or PPTX presentation to an animated GIF in Python. Moreover, we will cover how to set frame size, the delay between slides, and frames per second programmatically.
February 24, 2022 · 3 min · Usman Aziz

Convert EPUB to Word DOCX in C#

EPUB files are frequently used to share or print brochures, pamphlets, or eBooks. In some cases, you might need to convert EPUB to a Word DOCX file. In accordance with such use cases, this article explains how to convert an EPUB file to DOCX format programmatically in C#.
February 23, 2022 · 2 min · Farhan Raza

Convert EPUB to XPS File in C#

EPUB files are commonly used to share or print files on a large scale. For instance, EBooks are very common these days, which are created in EPUB format. In certain situations, you may need to convert EPUB to an XPS file. Accordingly, this article covers how to convert an EPUB file to XPS format programmatically in C#.
February 22, 2022 · 2 min · Farhan Raza

Extract Text and Images from OneNote Documents using C#

You can easily extract text or images from OneNote documents programmatically without using MS OneNote. In this article, you will learn how to extract text and images from OneNote documents using C#.
February 22, 2022 · 3 min · Muzammil Khan