Convert WOFF to TTF using C#
The True Type Font or TTF is used in operating systems for all digital platforms. In the previous post, we have seen how to convert TTF to web fonts. The… Read More »Convert WOFF to TTF using C#
The True Type Font or TTF is used in operating systems for all digital platforms. In the previous post, we have seen how to convert TTF to web fonts. The… Read More »Convert WOFF to TTF using 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… Read More »Add and Remove Members in MS Exchange Distribution Lists in C#
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… Read More »Create Exchange Distribution List in Java
LaTeX is widely used for creating technical and scientific documentation. LaTeX files (TEX or LTX) are source documents filled with commands to specify the format of the document, including text,… Read More »Generate PDF from LaTeX in Java
Smart filters are used to enable the non-destructive editing of an image. They are re-editable as they retain the filter settings and can be adjusted or removed from the image… Read More »Work with Smart Filters and Smart Objects in PSD File with 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… Read More »Create and Read MS Outlook Distribution Lists in C#
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… Read More »Read Emails from Shared Mailbox on Exchange Server in Java
MHT files can be used to archive webpages as they include all the images, CSS, JavaScript, and other resources. In certain situations, you may need to convert an MHT file… Read More »Convert MHT to an Image in Java
A barcode visually represents data in a machine-readable form. Usually, it contains data or information about a product or a company, encoded in the form of numbers and/or a pattern… Read More »Generate and Display Barcode Image in ASP.NET MVC
In Microsoft Exchange Server, emails are organized in different folders such as inbox, outbox, etc. Also, you can create your own folders or subfolders based on your needs. While working… Read More »Create and Delete Folders on MS Exchange Server in C#