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

@media print not working #46

Closed johnfrits closed 3 years ago

johnfrits commented 3 years ago

Hi, I was wondering why @media print is not working when used in the part of css?

I already enabled the options PrintMediaType = true; image

HakanL commented 3 years ago

Please try this with the native wkhtmltopdf, I'm pretty sure the issue is with the parent library, not with this wrapper.

johnfrits commented 3 years ago

Thanks for the information!