16 lines
421 B
PHP
16 lines
421 B
PHP
<?php
|
|
|
|
return [
|
|
'mode' => 'utf-8',
|
|
'format' => 'A4',
|
|
'author' => '',
|
|
'subject' => '',
|
|
'keywords' => '',
|
|
'creator' => 'Laravel Pdf',
|
|
'display_mode' => 'fullpage',
|
|
'tempDir' => base_path('../temp/'),
|
|
'pdf_a' => false,
|
|
'pdf_a_auto' => false,
|
|
'icc_profile_path' => ''
|
|
];
|