blahtesoftware/bspdf
PHP HTML to PDF conversion with support for modern HTML and CSS. Built on wkhtmltopdf.
1,307
1
| Install | |
|---|---|
composer require blahtesoftware/bspdf |
|
| Latest Version: | v1.1.0 |
| PHP: | >=8.0 |
| License: | MIT |
| Last Updated: | Aug 8, 2022 |
| Links: | GitHub · Packagist |
Maintainer: rayalois22
BlahteSoftware/BsPdf
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