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

The HTML file contains webP images, which cannot be displayed after the PDF file is generated. #82

Closed cd-linxi closed 2 years ago

cd-linxi commented 2 years ago

Webp images in HTML should be displayed in the browser. The exported PDF cannot be displayed.

HakanL commented 2 years ago

It's something you need to bring up with the parent/native library, as mentioned in another ticket, this is just a wrapper of the native library, the PDF generation does not happen in this project. A quick search gives us this: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3977