silent-auction/config/pdf.php
2018-06-11 13:43:21 -04:00

15 lines
400 B
PHP

<?php
return [
'mode' => 'utf-8',
'format' => 'letter',
'author' => 'St John Church',
'subject' => '',
'keywords' => '',
'creator' => 'St John Church',
'display_mode' => 'fullpage',
'simpleTables' => 'true',
'useSubstitutions' => 'false',
'tempDir' => base_path('../temp/')
];