Convert DWG to FBX Programmatically in C#

DWG files are CAD drawings that are commonly used by architectural or engineering applications. Whereas, FBX files are used for data compatibility between several 3D modeling applications. In some scenarios, you may want to convert a DWG file to FBX format. This article elaborates on how to convert DWG to FBX file programmatically in C#.
March 14, 2022 · Farhan Raza

Manage Inbox Rules on Exchange Server in C#

Microsoft Exchange Server allows you to define different rules for the inbox, which are applied to the messages such as moving a message to a folder, deleting a message, etc. While working with the Exchange services from within .NET applications, you may need to manage inbox rules programmatically. In this article, you will learn how to create and update inbox rules on MS Exchange Server in C# .NET.
March 13, 2022 · Usman Aziz

Convert USDZ to FBX in Java

USDZ files contain robust schemas which are helpful for the interchange of skeletal, geometry, and shading information. Different 3D graphics manipulating applications might sometime need to export a USDZ file to FBX file format. In accordance with such requirements, this article covers how to convert USDZ to FBX format programmatically in Java.
March 12, 2022 · Farhan Raza

Create, Update or Delete Tasks on MS Exchange Server in Java

To-do lists are used to keep track of the activities to be performed. People create such lists on paper, text editors, spreadsheets, etc. Microsoft Exchange Server also provides the feature of creating and managing to-do lists that are composed of tasks. To work with these tasks programmatically, this article shows how to add, update, or delete tasks on MS Exchange Server in Java.
March 11, 2022 · Usman Aziz

Convert DWG to DWF Programmatically in C#

DWG files are basically CAD drawings containing vector image data. Designers or architects frequently work with DWG format files. In some cases, you might need to convert a DWG file to a DWF format. In accordance with such requirements, this article covers how to convert a DWG to a DWF file programmatically in C#.
March 11, 2022 · Farhan Raza

Insert or Delete Header and Footer in Visio Files in Java

Header and footer sections are commonly used to show important information about a document. In some cases, you may need to insert or delete a header or footer in Visio files. This article covers how to insert or remove header and footer in VSD or VSDX files programmatically in Java.
March 10, 2022 · Farhan Raza

Convert Excel Files to Google Sheets in C# .NET

Spreadsheets are commonly used for storing small or large-scale data in the form of rows and columns. Various applications are available to create and manipulate spreadsheets, of which MS Excel is a popular one. Alongside, Google provides Google Sheets, which is used to create and update spreadsheets online. In addition, Google Sheets lets you share the spreadsheets with multiple people in real-time. In certain cases, you may need to export data from Excel XLS or XLSX files to a spreadsheet in Google Sheets programmatically. So let’s see how you can read data from an Excel file and write it to Google Sheets’ spreadsheet in C# .NET.
March 10, 2022 · Usman Aziz

Move Email to a Folder on Microsoft Exchange Server in Java

Aspose.Email for Java allows you to work with Microsoft Exchange Server services such as email, contact management, calendaring, etc. In a previous post, you have seen how to read emails from MS Exchange Server programmatically from within your Java applications. However, in certain cases, you may have to move emails from one folder to another on Exchange Server. In this article, you will learn how to move emails to a particular folder on MS Exchange Server in java.
March 10, 2022 · Usman Aziz

Using System.Drawing with .NET 6 on non-Windows Platform

The System.Drawing.Common is the actual implementation of the System.Drawing library. However, it is now attributed as a Windows-specific library in .NET 6 Framework. Therefore, you can use Aspose.Drawing to create a cross-platform .NET 6 Framework-based application.
March 9, 2022 · Farhan Raza

Render LaTeX Equations and Math Formulas in C#

You can write basic equations and mathematical formulas in the TEX file programmatically without using LaTeX. In this article, you will learn how to render equations and math formulas using C#.
March 8, 2022 · Muzammil Khan