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#.
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#.
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.
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.
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#.
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#.
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.
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.
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#.
How to Replace Images in PDF Files in Java
Various industries use PDF format to automatically generate their documents such as invoices, reports, technical articles, etc. Along with text, these documents may also contain images and other graphical objects. In some instances, you have to replace the confidential images in the PDF documents before sharing. To accomplish that programmatically, this article covers how to replace images in PDF documents in Java.