English

Convert HTML to MHT File in C#

In some situations, you may need to convert an HTML file to MHT format. In accordance with such requirements, this article discusses how to convert HTML to MHT format programmatically in C#.
April 21, 2022 · 2 min · Farhan Raza

Convert CF2 to FBX in C#

We can export 2D or 3D drawings from CF2 files to FBX documents programmatically. CF2 files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a CF2 file to a FBX using C#.
April 21, 2022 · 3 min · Denis Demenko

Convert CF2 to OBJ in C#

We can export 2D or 3D drawings from CF2 files to OBJ documents programmatically. CF2 files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a CF2 file to a OBJ using C#.
April 20, 2022 · 3 min · Denis Demenko

Write and Read Messages on Thunderbird Storage in Python

Thunderbird is an open-source email client that allows you to get messages from more than one email servers. Thus, you can manage emails from multiple accounts in a single place. In certain cases, you may need to access email messages from Thunderbird programmatically. Furthermore, you may have to write new messages on Thunderbird. In this article, you will learn how to write and read messages on Thunderbird storage in Python.
April 19, 2022 · 3 min · Usman Aziz

Convert VSD or VSDX to VTX in Java

Visio diagram files are used to create different designs like organizational charts, UML diagrams, etc. Whereas, the VTX file format is a drawing template that is saved in XML format. In certain scenarios, you may need to convert a VSD or VSDX Visio file to the VTX format. Accordingly, this article explains how to convert a VSD or VSDX file to VTX format programmatically in Java.
April 19, 2022 · 2 min · Farhan Raza

Convert MHT or MHTML to Word DOCX File in C#

In certain cases, you may need to convert an MHT or MHTML file to a Word document. Accordingly, this article covers how to convert an MHT or MHTML file to a Word document in DOCX format programmatically in C#.
April 19, 2022 · 3 min · Farhan Raza

Convert CF2 to DXF in C#

We can export 2D or 3D drawings from CF2 files to DXF documents programmatically. CF2 files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a CF2 file to a DXF using C#.
April 19, 2022 · 3 min · Denis Demenko

Convert DWF or DWFX to SVG in Java

DWF or DWFX files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert DWF or DWFX files to an SVG image file as per your requirements. In accordance with that, the article covers how to convert DWF or DWFX to SVG images programmatically using Java.
April 18, 2022 · 2 min · Farhan Raza

Create MS Outlook Distribution Lists in Python

MS Outlook allows creating the distribution lists to send emails to multiple people without writing individual email addresses. Furthermore, you can create different lists based on types of people such as official, social, etc. While working with MS Outlook programmatically, you can create and save a distribution list on disk in PST format. This PST file can be loaded and utilized in MS Outlook or from within your application. In this article, you will learn how to create MS Outlook distribution lists in Python.
April 18, 2022 · 2 min · Usman Aziz

Create and Send Messages using Microsoft Graph API in C#

Microsoft offers Graph API to access the services of Office 365 and Microsoft Cloud programmatically from within your applications. Furthermore, you can use the Graph API to manage folders, send messages, and perform various other operations. In this article, you will learn how to create and send messages using Microsoft Graph API in C#.
April 18, 2022 · 3 min · Usman Aziz