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**.
Convert COLLADA to EMF in C#
We can export 2D or 3D drawings from COLLADA files to EMF documents programmatically. COLLADA files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a COLLADA file to a EMF using C#.
Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in Java
If you need to convert Word documents to image formats programmatically, let me introduce a high-quality conversion solution in Java to convert Word to PNG, JPG, BMP, GIF, or TIFF images.
Convert JPG or PNG Image to XML with OCR in Java
XML files are frequently used to structure data for storage and transport of data. Sometimes an image can contain some data or information that you may need to process further. You can easily convert a JPG or PNG image to XML format. This article explains how to convert the JPG or PNG image file to XML format with OCR programmatically in Java.
Convert EPUB to a PNG or JPG Image in C#
EPUB files are commonly used for large-scale printing purposes. In certain scenarios, you may need to preview the contents of an EPUB file in the form of an image. In accordance with such use cases, this article explains how to convert an EPUB file to a PNG or JPG programmatically in C#.
Add or Update Hyperlinks in PDF using Java
PDF is a popular document format that provides cross-platform support with a range of features to create rich documents. Furthermore, it supports a variety of elements such as media, forms, annotations, artifacts, etc. Among these elements, the hyperlinks are used quite often to navigate within the PDF, from one PDF to another, to open a URL, etc. So in this article, you will learn how to add and update hyperlinks in PDF files programmatically in Java.