wkhtmltopdf.global.php 201 B

1234567891011121314
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'wkhtmltopdf' => [
  5. 'images' => [
  6. 'binary' => __DIR__ . '/../../bin/wkhtmltoimage',
  7. 'type' => 'jpg',
  8. ],
  9. ],
  10. ];