English

Convert Text Files to PDF in Java

As a Java developer, we can easily convert TXT files to PDF format programmatically in Java applications. In this article, you will learn how to convert Text to PDF using Java..
June 14, 2022 · 3 min · Muzammil Khan

Convert Text Files to PNG, JPG, or GIF Image in Python

Text-to-image conversion is often required in various cases, such as, to make the text read-only. You can convert text to images such as PNG, JPG, GIF, etc. In this article, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Python
June 13, 2022 · 2 min · Usman Aziz

Convert JSON to HTML using Java

As a Java developer, you can easily export data from a JSON file to HTML programmatically in Java applications. In this article, you will learn how to convert a JSON file to HTML format programmatically in Java.
June 13, 2022 · 3 min · Muzammil Khan

Convert Project Data to XAML using Java

As a Java developer, we can easily export Microsoft Project data from MPP files to XAML format programmatically in Java applications. In this article, you will learn how to convert Microsoft Project data to XAML using Java.
June 12, 2022 · 3 min · Muzammil Khan

Convert PDF to TXT in Python

PDF is a well-known file format that provides a consistent layout of the document across heterogeneous platforms. It provides a bunch of features and elements to create rich text documents. However, in certain cases, e.g. to parse the text in the document, you have to convert PDF files to TXT format programmatically. To accomplish that, this article covers how to convert a PDF file to TXT format in Python.
June 10, 2022 · 2 min · Usman Aziz

Convert TXT to JSON in Python

TXT files are widely used to store textual data quickly and easily. However, often you get data in a TXT file and you need to convert that into JSON programmatically. To accomplish that, this article covers how to convert a TXT file to JSON in Python.
June 10, 2022 · 2 min · Usman Aziz

Convert TXT to XLSX in Java

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

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.
June 10, 2022 · 4 min · Muzammil Khan

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

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