A simple extension to convert html to pdf, need wkhtmltopdf
Special thanks to antialize for creating wkhtmltopdf
$ phpize
$ ./configure
$ make install
edit your php.ini
and add:
extension=phpwkhtmltopdf.so
- CentOS 7, PHP 7.0 RC6 (64-bit)
- you need
wkhtmltopdf
somewhere in your bin path (/usr/local/bin
)