Convert CF2 to BMP in C#
CAD CF2 file that contains 3D package designs or other model data; can be processed and cut by a CAD/CAM machine, such as a die cutting device; saved in an… Read More »Convert CF2 to BMP in C#
CAD CF2 file that contains 3D package designs or other model data; can be processed and cut by a CAD/CAM machine, such as a die cutting device; saved in an… Read More »Convert CF2 to BMP in C#
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
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
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#
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#
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#
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
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
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
MHT file is a webpage archive format that includes text, graphics, animations, CSS, JavaScript, and all linked resources in a single file. Some webpages access images or other resources from… Read More »Convert MHT to PDF File in C#