Skip to content

Instantly share code, notes, and snippets.

@BryanTabarez
Last active April 24, 2017 05:20
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 BryanTabarez/e746f7c3b0f8dbebd2066165393528d8 to your computer and use it in GitHub Desktop.
Save BryanTabarez/e746f7c3b0f8dbebd2066165393528d8 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on Ubuntu 14.04
## Install wkhtmltopdf on Ubuntu
# This was tested on:
# - Ubuntu 14.04 x64
sudo apt-get update
sudo apt-get install xvfb
sudo apt-get install libfontconfig
sudo apt-get install wkhtmltopdf
# test:
# wkhtmltopdf http://www.google.com google.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment