sh 在CentOS 6.x和7.x上安装wkhtmltopdf 0.12.4

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在CentOS 6.x和7.x上安装wkhtmltopdf 0.12.4相关的知识,希望对你有一定的参考价值。

# Install dependencies (if needed)
$ yum install -y xorg-x11-fonts-75dpi
$ yum install -y xorg-x11-fonts-Type1
$ yum install xz

# Get latest version of wkhtmltopdf (replace version number if needed)
$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz

# Untar and move wkhtmltox
$ unxz wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
$ tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar
$ mv wkhtmltox /usr/bin/wkhtmltox

# Add wkhtmltopdf to .bash_profile (optional)
nano .bash_profile
# Add the following line at the end of the .bash_profile file
# export PATH=/usr/bin/wkhtmltox/bin:$PATH

# And don't forget..
$ rm wkhtmltox-0.12.4_linux-generic-amd64.tar

# Finally enjoy!
$ wkhtmltopdf http://www.google.com google.pdf

以上是关于sh 在CentOS 6.x和7.x上安装wkhtmltopdf 0.12.4的主要内容,如果未能解决你的问题,请参考以下文章

如何在CentOS 6.x/7.x上安装git及最新版

在CentOS 6.X 上面安装 Python 2.7.X

Centos 6.x/7.x yum安装php5.6.X(最新版)

CentOS 6.x/7.x下安装EPEL yum源

CentOS 6.X怎么更新Python2.7.x版本

Centos 7.x yum安装php5.6.X(最新版)