Skip to content

Instantly share code, notes, and snippets.

@vmdao
Forked from brunogaspar/README.md
Created August 26, 2017 10:59
Show Gist options
  • Save vmdao/75466a61ba056e644475b36362cbe7c6 to your computer and use it in GitHub Desktop.
Save vmdao/75466a61ba056e644475b36362cbe7c6 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on Ubuntu (14.04 64-bit) or (16.04 64-bit)

Install wkhtmltopdf on Ubuntu

This was tested on:

  • Ubuntu 14.04 x64
  • Ubuntu 16.04 x64

Installation

sudo apt-get update
sudo apt-get install xvfb libfontconfig wkhtmltopdf

Test

Now it's time to test that everything is working as expected

wkhtmltopdf http://www.google.com google.pdf

If you see Done, then everything is installed correctly and you're ready to generate some PDF's :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment