English

Convert OFT Files to HTML in Java

MS Outlook uses OFT as a template format to create layouts for the emails. The template can be preformatted and populated with the content dynamically for creating custom messages. In some instances, you may get the OFT files and need to convert them to HTML format programmatically. To achieve that, this article shows how to convert an OFT file to HTML in Java.
April 12, 2022 · 2 min · Usman Aziz

Create, Update or Delete Tasks on MS Exchange Server in C#

Various people create a list of activities to be performed, which is also known as a to-do list. Such lists are usually created on a paper, text editor, spreadsheets, etc. Microsoft also provides you the feature of creating and managing to-do lists and terms them as tasks. In this article, we will cover how to add, update, or delete tasks on MS Exchange Server programmatically in C#.
April 11, 2022 · 3 min · Usman Aziz

Convert USDZ to PDF in Java

USDZ files include the data related to shading, skeletal deformation, and other aspects of 3D scenes. In certain scenarios, you might want to convert a USDZ file to PDF format as the PDF files are widely supported over a number of platforms. For such requirements, this article explains how to convert USDZ to PDF files in Java.
April 11, 2022 · 2 min · Farhan Raza

Insert or Remove Header and Footer in VSD VSDX Files in C#

Headers and footers are used to display information over the top and bottom margin of each page of a file. They can include the topic, chapter, author, page number, and other relevant information. Visio diagrams in VSD or VSDX format can also contain a header and footer to show important information. This article covers how to insert or remove the header and footer in Visio files programmatically in C#.
April 10, 2022 · 3 min · Farhan Raza

Create, Update or Delete Google Calendar in C#

Google Calendar is a scheduling service that lets you create and keep track of the events such as meetings. You can log the events on the calendar and get reminders about the upcoming ones. Google also allows you to use its calendaring service programmatically. Thus, you can manage your events using Google Calendars from within your applications. In this article, you will learn how to create, update, and delete Google Calendar programmatically in C#.
April 10, 2022 · 3 min · Usman Aziz

Merge XPS Files Programmatically in Java

XPS format consists of XML markup which explains visual representation or rendering rules for a document. In certain cases, you may need to merge or combine many XPS documents. For such use cases, this article covers how to merge XPS files programmatically in Java.
April 9, 2022 · 3 min · Farhan Raza

Convert WOFF to TTF using C#

As a C# developer, you can easily convert Web fonts (WOFF or WOFF2) to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert WOFF to TTF using C#.
April 8, 2022 · 2 min · Muzammil Khan

Convert CF2 to BMP in C#

We can export 2D or 3D drawings from CF2 files to BMP 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 BMP using C#.
April 8, 2022 · 3 min · Denis Demenko

Generate PDF from LaTeX in Java

As a Java developer, you can easily create a PDF document from the LaTeX source file programmatically. In this article, you will learn how to create PDF from LaTeX in Java.
April 7, 2022 · 4 min · Muzammil Khan

Create Exchange Distribution List in Java

MS Exchange Server allows you to create email distribution lists that can be used to send emails to a group of people without entering individual email addresses. To create such lists programmatically, this article covers how to create a distribution list on MS Exchange Server in Java. Furthermore, it shows how to fetch a distribution list programmatically.
April 7, 2022 · 3 min · Usman Aziz