Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert Visio VSD or VSDX to VDX in Java
Sometimes you might need to convert a VSD or VSDX file to a VDX file which is based on XML schema. In accordance with such scenarios, this article explains how to convert a VSD or VSDX Diagram file to a VDX file in Java.
Convert DWG to OBJ File in C#
You may need to render such drawings in 3D modeling applications for visualizing or manipulating the designs. You can convert the DWG file to a 3D Object file in OBJ format. This article covers how to convert a DWG drawing to an OBJ file programmatically in C#.
Add, Update and Delete Contacts from Microsoft Exchange Server in Java
Microsoft Exchange Server is an email and calendaring server that provides different collaboration services like email, calendars, contacts management, etc. In one of my posts, I have shown you how to access and read emails from Microsoft Exchange Server programmatically in Java. However, we often need the contact list that we have on the MS Exchange Server. So in this article, you will learn how to add, delete, or update contacts on Microsoft Exchange Server in Java.
Convert VSD or VSDX to VDX in C#
Visio drawings are collections of shapes and icons which can be used for different purposes. For example, a floor plan or a blueprint of a building. In some cases, you might need to convert a Visio drawing to a VDX file. In accordance with such scenarios, this article covers how to convert VSD or VSDX diagrams to a VDX file programmatically in C#.
Convert EPUB to Word DOCX in C#
EPUB files are frequently used to share or print brochures, pamphlets, or eBooks. In some cases, you might need to convert EPUB to a Word DOCX file. In accordance with such use cases, this article explains how to convert an EPUB file to DOCX format programmatically in C#.
Convert EPUB to XPS File in C#
EPUB files are commonly used to share or print files on a large scale. For instance, EBooks are very common these days, which are created in EPUB format. In certain situations, you may need to convert EPUB to an XPS file. Accordingly, this article covers how to convert an EPUB file to XPS format programmatically in C#.
Extract Text and Images from OneNote Documents using C#
You can easily extract text or images from OneNote documents programmatically without using MS OneNote. In this article, you will learn how to extract text and images from OneNote documents using C#.