Let’s imagine that we have a .NET Core Web API project in which we need to generate a PDF report. Even though it shouldn’t suppose to be too hard to do something like that, we could end up in losing too much time if we don’t know how to do it properly. Anyone here know how to use the DinkToPDF library to easily generate PDF documents while working on the .NET Core Web API project?