Attendize/config/Wkhtml2pdf.php

10 lines
173 B
PHP
Raw Normal View History

2016-02-29 15:59:36 +00:00
<?php
2016-03-07 17:37:16 +00:00
return [
2016-02-29 15:59:36 +00:00
2019-11-27 12:47:54 +00:00
'debug' => false,
2016-03-07 17:37:16 +00:00
'binpath' => 'lib/',
'binfile' => env('WKHTML2PDF_BIN_FILE', 'wkhtmltopdf-amd64'),
2016-03-07 17:37:16 +00:00
'output_mode' => 'I',
];