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