Skip to content

Instantly share code, notes, and snippets.

@mike1011
Forked from brunogaspar/README.md
Created December 9, 2018 00:13
Show Gist options
  • Save mike1011/855227dc4979aa9772f73177985f82f8 to your computer and use it in GitHub Desktop.
Save mike1011/855227dc4979aa9772f73177985f82f8 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