eugenekkh / wkhtmltopdf
Convert html to pdf using webkit (qtwebkit). Static linked linux binary for arm64 and amd64 systems.
Installs: 3 411
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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();