TXT files are commonly used to work with plain data with little or no formatting. Sometimes numeric data exists as a TXT file which you might need to convert to an XLSX Excel file for further processing. In this article, you will learn how to convert a TXT file to XLSX format programmatically in Java.
Generate Swiss QR Code using Java
The Swiss QR Code encodes all the necessary payment information required to trigger payments. In this article, you will learn how to generate a Swiss QR Code, decode and read payment information from a Swiss QR code using Java.
Save Webpage as PDF in C#
Webpages can contain text, images, drawings, animations, etc. Sometimes you might need to convert a webpage to PDF for archival or several other purposes. Accordingly, this article covers how to save or print a webpage to PDF format in C# by specifying the URL of the webpage. It discusses the simple and basic conversion as well as the advanced conversion where you can encrypt the output file.
Convert CSV to TXT in Python
CSV (Comma Separated Values) files are commonly used to store the data. Most of the datasets in different domains are also maintained in CSV format. However, in certain cases, you have to convert the CSV files to TXT format to process the data. In accordance with that, this article covers how to convert CSV to TXT in Python.
How to Convert PDF to JPG in C#: A Complete Guide
Do you need to render the pages in a PDF file to JPG images in C#? If yes, this article provides one of the best and easiest methods to convert pages in a PDF to JPG in C#. Not only this, the method ensures high-quality and speedy PDF to JPG conversion. Let’s go through a complete step-by-step guide on how to convert PDF to JPG in C#.
Read Gantt Chart in 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.
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.
Convert PDF Files to XML in C#
Do you need to generate the XML from a PDF document in C#? If yes, this article shows how easily you can convert a PDF file to XML in C# following a few simple steps. Also, the provided solution ensures high-quality and speedy PDF to XML conversion. So let’s go through a step-by-step guide and learn how to perform PDF to XML conversion in C#.
Convert Text File to PNG, JPEG, or GIF Image in Java
Do you need to convert text to images programmatically? Read this article to find out about the powerful, high-speed, and high-quality text to image converter for Java. The converter lets you convert a text to PNG, JPG, or GIF, in a few lines of Java code. So let’s see how to perform this conversion in a few easy steps.
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.