Skip to content

Instantly share code, notes, and snippets.

@jeanfbrito
Created August 22, 2019 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanfbrito/4356d45ec6bb34ea47543c6a0f650246 to your computer and use it in GitHub Desktop.
Save jeanfbrito/4356d45ec6bb34ea47543c6a0f650246 to your computer and use it in GitHub Desktop.
Make wkhtmltopdf work in Ubuntu 18.04
wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo apt-get install fontconfig libxrender1 xfonts-75dpi xfonts-base
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment