Monthly Archives: May 2022

Merge XPS Files Programmatically in C#

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#.

Posted in Aspose.Page Product Family | Tagged , , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,

Convert MPP to Excel using Java

As a Java developer, you can easily export project data from MPP files to Excel spreadsheets (XLSX) programmatically. In this article, you will learn how to convert MPP to Excel using Java.

Posted in Aspose.Tasks Product Family | Tagged , , , , , ,

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.

Posted in Aspose.PDF Product Family | Tagged , ,

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.

Posted in Aspose.HTML Product Family | Tagged , ,

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#.

Posted in Aspose.Page Product Family | Tagged , ,

Convert PDF Files to XML in Java

XML is a versatile markup language that is used for multiple purposes, such as data management, web, Office tools, documents, etc. Since XML is convenient to be processed by computer programs, the PDF documents are often converted into XML formats to get the structured representation of the content. The converted XML uses different tags to represent the PDF document. In this article, you will learn how to convert a PDF file to XML programmatically in Java.

Posted in Aspose.PDF Product Family | Tagged , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,

Read GPX Files using 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#.

Posted in Aspose.GIS Product Family | Tagged , , , , , , , , ,

Convert Text to PNG, JPEG, or GIF Image in C#

In various cases, you have to convert the text into read-only formats such as images or PDFs. In a previous article, we covered how to convert the text in a TXT file to PDF. For text to image conversion from within .NET applications, this article shows how to convert a text to PNG, JPEG, or GIF image programmatically in C# .NET.

Posted in Aspose.Words Product Family | Tagged , , ,