[ 'enabled' => true, //'binary' => env('WKHTML_PDF_BINARY', base_path('vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64'),), 'binary' => env('WKHTML_PDF_BINARY', 'C:\\wkhtmltopdf\\bin\\wkhtmltopdf.exe'), 'timeout' => false, 'options' => [ 'enable-local-file-access' => true, 'print-media-type' => true ], 'env' => [], ], 'image' => [ 'enabled' => true, 'binary' => env('WKHTML_IMG_BINARY', ''), 'timeout' => false, 'options' => [ 'enable-local-file-access' => true ], 'env' => [], ], ];