silent-auction/config/pdf.php

15 lines
400 B
PHP
Raw Normal View History

2018-06-11 13:43:21 -04:00
<?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/')
];