gutschilla / elixir-pdf-generator

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

PDFtk cannot be installed using Homebrew as mentioned in the Readme #68

Open shijithkjayan opened 4 years ago

shijithkjayan commented 4 years ago

PDFtk cask has been removed from Homebrew as per this gist. The reason mentioned in the gist is quoted below.

This workaround install is necessary because PDFtk was pulled from homebrew-cask due to issues with it aggressively overwriting file permissions that could impact other installed libraries. See this homebrew-cask issue.

Please update the readme if you find this helpful.

Thank you

shijithkjayan commented 4 years ago

brew install https://raw.githubusercontent.com/turforlag/homebrew-cervezas/master/pdftk.rb

Or we can install using this command.

gutschilla commented 2 years ago

Some time has passed since that. And I finally have to use a Mac at work so I can try this out