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 · 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 · 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 · 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 · Usman Aziz

Add and Remove Members in MS Exchange Distribution Lists in C#

While working with MS Exchange Server from within .NET applications, you may need to work with distribution lists. In the previous post, you have seen how to create and fetch Exchange distribution lists. In this article, you will learn how to add or remove members in MS Exchange distribution lists programmatically in C# .NET.
April 7, 2022 · Usman Aziz

Create and Read MS Outlook Distribution Lists in C#

Email distribution lists make it easier to send a single email to a group of people without writing their individual email IDs. You can create as many lists as required based on the circles you have, such as official, social, etc. MS Outlook also allows you to make the distribution lists and often you may need to create such lists programmatically. So let’s see how to create and read MS Outlook distribution lists in C# .NET.
April 6, 2022 · Usman Aziz

Work with Smart Filters and Smart Objects in PSD File with C#

you can add one or more smart filters provided a layer is a smart object. This article covers how to edit and update smart filters as well as add new filters like GaussianBlurSmartFilter, AddNoiseSmartFilter, etc. to an image programmatically in C#.
April 6, 2022 · Farhan Raza

Convert MHT to an Image in Java

In certain situations, you may need to convert an MHT file to an image format. Accordingly, this article covers how to convert an MHT or MHTML to an image in JPG or PNG format programmatically in Java.
April 5, 2022 · Farhan Raza

Read Emails from Shared Mailbox on Exchange Server in Java

Microsoft Exchange Server provides the facility of a shared mailbox that can be accessed by multiple users. The users can send or receive emails, create calendars and tasks, and perform other activities. While working with MS Exchange Server programmatically, you may need to access emails from a shared mailbox. Therefore, in this article, you will learn how to read email messages from a shared mailbox on MS Exchange Server using Java.
April 5, 2022 · Usman Aziz

Generate and Display Barcode Image in ASP.NET MVC

As a .NET developer, you can easily generate various types of barcodes and display them in Razor pages. In this article, you will learn how to dynamically generate and display barcode in ASP.NET MVC application using c#.
April 4, 2022 · Muzammil Khan