Take advantage of the DinkToPdf and wkhtmltopdf libraries to generate PDF documents from HTML templates in ASP.NET Core 5. When working on web applications in ASP.NET Core 5 or ASP.NET Core MVC 5, you ...
Make sure that the .NET Core cross-platform development workload and MSBUILD are part of your installation. This guide will use Visual Studio 2022. If you would like to use the NuGet integration for ...
Install Rotativa.AspNetCore via NuGet Install-Package Rotativa.AspNetCore Configure the wkhtmltopdf path in Program.cs RotativaConfiguration.Setup(env.WebRootPath + "/Rotativa"); Run the application ...