How to install wkhtmltopdf on OSX (August 2014)?
Today, when trying to install wkhtmltopdf
package to my Mac via brew
, I got the following error:
Error: No available formula for wkhtmltopdf
I have searched on the Internet and realized that this package was removed from brew. But you still can install it via homebrew-boneyard
- Archive of formula removed from the Homebrew package manager.. Run the following command and everything will be fine :)
brew install homebrew/boneyard/wkhtmltopdf
Hope this helps