Skip to content

Convert html to pdf using wkhtmltopdf (qtwebkit). Static linked linux binary for Debian buster amd64 systems.

License

Notifications You must be signed in to change notification settings

GetoXs/wkhtmltopdf-buster-amd64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wkhtmltopdf-buster-amd64

This repository contains the static compiled 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.

Packagist

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

php composer.phar require getoxs/wkhtmltopdf-buster-amd64

The binary will then be located at: vendor/bin/wkhtmltopdf-buster-amd64

Usage

You can easily use it with laravel-snappy package by configure config\snappy.php

    'pdf' => [
        'enabled' => true,
        'binary'  => env('WKHTML_PDF_BINARY', '../vendor/bin/wkhtmltopdf-buster-amd64'),
    ...

About

Convert html to pdf using wkhtmltopdf (qtwebkit). Static linked linux binary for Debian buster amd64 systems.

Resources

License

Stars

Watchers

Forks