2016-08-18 10:19:33 +02:00
|
|
|
<?php
|
2017-10-12 10:13:20 +02:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
2016-08-18 10:19:33 +02:00
|
|
|
return [
|
|
|
|
|
|
|
|
'phpwkhtmltopdf' => [
|
|
|
|
'images' => [
|
|
|
|
'binary' => 'bin/wkhtmltoimage',
|
2016-08-18 11:16:56 +02:00
|
|
|
'type' => 'jpg',
|
2016-08-18 10:19:33 +02:00
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|