English

Convert Word to Markdown in Java

The support of markdown files by word processing editors has increased its usage at a large scale. Hence the conversion of existing text content into markdown format is often demanded. This article discusses how to programmatically convert Word documents into markdown files in Java.
· Shoaib Khan · 2 min

Convert Word to Markdown using C#

Word-processing documents are present in almost every device in this digital world. Similarly, almost every word processing editor started supporting the markdown format. The continuous increase of MD files as the webpages increases the transformation of Word content into websites using markdown format. This article discusses how to programmatically convert Word documents into markdown files using C#.
· Shoaib Khan · 2 min

Extract Text from Markdown Files in Java

Developers often have requirements to extract text from various documents. We have already discussed extracting ZIP archives, counting words in documents, extracting images from eBooks, and a few other parsing ways. Today, in this article, you will learn how to parse and extract text from the Markdown files in Java.
· Shoaib Khan · 2 min

Extract Text from Markdown Files using C#

As a programmer, we often have a requirement to get the text extracted from various kinds of documents. Previously we have discussed counting words in documents, extracting ZIP archives, extracting images from eBooks, and parsing PDF form fields. Today, in this article, you will learn how to parse and extract text from Markdown files using C#.
· Shoaib Khan · 2 min

Convert Markdown Files to PDF in Java

Markdown is the markup language widely used for creating websites, readme files, and documents. It simply requires adding formatting elements to the plain text. It has vast compatibility that increases its usage and also its rendering requirement to other document formats. In this article, you will learn how to programmatically convert markdown files to PDF format in Java.
· Shoaib Khan · 2 min

Convert Markdown Files to PDF using C#

Markdown is a lightweight markup language widely used to create websites, documents, and readme files by simply adding formatting elements to plain text. It is widely supported by almost all browsers and text editors. Its huge compatibility increases its usage and also its rendering to and from other portable document formats. In this article, you will learn how to programmatically convert the markdown files to PDF format using C#.
· Shoaib Khan · 2 min

Render JSON as PDF, JPG, PNG & HTML using Java

The self-describing, easy-to-understand, and easy-to-parse, JSON format is one of the ideal choices to interchange data in web services. With this huge usage, it is often required to convert JSON data format into other formats for various requirements. In this article, we will see how to render JSON files into PDF format in Java. Furhter, we will also convert the JSON files into JPG, PNG, and HTML formats within the Java application.
· Shoaib Khan · 4 min

JSON Viewer in Java

For being lightweight, text-based, very much human-readable, and easy to parse structured data format, JSON has popularity in the programming universe. As it is in too much use, It is often required to view or share JSON files in different others formats. This article briefly shows, how to render a JSON file in PDF format using Java.
· Shoaib Khan · 2 min

Render JSON as PDF, JPG, PNG & HTML using C#

JSON is one of the favorite structured data formats of developers for passing information within applications. However, it is often required to convert JSON data into other formats for various reasons. In this article, we will see how to render JSON files into PDF format using C#. Additionally, we will convert the JSON files into JPG, PNG, and HTML formats within the .NET application using examples.
· Shoaib Khan · 3 min

JSON Viewer using C#

JSON, being very much human-readable and structured data format, it is widely used in the programming world. It is often required to view or share JSON data in a proper format. There comes the need to render JSON files as other document formats like PDF, PNG, JPG, or HTML. This article explains the basic way to view JSON files using simple C# code.
· Shoaib Khan · 2 min