gutschilla / elixir-pdf-generator

Create PDFs with wkhtmltopdf or puppeteer/chromium from Elixir.
MIT License
330 stars 71 forks source link

Any planned releases to officially support `prefer_local_executable` option? #94

Open thomasjiangcy opened 1 year ago

thomasjiangcy commented 1 year ago

It seems like the latest official release 0.6.2 doesn't include a key commit here which would support the prefer_local_executable option.

The current workaround is to install the latest version as documented in the README via {:pdf_generator, "~> 0.6.2", github: "gutschilla/elixir-pdf-generator"}

Any plans to release a new version so we can avoid using the workaround?