Hi Team,
Currently i'm working on a ASP.NET Core web application which needs to serve and view the reports in pdf viewer.
I will get a JSON from the web api and with that json data i need to create a pdf and wants to export it in desired format (lets say pdf).
How can i consume this with a asp.net core web api.
Can you guys please help me out ?
Thanks and regards