Rotativa.AspNetCore 1.3.2-ticomix
Rotativa.AspNetCore
Rotativa for Asp.Net Core.
Docs are in the making. Should work almost exactly as Rotativa https://github.com/webgio/Rotativa
Development version
This is the first version of Rotativa for Asp.Net Core.
Install with nuget.org:
https://www.nuget.org/packages/Rotativa.AspNetCore
Please give feedback!
Needs configuration
Basic configuration done in Program.cs (.net 6 or 7):
app.UseRotativa();
or, if using .Net Core 3.1 and .Net 5:
app.UseRotativa(env);
Make sure you have a folder with the wkhtmltopdf.exe file accessible by the process running the web app. By default it searches in a folder named "Rotativa" in the root of the web app. If you need to change that use the optional parameter to the Setup call RotativaConfiguration.Setup(env, "path/relative/to/root")
Issues and Pull Request
Contribution is welcomed. If you would like to provide a PR please add some testing.
rotativa.io
rotativa.io is an API (SaaS) version of Rotativa, hosted on Azure. Works with just a HTTP call, no need to host the process on your server. You can register for free.
No packages depend on Rotativa.AspNetCore.
Multi target enabling .net core 3.1, .net 5, .net 6, .net 7
.NET Core 3.1
- No dependencies.
.NET 5.0
- No dependencies.
.NET 6.0
- No dependencies.
.NET 7.0
- No dependencies.
.NET Standard 2.0
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
| Version | Downloads | Last updated |
|---|---|---|
| 1.3.2-ticomix | 311 | 2/22/2024 |