0

I figured out grab a version of WkHTMLtoPDF on my server using my own answer:

add-apt-repository ppa:pov/wkhtmltopdf

But this is giving me version 0.12.1 and as of Jan. 19, 2015 version 0.12.2.1 has been released. How do you specifically indicate the version of the repository you want to add-apt-repository?

Community
  • 1
  • 1
mtpultz
  • 17,267
  • 22
  • 122
  • 201

1 Answers1

1

In that apt repository its the last version. Go to the website and download the newest version as deb file. Then install that file with

dpkg -i filename.deb

http://wkhtmltopdf.org/downloads.html
https://askubuntu.com/questions/556667/how-to-install-wkhtmltopdf-0-12-1-on-ubuntu-server

Community
  • 1
  • 1
René Höhle
  • 26,716
  • 22
  • 73
  • 82