Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert XPS to JPG or PNG Image in Java
XPS files are used to save documents in the page description language. You may need to convert an XPS file to an image for previewing the contents or creating thumbnails. In accordance with such scenarios, this article covers how to convert XPS to JPG or PNG images using Java.
Convert EPUB to XPS in Java
EPUB file is in Open eBook file format which is usually used to publish books. In particular use cases, you may need to convert an EPUB file to XPS file format. In this article, you will learn how to convert EPUB to XPS files programmatically in Java.
Create Flowchart Programmatically in C#
Flowcharts are created or designed to represent different workflows. In certain situations, you may need to create flowcharts to manage different situations. This article covers how to create a flowchart diagram programmatically in C#.
Import Gmail Contacts in C# .NET
Gmail is a popular and widely used email service provided by Google. Along with sending and receiving emails, it offers various additional features such as auto-reply, chats, etc. As a programmer, you may come across the scenario when you need to import contacts from a particular Gmail account. To accomplish that from within .NET applications, this article covers how to import contacts from Gmail in C# .NET. Moreover, we will demonstrate how to fetch contacts from a specific email group.