eugenekkh/wkhtmltopdf

使用 Webkit (qtwebkit) 将 html 转换为 pdf。适用于 arm64 和 amd64 系统的静态链接 Linux 二进制文件。

0.12.6 2024-01-31 07:23 UTC

This package is not auto-updated.

Last update: 2024-09-26 08:59:41 UTC


README

该仓库包含来自 wkhtmltopdf 项目的静态编译二进制文件,适用于 arm64 和 amd64 系统。

在带有 amd64 和 arm64(M1) CPU 的 Debian 上进行了测试

安装

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

Debian 用户 您需要做

apt-get install libxrender1 libxext6

使用方法

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