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
367 stars 66 forks source link

Just a question about WkhtmltoPDF over puppeteer #70

Closed hauffautomation closed 2 years ago

hauffautomation commented 2 years ago

I have a question: what are the advantages of WkhtmltoPDF over puppeteer ? I use WkhtmltoPDF in my project (Outlook COM addin to convert emails to PDF format). It works pretty well, although not 100% stable.

HakanL commented 2 years ago

I can't answer that, I have never tried puppeteer. I've used wkhtmltopdf in a few production systems without any problems, but these are all server-based, not under Outlook COM which may be a less optimal place to execute native libraries.