English

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

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.
August 5, 2022 · 3 min · Muzammil Khan

Add or Delete Rows and Columns in Excel in C#

Excel files are widely used to create and manipulate spreadsheets within different applications programmatically. While processing a spreadsheet, you may need to add new rows and columns or delete the existing ones from the worksheets. To achieve that, this article shows how to add or delete rows and columns in Excel in C#.
August 5, 2022 · 4 min · Usman Aziz

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

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

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

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

Convert Excel XLS to JSON in C#

JSON is a popular format to exchange data within or between applications. The lightweight JSON files make it possible for you to store and process small or large-sized data easily. On the other hand, Excel worksheets are commonly used to keep and share data. However, in certain cases, you may need to convert Excel data to JSON format from within .NET applications. To achieve that, this article covers how to convert Excel to JSON programmatically in C#.
August 2, 2022 · 3 min · Usman Aziz

Create ORG Chart Programmatically in C#

An ORG chart is a visual diagram that represents the hierarchy of employees in an organization. It contains their roles, responsibilities, position, etc. and other relevant information. You can create different type of organizational charts with a few API calls without needing to manually draw shapes or connections. This article covers how to create an ORG chart in C#.
August 2, 2022 · 2 min · Farhan Raza

Create 3D Scene in C#

As a C# developer, you can easily create a 3D scene programmatically. You can also load an existing 3D scene, read its details, and modify, add or process it. In this article, you will learn how to create a 3D scene using C#.
August 2, 2022 · 3 min · Muzammil Khan