You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
853 B

1 month ago
  1. <?php
  2. return [
  3. 'mode' => 'utf-8',
  4. 'format' => 'A4',
  5. 'author' => '',
  6. 'subject' => '',
  7. 'keywords' => '',
  8. 'creator' => 'Laravel Pdf',
  9. 'display_mode' => 'fullpage',
  10. 'tempDir' => storage_path('app/temp'), // base_path(storage_path('app/public')),
  11. 'pdf_a' => false,
  12. 'pdf_a_auto' => false,
  13. 'icc_profile_path' => '',
  14. 'font_path' => base_path('resources/fonts/'),
  15. 'font_data' => [
  16. 'bangla' => [
  17. 'R' => 'SolaimanLipi.ttf', // regular font
  18. 'B' => 'SolaimanLipi.ttf', // optional: bold font
  19. 'I' => 'SolaimanLipi.ttf', // optional: italic font
  20. 'BI' => 'SolaimanLipi.ttf', // optional: bold-italic font
  21. 'useOTL' => 0xFF,
  22. 'useKashida' => 75,
  23. ]
  24. ],
  25. ];