Wkhtmltopdf.NetCore-deprecated icon indicating copy to clipboard operation
Wkhtmltopdf.NetCore-deprecated copied to clipboard

Rotativa + Net Core

Results 27 Wkhtmltopdf.NetCore-deprecated issues
Sort by recently updated
recently updated
newest added

When generating the pdf on linux it seems to ignore css and images. Left was generated on linux, right was on windows ![RmtdVMy7S0+7NLyqnWgpKg](https://user-images.githubusercontent.com/3821184/94740632-fea5c880-0340-11eb-9a85-f3aa13b4f74a.png) Convert Options ```C# generate.SetConvertOptions(new ConvertOptions { PageSize...

I have that code to add footer. ` _generatePdf.SetConvertOptions(new ConvertOptions { FooterHtml = "https://localhost:5001/footer.html", Replacements = new Dictionary {{"ref", inspectionReportData.InspectionReference}}, });` And this is my footer ![image](https://user-images.githubusercontent.com/43390589/94128289-df470100-fe51-11ea-8f62-233e2925f90c.png) I was expecting...

- now XML docs should be generated and added to nuget package (@fpanaccia please check) - added obsolete reasons - added some XML docs.

Is there any chance to use a system wide installed version of wkhtmltopdf? Because my hoster already deploys an up to date version on theirs servers. I have multiple services...

Hello, i'm trying to run the tool to generate pdf from razor view, but i am getting this error ; Could not find an IRouter associated with the ActionContext. If...

https://gist.github.com/AlexMAS/276eed492bc989e13dcce7c78b9e179d

It fail to display "Times New Roman" font on PDF. How to do with custom font family ?