HakanL / WkHtmlToPdf-DotNet

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
GNU Lesser General Public License v3.0
378 stars 67 forks source link

The wkhtmltopdf project that is used, is no longer maintained #115

Closed pieterh closed 1 year ago

pieterh commented 1 year ago

The core of this project (wkhtmltopdf) is no longer maintained. So consider the current status of the wkhtmltopdf project when starting to use the WkHtmlToPdf-DotNet package and consider migrating if you are already using it.

HakanL commented 1 year ago

Fair enough, but are there any other good open source alternatives?

pieterh commented 1 year ago

Nope, not (that are free for opensource projects) that I could find! I found one but seems to be using headless chrome... I'm going back to the drawing board to see if I can change the functionality a bit so that I render directly to pdf.

HakanL commented 1 year ago

Yeah, that's what I've seen as well, so at the moment there aren't any better alternatives, so this project is still valid (and to be honest, as long as it generates the PDF from your HTML in the way you want to, it doesn't have to be upgraded). I'm going to close this issue as there's no action.