PHP HTML to PDF conversion with support for modern HTML and CSS. Built on wkhtmltopdf.

v1.1.0 2022-08-08 09:42 UTC

This package is auto-updated.

Last update: 2024-04-08 13:25:31 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.

  1. Download wkhtmltopdf from here;
  2. 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