[ 'enabled' => true, 'binary' => env('WKHTMLTOPDF_BINARY', '"C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf.exe"'), 'timeout' => false, 'options' => [ 'encoding' => 'UTF-8', 'enable-local-file-access' => true, 'margin-top' => 0, 'margin-right' => 0, 'margin-bottom' => 0, 'margin-left' => 0, 'dpi' => 300, 'image-quality' => 94, ], ], 'image' => [ 'enabled' => true, 'binary' => env('WKHTMLTOIMAGE_BINARY', '"C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltoimage.exe"'), 'timeout' => false, 'options' => [], ], ];