[
'enabled' => true,
'binary' => $pdfPath,
'timeout' => false,
'options' => [
'enable-local-file-access' => true
],
'env' => [],
],
'image' => [
'enabled' => true,
'binary' => $imagePath,
'timeout' => false,
'options' => [
'enable-local-file-access' => true
],
'env' => [],
],
];