Rotativa.AspNetCore
Rotativa.AspNetCore copied to clipboard
Rotativa for Asp.Net Core
After upgrade to visual studio version 17.8, there is somethings wrong in pdf bottom position as below I'm currently using Rotativa.AspNetCore 1.3.2 with the below parameters `return new ViewAsPdf(view_name, model,...
I created a PDF that contains links to other locations in the PDF, using this in the razor view ``` Rules ``` which links to ``` ``` However in...
### Environment * Rotativa.AspNetCore (built from source with no modifications) * macOS 10.14.6 * dotnet core 3.0.0-preview7 * Bootstrap 4.3.1 ### Problem The PDF output does not render the Bootstrap...
I'm getting this exception after publish to azure Linux app using .net core 3.1 System.Exception: run-detectors: unable to find an interpreter for /home/site/wwwroot/wwwroot/Rotativa/linux/wkhtmltopdf at FIMS.Web.Controllers.InvoiceController.DownloadPaySlip(Int64 invoiceId) in d:\a\1\s\src\FIMS.Web\Controllers\InvoiceController.cs:line 250 at...
Hello, Not sure if someone struggled with this. I'm testing the library from Windows and have no problems rendering pdfs with links to external public images, but when deploying to...
**Got Win32Exception while creating pdf from aspnet core mvc application. I am targeting .Net core 2.1 framework on Win 10 64 bit OS. Following is the stacktrace from exception.** System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo...
Hi, Im probably doing something wrong but I keep to get the same error: ArgumentNullException: Value cannot be null. Parameter name: view Stacktrace: ``` ArgumentNullException: Value cannot be null. Parameter...
If try to run the Sample, and click on "Test Pdf Generation", I get following exception: `System.Exception at Rotativa.NetCore.WkhtmlDriver.Convert(String wkhtmlPath, String switches, String html, String wkhtmlExe) in /Users/codeflow/Downloads/Rotativa.NetCore-master/Rotativa.NetCore/WkhtmlDriver.cs:line 78 at...
Someone know how can i do to implement Rotativa in a Azure AppService? I can run it under Visual Studio 2019 as well.. but when i tried tu upload tu...
Is there any chance of getting this to work?