Major updates
This commit is contained in:
14
config/pdf.php
Normal file
14
config/pdf.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?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/')
|
||||
];
|
Reference in New Issue
Block a user