elixir-pdf-generator
elixir-pdf-generator copied to clipboard
How to suppress [warn] wkhtmltopdf executable was not found on your system?
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