bluora/wkhtmltopdf-binaries-centos7

This package is abandoned and no longer maintained. No replacement package was suggested.

All the wkhtmltopdf binaries for Centos7.

dev-master 2015-12-23 05:01 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:03:54 UTC


README

All the binaries for Centos7 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": {
            "bluora/wkhtmltopdf-binaries-centos7": "0.12.2.1"
        }
    }
  3. All the binaries are symlinked to the following paths:

    vendor/bin/wkhtmltoimage-amd64-centos7
    
    vendor/bin/wkhtmltopdf-amd64-centos7
    
  4. Install yum install xorg-x11-fonts-75dpi

Enjoy the bin files!