wkhtmltopdf php扩展,wkhtmltopdf 安装过程不包含php扩展部分

Qt Webkit HTML Converter

Install wkhtmltopdf

This page documents installation of wkhtmltopdf on Gentoo Linux using the patched Qt4 libraries from the wkhtmltopdf project.

Notice that portage provides media-gfx/wkhtmltopdf, but some features will be missing as the binaries are linked against the standard Qt libraries. See the wkhtmltopdf manual for further information.

Install

The destination directory will be /usr/local/wkhtmltopd, with the patched Qt 4 installed in the sub directory qt4.

Prepare source code

Download the latest source code for wkhtmltopdf:

bash$> mkdir wkhtmltopdf &&cd wkhtmltopdf

bash$> wget https://github.com/wkhtmltopdf/wkhtmltopdf/archive/0.11.0_rc2.tar.gz

bash$> tar zxvf 0.11.0_rc2.tar.gz

bash$> ln -s wkhtmltopdf-0.11.0_rc2 wkhtmltopdf

Install patched Qt 4

Use git to clone the Qt repository.

bash$>yum install gstreamer-plugins-base-devel

bash$>wget https://github.com/wkhtmltopdf/qt/archive/v4.8.7.tar.gz

bash$>tar -zxvf v4.8.4.tar.gz

bash$>mv qt-4.8.4 wkhtmltopdf-qt

bash$> cd wkhtmltopdf-qt

bash$> QTDIR=../bin/syncqt

bash$> ./configure -nomake tools,examples,demos,docs,translations -opensource -prefix /usr/local/wkhtmltopdf/qt4

bash$> make -j6 && make install

Install wkhtmltopdf

With Qt installed, its time to install wkhtmltopdf.

bash$> cd wkhtmltopdf

Update QtGui.prl path in common.pri:

bash$> sed -i s%‘QtGui.framework/QtGui.prl‘%‘libQtGui.prl‘%g common.pri

Generate makefiles, build and install using QMAKE from the patched Qt installation:

export QMAKESPEC=/usr/local/wkhtmltopdf/qt4/mkspecs/linux-g++

bash$> /usr/local/wkhtmltopdf/qt4/bin/qmake

bash$>make

bash$> make install INSTALL_ROOT=/usr/local/wkhtmltopdf

Setup

For convenience, create symbolic links in /usr/local/bin and /usr/local/lib:

bash$> ( cd /usr/local/bin && ln -s ../wkhtmltopdf/bin/*. )

bash$> ( cd /usr/local/lib && ln -s ../wkhtmltopdf/lib/* . )

Update library resolve cache:

bash$> ldconfig

Test

Try out the installation with some simple example. If installed correct, there shouldn‘t be any complains about missing X11. If so, it‘s an indication that the wrong Qt libraries being used.

bash$> wkhtmltopdf toc http://www.uu.se uu.pdf

Loading pages (1/6)

Counting pages (2/6)

Loading TOC (3/6)

Resolving links (4/6)

Loading headers and footers (5/6)

Printing pages (6/6)

Done

The generated PDF-file should contain the front page and a table of content (TOC).

bash$> wkhtmltopdf http://www.baidu.com /tmp/baidu.pdf

Loading pages (1/6)

Counting pages (2/6)

Loading TOC (3/6)

Resolving links (4/6)

Loading headers and footers (5/6)

Printing pages (6/6)

Done

#遇到的错误及解决方式

#生成pdf时错误提示

wkhtmltopdf: cannot connect to X server

#解决方式

bash$> yum -y install Xvfb

bash$> xvfb-run --server-args="-screen 0, 1024x768x24" wkhtmltopdf http://www.baidu.com /tmp/baidu.pdf

注:==以上安装不包含安装php的wkhtmltopdf的扩展==。

原文:https://www.cnblogs.com/xzlive/p/9021013.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值