En

Convert PDF Pages to JPG Images in C#

PDF is a versatile format that is commonly used for printing and sharing documents. However, there could be cases when you need to convert PDF files to image formats programmatically. To accomplish that, this article covers how to convert PDF to JPG images in C# from within your .NET applications.
June 8, 2022 · 2 min · Usman Aziz

Read Gantt Chart of Project using Java

The Gantt chart view is the default view of the project. It lists project tasks, their relationship to one another, and the schedule of the project. In this article, you will learn how to read the Gantt chart of the MS project using Java.
June 8, 2022 · 7 min · Muzammil Khan

Merge EPS Files Programmatically in Java

EPS is a vector often used by the image processing professions to retain the high quality of the images. For instance, an EPS file can support customizations without affecting the quality of the image. However, sometimes you might need to merge different EPS files. In accordance with such requirements, this article covers how to merge EPS files programmatically in Java.
June 7, 2022 · 2 min · Farhan Raza

Convert PDF Files to XML in C# .NET

XML is a well-known markup language similar to HTML. However, its uses spread across multiple scenarios such as data management, web, office tools, documents, etc. In particular cases, the PDF documents are converted into XML files to get the structured representation of the content. Thus, the tag-based representation of the PDF documents can be processed more conveniently for different purposes. Accordingly, in this article, you will learn how to convert a PDF file to XML programmatically in C#.
June 7, 2022 · 2 min · Usman Aziz

Convert Text to PNG, JPEG, or GIF Image in Java

Text-to-image conversion is often required in various cases, such as, to make the text read-only. In a previous article, we wrote about how to convert the text in a TXT file to a PDF in Java. In this article, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Java.
June 6, 2022 · 2 min · Usman Aziz

Read Barcode from Image using Java

As a Java developer, you can easily recognize and read various types of barcodes in Java applications. In this article, you will learn how to read barcodes from an image using Java.
June 4, 2022 · 5 min · Muzammil Khan

Download Image from URL in C#

Visuals are helpful to understand things clearer, faster, and easier. Thus, images are commonly used over the web for a lot of reasons. Sometimes you may need to download images from different web pages. Accordingly, this article covers how to download image from URL in C#. It also contains some download resources so that you can simply test image downloading with a plug-and-play kind of project.
June 4, 2022 · 2 min · Farhan Raza

Add QR Code to PowerPoint Presentation using C#

As a C# developer, you can easily generate QR codes or barcodes and add to PowerPoint presentations programmatically without using MS PowerPoint. In this article, you will learn how to add QR code to a PowerPoint presentation using C#.
June 2, 2022 · 6 min · Muzammil Khan

Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in C#

Often you need to embed the pages of an MS Word document into your application programmatically. One of the most commonly used methods for such cases is the conversion of Word documents to image formats. In this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images using C# .NET. Furthermore, we will demonstrate how to control the Word to image conversion using different options.
June 2, 2022 · 3 min · Usman Aziz

Convert JPG or PNG Image to XML with OCR in C#

Sometimes the data can exist in the form of images. You might need to process such data thus the image to XML conversion can be helpful in such scenarios. You can convert an image in JPG, PNG, or other image formats to XML format programmatically in C#. This article covers how to convert an image to XML by performing OCR operation programmatically in C#.
June 1, 2022 · 3 min · Farhan Raza