How to install wkhtmltopdf in Ubuntu

Source: Internet
Author: User

Reprinted from: http://vivianyw.blog.163.com/blog/static/1345474222014334256367/

Wkhtmltopdf have a compiled Linux version, find the corresponding version in http://wkhtmltopdf.org/downloads.html, view the URL of the packaged file, download the compiled version:


32-bit version:

wget HTTP://DOWNLOADS.SOURCEFORGE.NET/PROJECT/WKHTMLTOPDF/0.12.0/WKHTMLTOX-LINUX-I386_0.12.0-03C001D.TAR.XZ

64 for version:

wget HTTP://DOWNLOADS.SOURCEFORGE.NET/PROJECT/WKHTMLTOPDF/0.12.0/WKHTMLTOX-LINUX-AMD64_0.12.0-03C001D.TAR.XZ

Unzip the downloaded file:

TAR-VXF WKHTMLTOX-LINUX-AMD64_0.12.0-03C001D.TAR.XZ

Get a directory Wkhtmltox, copy the wkhtmltopdf to the/usr/bin directory, change the owner, and add the executable properties

sudo cp wkhtmltox/bin/wkhtmltopdf/usr/bin/

sudo chown root:root/usr/bin/wkhtmltopdf

sudo chmod +x/usr/bin/wkhtmltopdf

Test it.

Wkhtmltopdf http://www.baidu.com Baidu.pdf

"Done" indicates a successful completion, the current directory appears a baidu.pdf, open, it is Baidu home page.

This wkhtmltopdf has been successfully installed, from the OpenERP client, to test the print function.

OK, pass!

How to install wkhtmltopdf in Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.