Forked from srmds/Installing wkhtmltopdf 0.12.6, 0.12.5, 0.12.4 - Ubuntu 22.06 , 18.04, 16.04 x64, 0.12.6 - MacOS Ventura 13.6.md
Created
July 8, 2018 10:38
-
-
Save vmdao/5f596d585c23e3a0805ab10c49ac9793 to your computer and use it in GitHub Desktop.
Revisions
-
Steve renamed this gist
Aug 3, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Steve renamed this gist
Aug 3, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Steve created this gist
Aug 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ You can check [here](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/) for getting the latest version. Change the wget url to download newer versions. ``` $ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz $ tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz $ cd wkhtmltox/bin/ $ sudo mv wkhtmltopdf /usr/bin/wkhtmltopdf $ sudo mv wkhtmltoimage /usr/bin/wkhtmltoimage $ sudo chmod a+x /usr/bin/wkhtmltopdf $ sudo chmod a+x /usr/bin/wkhtmltoimage ```