-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
wkhtmltopdf | ||
================ | ||
|
||
This Repo contains the Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/). | ||
This Repo contains the Debian 7.5 (Wheezy) Binarys from the [wkhtmltopdf project](http://wkhtmltopdf.org/). | ||
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.0'. | ||
To install the latest version, use '0.12.1'. | ||
|
||
In case this package does _not_ work on your system, try installing the matching system packages from here: [http://wkhtmltopdf.org/downloads.html](http://wkhtmltopdf.org/downloads.html). | ||
|
||
### Packagist | ||
|
||
This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/). | ||
This package can be found on [Packagist](http://packagist.org) and installed with [Composer](http://getcomposer.com/). | ||
|
||
Require the package for _i386_ with: | ||
|
||
php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.1" | ||
|
||
Require the package for _amd64_ with: | ||
And for _amd64_ with: | ||
|
||
php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.0" | ||
php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.1" | ||
|
||
The binary will then be located at: | ||
|
||
vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 | ||
vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386 | ||
|
||
Also a symlink will be created in your configured bin/ folder, for example: | ||
|
||
vendor/bin/wkhtmltopdf-amd64 | ||
vendor/bin/wkhtmltopdf-i386 | ||
|
Binary file not shown.