profburial/wkhtmltopdf-binaries-centos6

All the wkhtmltopdf binaries for Centos6.

v0.12.2.1 2015-02-03 16:26 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:10:10 UTC


README

All the binaries for Centos6 from http://wkhtmltopdf.org/downloads.html

Install

  1. Install Composer:

    curl -s https://getcomposer.org/installer | php
    
  2. Add to your composer.json file:

    {
        "require": {
            "profburial/wkhtmltopdf-binaries-centos6": "0.12.2.1"
        }
    }
  3. All the binaries are symlinked to the following paths:

vendor/bin/wkhtmltoimage-amd64-centos6

vendor/bin/wkhtmltoimage-i386-centos6

vendor/bin/wkhtmltopdf-amd64-centos6

vendor/bin/wkhtmltopdf-i386-centos6

Enjoy the bin files!