English

Add, Update and Delete Contacts from Microsoft Exchange Server in C#

Microsoft Exchange Server is a popular platform that provides various collaboration services like email, calendars, contacts, etc. In the previous post, we have shown you how to read emails from Microsoft Exchange Server. However, you may also need to work with the contacts on the Exchange Server programmatically. In this article, you will learn how to add, delete, or update contacts on Microsoft Exchange Server in C# .NET.
March 25, 2022 · 3 min · Usman Aziz

Extract Text or Images from OneNote Documents using Java

As a Java developer, 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 Java.
March 25, 2022 · 3 min · Muzammil Khan

Import Gmail Contacts Programmatically in Java

Google’s Gmail is among the most popular and commonly used email services. Gmail provides a range of features along with just sending and receiving emails, such as calendars, chats, etc. In certain cases, you may need to connect to Gmail and import contacts programmatically from within your applications. To achieve that, this article shows how to import Gmail contacts using Java. Also, we will cover how to access contacts in a specific email group.
March 24, 2022 · 3 min · Usman Aziz

Change SVG Color or Background Programmatically in C#

SVG images are getting popular because of their scalability and quality features. In some scenarios, you might need to change the color of SVG images to make them more attractive. This article covers how to change the color of different SVG elements programmatically in C#.
March 24, 2022 · 3 min · Farhan Raza

Convert VCF Files to HTML in Java

VCF is a commonly used format to store the contact information of single or multiple persons. Also, it can contain the contact information of the business. The fields of a VCF file include name, address, phone, email, etc. In certain cases, you may need to convert a VCF file to HTML, for example, to embed it into a web page. To accomplish that programmatically, this article shows how to convert a VCF file to HTML in Java.
March 24, 2022 · 2 min · Usman Aziz

Create, Update, and Delete Contacts in Gmail using Java

Gmail is one of the commonly used online applications for sending and receiving emails. In addition, it allows working with calendars, contacts, chats, etc., and provides various other collaboration services. Recently, in an article, we have covered how to import contacts from a Gmail account. Today, you will learn how to create, update, and delete contacts in a Gmail account using Java.
March 22, 2022 · 3 min · Usman Aziz

Aspose sponsors DevNexus 2022 Java conference

DevNexus 2022 is right around the corner! Hosted on April 12-14 at the Georgia World Congress Center (GWCC), DevNexus is Atlanta’s most exciting conference for professional software developers. Come and discover how the industry’s best minds use the latest Java technologies to build solutions to business problems. Connect with other software developers, and study real-life case studies in Java application development. DevNexus provides exceptional speakers and presentations and also great food and much more.
March 22, 2022 · 2 min · Tomislav

Convert EML and MSG Emails to PDF in Java

EML and MSG are popular email formats used by MS Outlook to store emails. There could be the cases when you need to share the content of EML or MSG files from within your web or desktop applications. One of the most suitable solutions is the conversion of email files to PDF format. In this article, you will learn how to convert an EML or MSG email to PDF programmatically in Java.
March 22, 2022 · 3 min · Usman Aziz

Convert HTML to MHT in Java

MHT files are used to keep images, text, CSS, and other related resources in a single webpage. In some use cases, you might want to convert an HTML file to MHT format. Accordingly, this article covers how to convert HTML to MHT format programmatically in Java.
March 21, 2022 · 2 min · Farhan Raza

Convert XBRL to PDF in C#

As a .NET developer, you can easily convert XBRL files or financial data from XML files to PDF documents. In this article, you will learn how to convert XBRL to PDF in C#.
March 20, 2022 · 3 min · Muzammil Khan