English

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.
May 9, 2022 · 2 min · Farhan Raza

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#.
May 7, 2022 · 2 min · Farhan Raza

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.
May 7, 2022 · 2 min · Usman Aziz

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.
May 6, 2022 · 3 min · Usman Aziz

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#.
May 6, 2022 · 5 min · Muzammil Khan

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**.
May 6, 2022 · 2 min · Usman Aziz

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#.
May 6, 2022 · 3 min · Denis Demenko

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.
May 2, 2022 · 3 min · Usman Aziz

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.
May 1, 2022 · 2 min · Farhan Raza

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#.
April 30, 2022 · 2 min · Farhan Raza