Skip to content

Instantly share code, notes, and snippets.

@sagarkt
Created May 14, 2020 06:17
Show Gist options
  • Save sagarkt/ee12bfd19f29310c678af0a212d28412 to your computer and use it in GitHub Desktop.
Save sagarkt/ee12bfd19f29310c678af0a212d28412 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