Skip to content

Instantly share code, notes, and snippets.

@shamshi1988
Forked from brunogaspar/README.md
Created October 16, 2019 06:30
Show Gist options
  • Save shamshi1988/02326c3c825adbd1dcf250ce6cfcd46a to your computer and use it in GitHub Desktop.
Save shamshi1988/02326c3c825adbd1dcf250ce6cfcd46a 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