English

Create OMR Survey or Answer Sheet in Java

As a Java developer, you can easily generate OMR surveys, quizzes, or answer sheets from text markup programmatically. In this article, you will learn how to create an OMR OMR Survey or Answer Sheet from text markup using Java.
March 31, 2022 · 3 min · Muzammil Khan

Work with Conversations on MS Exchange Server in C#

The conversations on Microsoft Exchange Server are referred to as the group of email messages in a thread. In simple words, an email and all its replies are known to be a conversation. In this article, we will show you how to work with conversations in MS Exchange Server programmatically. Particularly, you will learn how to find, copy, move and delete conversations on MS Exchange Server in C# .NET.
March 31, 2022 · 4 min · Usman Aziz

Convert EPUB to a PNG or JPG Image in Java

EPUB file format is popular for printing e-books, brochures, pamphlets, etc. Sometimes you may need to convert an EPUB file to an image for displaying file contents. Therefore, this article guides you on how to convert an EPUB file to a JPG or PNG image programmatically in Java.
March 30, 2022 · 2 min · Farhan Raza

Convert Visio VSD or VSDX to XAML in C#

You may need to convert a Visio file in VSDX or VSD format to a XAML file. This article covers how to convert a VSD or VSDX diagram to a XAML file programmatically in C#.
March 29, 2022 · 2 min · Farhan Raza

Get Contacts List from Microsoft Exchange Server in C#

Microsoft Exchange Server is a well-known platform for email, calendaring and other collaboration services. Often you may need to connect to your MS Exchange Server and retrieve the list of contacts programmatically. To achieve that, this article shows how to get the contacts list from Microsoft Exchange Server in C# .NET.
March 28, 2022 · 2 min · Usman Aziz

Convert STL to USDZ in C#

STL files are used in computer-aided manufacturing as these files contain 3D geometrical information. Whereas, a USDZ file is often used to create augmented-reality-based scenes. In certain use cases, you might need to convert an STL file to USDZ format. This article covers how to convert an STL file to a USDZ file programmatically in C#.
March 28, 2022 · 2 min · Farhan Raza

Convert USDZ to STL File in C#

USDZ files are commonly used to create augmented reality-based scenes. USDZ files include data for rigging, textures, geometry, etc. to precisely portray a 3D scene. In certain scenarios, you might need to convert a USDZ file to STL format. Accordingly, this article explains how to convert a USDZ file to an STL file programmatically in C#.
March 27, 2022 · 2 min · Farhan Raza

Connect to IMAP Servers in Python

Internet Message Access Protocol (IMAP) is one of the most commonly used protocols for reading messages from an email server. In order to access the mailbox from your client applications, you would first need to establish a connection with the IMAP server. To achieve this, this article covers how to connect to an IMAP server using Python. Furthermore, you will learn how to fetch messages from an IMAP server programmatically.
March 26, 2022 · 2 min · Usman Aziz

Find and Replace Text in Visio Diagram in Java

In certain scenarios, you might want to find and replace some text in a VSD or VSDX format Visio diagram. Accordingly, this article explains how to find and replace text in Visio drawings programmatically in Java.
March 26, 2022 · 2 min · Farhan Raza

Read MS Outlook PST Files in C# .NET

PST (Personal Storage Table) is a storage file format that is used by different Microsoft programs such as MS Outlook, Exchange, and Windows Messaging. PST files are capable of storing messages, contacts, 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 C# .NET. Particularly, you will learn how to extract folders’ information, read emails and fetch contacts from a PST file.
March 25, 2022 · 3 min · Usman Aziz