blahtesoftware / bspdf
PHP HTML to PDF conversion with support for modern HTML and CSS. Built on wkhtmltopdf.
v1.1.0
2022-08-08 09:42 UTC
Requires
- php: >=8.0
- illuminate/filesystem: ~8.17|^9
- illuminate/support: ~8.17||^9
- psr/log: ^2.0||^3.0
- symfony/process: ^6.0
This package is auto-updated.
Last update: 2024-11-08 14:44:50 UTC
README
PHP HTML to PDF conversion with support for modern HTML and CSS. Built on wkhtmltopdf.
Setup
Install wkhtmltopdf
Choose one of the following options to install wkhtmltopdf/wkhtmltoimage.
- Download wkhtmltopdf from here;
- Or install as a composer dependency.
# 32-bit system $ composer require h4cc/wkhtmltopdf-i386 0.12.x $ composer require h4cc/wkhtmltoimage-i386 0.12.x # 64-bit system $ composer require h4cc/wkhtmltopdf-amd64 0.12.x $ composer require h4cc/wkhtmltoimage-amd64 0.12.x