Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

jshmrtn/wkhtmltopdf-linux-trusty-amd64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wkhtmltopdf

This repository contains the compiled Linux (Ubuntu Trusty) binaries from the wkhtmltopdf project. More about the functionality of wkhtmltopdf and wkthmltoimage can be found there.

Installation

Hint: The version of the binary is equal to the git tag. To install the latest version, use '0.12.3'.

In case this package does not work on your system, try installing the matching system packages from here: http://wkhtmltopdf.org/downloads.html.

Packagist

This package can be found on Packagist and installed with Composer.

php composer.phar require jshmrtn/wkhtmltopdf-linux-trusty-amd64 "0.12.3"

The binaries will then be located at:

vendor/jshmrtn/wkhtmltopdf-linux-trusty-amd64/bin/wkhtmltopdf-linux-trusty-amd64
vendor/jshmrtn/wkhtmltopdf-linux-trusty-amd64/bin/wkhtmltoimage-linux-trusty-amd64

Also a symlink will be created in your configured bin/ folder, for example:

vendor/bin/wkhtmltopdf-linux-trusty-amd64
vendor/bin/wkhtmltoimage-linux-trusty-amd64