Skip to content

External needed software

Kiril Kirkov edited this page Jan 24, 2018 · 2 revisions

Generate PDF

We need to have installed wkhtmltopdf (https://wkhtmltopdf.org/) to work pdf generator. In the class HtmlToPdf (application/libraries/HtmlToPdf.php) we need to give to $cmd full path to access wkhtmltopdf. For exmaple now is added "/home/kirilkirkov91/wkhtmltox/bin/wkhtmltopdf" this is installation on Ubuntu 17.

Clone this wiki locally