XPS files are based on XML Paper Specifications which represent page layouts. They include information about appearance and printing layouts. Sometimes you might want to merge multiple XPS files for further processing of data. In accordance with such requirements, this article explains how to merge XPS files programmatically in C#.
Create, Update or Delete Google Calendar in Java
Google Calendar is a scheduling service that lets you create and keep track of the events such as meetings. You can log the events on the calendar and get reminders about the upcoming ones. Google also allows you to use its calendaring service programmatically. Thus, you can manage your events using Google Calendars from within your applications. In this article, you will learn how to create, update, and delete Google Calendar programmatically in Java.
Convert MPP to Excel in Java
Java developers can programmatically export MPP project data to Excel (XLSX) files. This guide shows how to convert MPP to Excel using Java.
Convert PDF to JPG Images in Java
PDF is among the widely opted file formats for printing and sharing digital documents. With a number of useful features, the PDF format allows you to create rich content having text, graphics, annotations, etc. However, you may need to convert the PDF files to image formats, e.g. JPG, in certain cases. To accomplish that programmatically, this article covers how to convert PDF to JPG images in Java.
Save Webpage as PDF in Java
Web pages are used to show all kinds of information on the websites. In certain scenarios, you may need to save a webpage as a PDF in Java. In accordance with such scenarios, this article covers how to save a webpage as a PDF in Java.
Merge EPS Files Programmatically in C#
An EPS file is a vector graphic stored in an Encapsulated PostScript Format. They can contain text, graphics, or other visual content. Its scalability feature makes it a preferred choice of graphic designers to save banners, billboards, and other large print jobs. However, sometimes you may need to merge multiple EPS files. This article covers how to merge or combine EPS files programmatically in C#.
How to Convert PDF to XML in Java
This article provides a quick and easy-to-implement method to convert PDF files to XML in Java. Not only this, but the provided method ensures high-quality PDF to XML conversion in a few simple steps. So let’s have a look at how to perform PDF to XML conversion in Java.
Create MS Outlook Distribution Lists in Java
Email distribution lists make it possible to send emails to a group of people without writing individual email addresses. You can create a number of lists based on types of people such as official, social, etc. MS Outlook also allows you to make the distribution lists and often you may need to create such lists programmatically. So let’s see how to create and read MS Outlook distribution lists programmatically in Java.
Read GPX Files in C#
As a C# developer, you can easily read GPX files and extract GPS data such as waypoints, tracks, routes, etc. In this article, you will learn how to read GPX files using C#.
Convert Text to PNG, JPEG, or GIF Image in C#
As a programmer, you may need to render text as images, e.g. PNG, JPG, and GIF. However, the processing speed and the quality of text to image conversion are not up to the mark in various available solutions. This article provides a high-speed and high-quality C# library for text to image conversion**.