blaater6/wkhtmltopdf-aarch64
最新稳定版本:0.12.4.1
Composer 安装命令:
composer require blaater6/wkhtmltopdf-aarch64
包简介
Convert html to pdf using webkit (qtwebkit). Static linked linux binary for aarch64 systems.
README 文档
README
!--- aarch64 build working for Amazon Linux ---!
This repository contains the static compiled binaries from the wkhtmltopdf project. More about the functionality of wkhtmltopdf can be found there.
Installation
Hint: The version of the binary is equal to the git tag. To install the latest version, use '0.12.4'.
Packagist
This package can be found on Packagist and installed with Composer.
Require the package for aarch64 with:
php composer.phar require blaater6/wkhtmltopdf-aarch64 "0.12.4"
The binary will then be located at:
vendor/blaater6/wkhtmltopdf-aarch64/bin/wkhtmltopdf-aarch64
Also a symlink will be created in your configured bin/ folder, for example:
vendor/bin/wkhtmltopdf-aarch64
Usage
You can use the path constant to easily locate the binary in the PHP codebase:
$path = \blaater6\WKHTMLToPDF\WKHTMLToPDF::PATH;
For realpath use following script
$realpath = realpath(\blaater6\WKHTMLToPDF\WKHTMLToPDF::PATH);
统计信息
- 总下载量: 1.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-only
- 更新时间: 2022-07-15