gutschilla / elixir-pdf-generator

Create PDFs with wkhtmltopdf or puppeteer/chromium from Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to suppress [warn] wkhtmltopdf executable was not found on your system?

ryanzidago opened this issue · comments

Hi!

I have added use_chrome: true as well as raise_on_missing_wkhtmltopdf_binary: false to config.exs, however, I still always get the warning [warn] wkhtmltopdf executable was not found on your system.

Could someone please let me know how to remove this warning?

Thanks!

Hi @ryanzidago ,

Thanks for reporting. Right now, there's no way to suppress the warning but I'll happily remove in the case of raise_on_missing_wkhtmltopdf_binary being set to false