eugenekkh/wkhtmltopdf

Convert html to pdf using webkit (qtwebkit). Static linked linux binary for arm64 and amd64 systems.

0.12.6 2024-01-31 07:23 UTC

This package is not auto-updated.

Last update: 2025-04-17 16:10:12 UTC


README

This repository contains the static compiled binaries from the wkhtmltopdf project on arm64 and amd64 system.

Tested on Debian with amd64 and arm64(M1) CPU

Installation

php composer.phar require eugenekkh/wkhtmltopdf "0.12.*"

Debian users you need to do

apt-get install libxrender1 libxext6

Usage

$path = \Eugenekkh\WKHTMLToPDF\WKHTMLToPDF::getPath();