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

Local file access #103

Closed maciey closed 1 year ago

maciey commented 1 year ago

I need pass additional option: --enable-local-file-access

How to do that?

Without that images are not renedered from local drive on Windows

HakanL commented 1 year ago

Set BlockLocalFileAccess in the settings to False and it will pass this parameter.