En

Generate Reports from JSON Data in C#

This article addresses the problem of formatting raw JSON data into a presentable and easily understandable report format within the .NET application. We will be converting the JSON data into PDF and DOCX reports in C# using simple templates.
March 20, 2021 · 3 min · Shoaib Khan

Generate Reports from JSON Data in Java

JSON is a formatted and readable data interchange format to transmit data with attributes. However, the large data in JSON format is not very presentable and easily understandable. We mostly need to convert the large JSON data into a presentable format. This article will guide you to convert JSON data into PDF report in Java using a simple template. [Continue Reading …][1]
February 10, 2021 · 3 min · Shoaib Khan