You may need to scan QR barcode of different versions and types. This article discusses how to scan a QR Code programmatically in Java.
Generate QR Code in Java
In certain scenarios, you might want to create a QR code with different encoding types. In accordance with such use cases, this article covers how to generate a QR Code programmatically in Java.
Convert Markdown to HTML in Java
Markdown files are commonly used for blogging, discussions and other platforms. Likewise, HTML files are popularly used to display data or information. The Markdown format is easy and understandable to humans so we can consider it as a writing format while the HTML is a publishing format so you might need to convert a Markdown file to HTML format. Accordingly, this article discusses how to convert Markdown to HTML format programmatically in Java.
Convert EPS to PNG in Java
PostScript EPS/PS documents are commonly used for printing purposes as they are based on Page Description Languages. As a Java developer, you can easily convert PostScript PS/EPS files into PNG images. In this article, you will learn how to convert EPS to PNG in Java.
Add or Delete Rows and Columns in Excel in C#
Excel spreadsheets are essential for data handling in many applications. Often you must insert new rows or columns, or remove existing ones programmatically. This guide demonstrates how to add or delete rows and columns in Excel using C#.
Create, Read, and Edit HTML Files in C#
As a C# developer, you can easily create HTML-based documents, load an existing document and read its content. You can also modify the content of HTML files in your .NET applications. In this article, you will learn how to create, read, and edit HTML files in C#.
Convert OneNote to Excel in C#
OneNote is a digital notebook where you can keep the information that matters. Record notes from meetings, share highlights or action items to share with your team or for later reference. Sometimes you might want to convert a OneNote file (.one) to an Excel worksheet in XLSX or XLS format.
Convert OneNote to XLSX or XLS in C#
OneNote files are digital notes that you can record to keep important information at hand. They can be helpful to collaborate, present, or share information. In some cases, you may need to convert a OneNote notebook with (.one) file extension as an XLSX or XLS workbook. Accordingly, this article provides information about how to convert OneNote to XLSX or XLS format file programmatically in C#.
Convert TXT to XML in Java
TXT files provide a convenient way to note down the textual data quickly and easily. On the other hand, XML files are commonly used to store and transport data within or between applications. In certain cases, you need to export TXT file’s data to XML format programmatically from within your Java applications. To achieve that, this article shows how to convert a TXT file to XML in Java.